How to access ubuntu bash files in windows How to access ubuntu bash files in windows 2018 年 9 月 20 日 maruilian11 Comments 0 Comment cd /mnt/c ls
Generating a new SSH key Generating a new SSH key 2018 年 9 月 20 日 maruilian11 Comments 0 Comment ssh-keygen -t rsa -b 4096 -C “[email protected]” 檢視: cat .ssh/id_rsa.pub &n… Read More Read More
Dataframe to file Dataframe to file 2018 年 9 月 13 日 maruilian11 Comments 0 Comment df.to_csv(file_name, index=False, encoding=’utf-8′) index=False要加,不然讀的時候會多一排inde… Read More Read More