随笔分类 -  3-syntax

摘要:<! +++ title = "QtDbus的API及示例" description = "1. Client :: Method Call; 2. Subscriber :: Signal Catching; 3. Server/Publisher :: Register Service; 4. 阅读全文
posted @ 2020-08-30 18:32 brt2 阅读(824) 评论(0) 推荐(0)
摘要:<! +++ title = "【转载】QtCreator的结构、功能和插件体系" description = "1. 使用QtCreator; 2. IDE插件; 3. 编译工具链" date = "2022 01 03" tags = [] categories = ["3 syntax","3 阅读全文
posted @ 2020-08-26 10:20 brt2 阅读(1888) 评论(0) 推荐(0)
摘要:<! +++ title = "【转载】QtCreator架构解析" description = "1. Qt框架的基本元素; 2. Qt插件" date = "2022 01 03" tags = [] categories = ["3 syntax","35 cpp"] series = [] 阅读全文
posted @ 2020-08-26 10:20 brt2 阅读(711) 评论(0) 推荐(0)
摘要:<! +++ title = "【转载】QtCreator二进制兼容" description = "1. 定义; 2. ABI注意事项; 3. 可做与不可做; 4. 库程序员的技巧; 5. 故障排除" date = "2022 01 03" tags = [] categories = ["3 s 阅读全文
posted @ 2020-08-25 15:01 brt2 阅读(334) 评论(0) 推荐(0)
摘要:<! +++ title = "【转载】QtCreator编码规范" description = "1. 二进制兼容性和源代码兼容性; 2. 代码构造; 3. 格式化; 4. 模式与实践; 5. 类成员名称; 6. 文档" date = "2022 01 03" tags = [] categori 阅读全文
posted @ 2020-08-25 15:01 brt2 阅读(391) 评论(0) 推荐(0)
摘要:<! +++ title = "pandas 数据结构与常用函数" description = "1. Pandas数据结构; 2. 直接使用dict创建; 3. 选取元素; 4. 选取行返回一个series; 5. 选取行列返回DataFrame; 6. df=pd.read_excel('dat 阅读全文
posted @ 2020-08-09 20:24 brt2 阅读(372) 评论(0) 推荐(0)
摘要:<! +++ title = "Python多版本启动器" description = "1. 安装; 2. Customization via INI files" date = "2022 01 03" tags = [] categories = ["3 syntax","33 python" 阅读全文
posted @ 2020-08-03 18:33 brt2 阅读(467) 评论(0) 推荐(0)
摘要:<! +++ title = "Pyinstaller最流行的打包程序" description = "1. 命令行使用; 2. spec文件,定义编译流" date = "2021 12 21" tags = [] categories = ["3 syntax","33 python","3rd 阅读全文
posted @ 2020-08-03 18:33 brt2 阅读(184) 评论(0) 推荐(0)
摘要:<! +++ title = "Python异步Request操作: aiohttp" description = "1. Tutorial; 2. 其他库推荐; 3. 问题记录" date = "2021 12 21" tags = [] categories = ["3 syntax","33 阅读全文
posted @ 2020-07-20 17:23 brt2 阅读(6029) 评论(0) 推荐(0)
摘要:<! +++ title = "Python协程" description = "1. 简介; 2. 操作; 3. Debug 模式; 4. 并发性和多线程" date = "2021 12 21" tags = [] categories = ["3 syntax","33 python"] se 阅读全文
posted @ 2020-07-19 17:50 brt2 阅读(294) 评论(0) 推荐(0)
摘要:<! +++ title = "文档API生成工具" description = "1. Python; 2. C++; 3. Java; 4. Golang; 5. 其他" date = "2022 01 03" tags = [] categories = ["3 syntax","33 pyt 阅读全文
posted @ 2020-07-08 21:35 brt2 阅读(990) 评论(0) 推荐(0)
摘要:<! +++ title = "Tornado REST 快速创建你的网络APIs" description = "1. PyRestful库; 2. 安装; 3. 使用: a demo for CRUD" date = "2021 12 21" tags = [] categories = ["3 阅读全文
posted @ 2020-07-08 20:30 brt2 阅读(1080) 评论(0) 推荐(0)
摘要:<! +++ title = "【入门】Golang语法" description = "1. 10min语法速学; 2. 常用命令; 3. Go Modules & goproxy.cn; 4. 进阶; 5. 标准库; 6. 第三方库" date = "2021 12 19" tags = [] 阅读全文
posted @ 2020-07-08 20:30 brt2 阅读(361) 评论(0) 推荐(0)
摘要:<! +++ title = "Python文档管理与格式化工具" description = "1. 代码格式化" date = "2021 12 21" tags = [] categories = ["3 syntax","33 python","3rd modules"] series = 阅读全文
posted @ 2020-07-03 19:58 brt2 阅读(291) 评论(0) 推荐(0)
摘要:<! +++ title = "Python音频处理" description = "1. librosa" date = "2021 12 21" tags = [] categories = ["3 syntax","33 python","3rd modules"] series = [] k 阅读全文
posted @ 2020-07-03 19:57 brt2 阅读(378) 评论(0) 推荐(0)
摘要:<! +++ title = "Python剪切板提取、截图、图片粘贴,操作汇总" description = "1. PIL::ImageGrab(不适用于Linux); 2. MSS: 多屏截屏工具; 3. pyscreenshot: 截图工具; 4. pyperclip; 5. 调用其他程序实 阅读全文
posted @ 2020-07-03 19:42 brt2 阅读(9894) 评论(0) 推荐(1)
摘要:<! +++ title = "Python多进程 subprocess & multiprocess" description = "1. subprocess; 2. multiprocess" date = "2021 12 21" tags = [] categories = ["3 syn 阅读全文
posted @ 2020-07-03 19:42 brt2 阅读(5148) 评论(1) 推荐(1)
摘要:<! +++ title = "Python数制转换" description = "1. 数制的表示法; 2. 复数属性和方法" date = "2021 12 21" tags = [] categories = ["3 syntax","33 python"] series = [] keyw 阅读全文
posted @ 2020-06-18 15:56 brt2 阅读(492) 评论(0) 推荐(0)
摘要:<! +++ title = "Python闭包与装饰器" description = "1. 内嵌函数; 2. 闭包(closure); 3. 装饰器; 4. 内置的装饰器" date = "2021 12 21" tags = [] categories = ["3 syntax","33 py 阅读全文
posted @ 2020-06-17 14:19 brt2 阅读(181) 评论(0) 推荐(0)
摘要:<! +++ title = "Python语法: global变量的调用、改写与nonlocal关键字" description = "1. 方式改写全局变量; 2. 载入全局变量; 3. 命名空间; 4. 关键字" date = "2021 12 21" tags = [] categories 阅读全文
posted @ 2020-06-17 14:19 brt2 阅读(304) 评论(0) 推荐(0)