spark中讀取txt文字時出現亂碼

2021-10-23 17:28:20 字數 944 閱讀 8150

spark中讀取txt文字時出現亂碼:我的屬於第二種檔案有問題。

(user03,compactbuffer((7,(����,user03))))

(user11,compactbuffer((6,(�ļ�,user11))))

(user06,compactbuffer((4,(����,user06))))

(user10,compactbuffer((16,(�ļ�,user10)), (6,(����,user10))))

(user02,compactbuffer((2,(����,user02))))

一:改一下ideea配置,重啟再執行一次

二:還不行就看一下是不是就這和個檔案有問題,如果有問題就換乙個軟體比如sublime這類的

新建乙個文字檔案再讀取就解決了。

(user11,compactbuffer((6,(文化,user11))))

(user10,compactbuffer((16,(文化,user10)), (6,(體育,user10))))

(user06,compactbuffer((4,(明星,user06))))

(user01,compactbuffer((5,(體育,user01))))

(user02,compactbuffer((2,(明星,user02))))

(user04,compactbuffer((4,(體育,user04))))

java中讀取txt文字內容

public static listreadtxt string url else if strs 0 contains else if strs 0 contains for int i 1 i strs.length i else if strs 0 contains else if strs ...

python 讀取txt中文文字

txt文字的儲存形式有四種ansi,utf 8,unicode,unicode big endian。後面兩種比較少見,說說前面兩種吧。普通的開啟檔案的操作是這樣的 coding utf 8 path u 輸入你的路徑 f open path text f.readlines 當txt檔案為ansi...

Python讀取TXT檔案時出現「ufeff「字元

問題描述 目的 在command.txt檔案中讀取文字,然後轉換成數字列表。這是 內容 cmd open command.txt rt encoding utf 8 datals for line in cmd line line.replace n for ls in datals print l...