对嵌入式、QT、桌面开发感兴趣
发布时间:2022-09-08 09:56:40
1. 字符串不同编码格式的字节数组str='测试'res=bytes(str, encoding='gb2312')print(res)2. 格式化 C 数组(16 -> 12, 符合 C 代码 80 宽度)# 格式化长数组,16 到 12 宽度last_str = ''with open('a.txt', 'r') as fr, open('b.txt', 'w+') as.........【阅读全文】
发布时间:2022-09-06 18:51:26
函数跳转 F2跳转行 Ctrl + L关闭文件 Ctrl + W项目管理框 Alt + X返回编辑器 ESC当前文件搜索 Ctrl + F高级搜索框 .........【阅读全文】
发布时间:2022-09-05 11:01:35
1. 安装sudo apt-get install build-essentialsudo apt-get install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-toolssudo apt-get install qtcreatororhttps: //download.qt.io/2. hello.cpp#include #include .........【阅读全文】