摘要: Vim使用总结 C语言 阅读全文
posted @ 2022-05-29 07:15 Suohc 阅读(68) 评论(0) 推荐(0)
摘要: Gvim+gtags/global的快速启动方式 bat 阅读全文
posted @ 2020-08-01 10:17 Suohc 阅读(762) 评论(0) 推荐(0)
摘要: 日常工作中经常会将记录一些log信息,因为这些log信息数据量比较大,大概5/6万行,靠人工用眼睛分析就不太可靠了,所以想着用Python做一些简单的数据统计分析。Python里有一些容易使用的工具,比如numpy、matplotlib等等。代码处理比较简单,就没有写成文件,直接在IDLE中运行的。 阅读全文
posted @ 2020-01-03 14:38 Suohc 阅读(516) 评论(0) 推荐(0)
摘要: ''' # This file is image_viewer.py. It is used with main_win.py, which comes from main_win.ui by # pyuic5. This app uses PyQt5, so you need to install 阅读全文
posted @ 2019-11-01 18:28 Suohc 阅读(201) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geo 阅读全文
posted @ 2019-10-08 10:11 Suohc 阅读(145) 评论(0) 推荐(0)
摘要: Win7系统上GVim为cscope增加数据库文件的bat文件的记录,备忘用。 阅读全文
posted @ 2018-09-25 15:42 Suohc 阅读(293) 评论(0) 推荐(0)
摘要: Win7上Python IDLE启动出错的解决方法 阅读全文
posted @ 2018-09-14 12:50 Suohc 阅读(340) 评论(0) 推荐(0)