摘要: qt5 程序发布 新建一个文件夹,放入exe文件,执行命名 阅读全文
posted @ 2018-12-14 20:04 诗酒 阅读(167) 评论(0) 推荐(0) 编辑
摘要: "一个教程" 阅读全文
posted @ 2018-12-12 10:22 诗酒 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 替换当前目录所有 .cpp 文件的Tab为 4 个空格 find ./ -name *.cpp -exec sed -i "s/\t/ /g" {} \; find: paths must precede expression:,将*.cpp 用双引号括起来 删除当前目录下所有名字为 a 的文件 f 阅读全文
posted @ 2018-12-11 10:47 诗酒 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 计算学分 #coding=utf8 import xlrd workbook = xlrd.open_workbook('record.xlsx') sheetbook = workbook.sheets()[0] isBixiu = sheetbook.col_values(4)[1:] #必修课 阅读全文
posted @ 2018-12-11 09:24 诗酒 阅读(170) 评论(0) 推荐(0) 编辑
摘要: vim 正则 perl 温度转换 来自《精通正则表达式》 perl 生成标签 来自《精通正则表达式》 查找连续重复单词 perl直接运行 阅读全文
posted @ 2018-12-04 17:56 诗酒 阅读(152) 评论(0) 推荐(0) 编辑