06 2022 档案

python 将二进制文件转为文本文件
摘要:转换一个文件 import osbinFileName = input("input bin file name:")binFile = open(binFileName, 'rb')txtFileName = binFileName[:-3] + "txt"txtFile = open(txtFi 阅读全文

posted @ 2022-06-28 19:57 yanhc 阅读(2944) 评论(0) 推荐(0)

Northrop Grumman to Build Multi-Level Space Mesh Networking Prototype to Enable DOD’s Vision for Connected Battlespace
摘要:Northrop Grumman to Build Multi-Level Space Mesh Networking Prototype to Enable DOD’s Vision for Connected Battlespace News Releases Space • Cyber • C 阅读全文

posted @ 2022-06-10 21:42 yanhc 阅读(42) 评论(0) 推荐(0)

raspberry pi 4B
摘要:install Google pinyin sudo apt-get install fcitx fcitx-googlepinyin 这样以后,在config处看不到谷歌拼音,需要点左下角的+号,添加,此时,需要先把只显示当前输入法的对勾取消,再拉到最下面选中谷歌拼音。 https://www.j 阅读全文

posted @ 2022-06-03 17:02 yanhc 阅读(196) 评论(0) 推荐(0)

导航