20200914 -
traceback (most recent call last):
file "convert.py", line 49, in main()
file "convert.py", line 12, in main
pcapin = dpkt.pcap.reader(fin)
file "/usr/local/lib/python3.6/site-packages/dpkt/pcap.py", line 280, in __init__
buf = self.__f.read(filehdr.__hdr_len__)
file "/usr/lib64/python3.6/codecs.py", line 321, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
unicodedecodeerror: 'utf-8' codec can't decode byte 0xd4 in position 0: invalid continuation byte
上述**僅僅是python3使用dpkt讀取資料報而已,沒有任何其他操作,但是直接報錯了,在python2中沒有這個錯誤。谷歌了一下,找到的github上的issue[1],應該在開啟檔案的時候使用'rb'
方式開啟。
[1]unicodedecodeerror in python3.5
python3編碼解碼
輸入編碼 輸入編碼需要由二進位制轉為unicode,輸入介質 原始碼檔案 終端 檔案 網路等 python3預設是使用utf 8編碼對輸入的二進位制值轉為unicode。也就是說如果輸入介質沒有指定編碼,python3直譯器就預設把你的原始檔看成是utf 8編碼。呼叫sys.getdefaulten...
NIVIDIA 硬解碼學習3
cuda與gl互操作 int decode cucontext cucontext,char szinfilepath nframe nframereturned while nvideobytes std cout total frame decoded nframe std endl retur...
python3 編碼解碼
位元 bit 計算機最小的儲存單位 位元組 byte 1 bit 1 位 8 bit 1 byte 1024 bytes 1 kb 1024 kb 1 mb 1024 mb 1 gb 只支援英文和拉丁文 七位ascii碼有128個。八位ascii碼有256個 佔乙個位元組 byte 1980 gb2...