会挽雕弓如满月,西北望,射天狼
全部博文(14)
发布时间:2015-06-29 10:36:23
<span style="font-family:'Times New Roman';"><strong>学习QT插件机制时, 参照 </strong></span><span style="font-family:'Times New Roman';"><strong>http://blog.csdn.net/jingwenlai_scut/article/details/5412584</strong></span><br /><span style="font-family:'Times New Roman';"><strong>写代码和cmake.........【阅读全文】
发布时间:2015-06-19 10:10:41
前几天有个同事离职了,以前问他是哪个学校的他总是不说。听说他新的工作是13K,昨天上网查了查原来是劳动关系学院高职学院毕业的,工作三年,其实最后一年也没有项目,出去居然给这么多的薪水,不是我不明白,只是世界变化太快。公司新招了个博士,学石油的,博士读了五年,不知入职给多少钱,估计15K吧。读博.........【阅读全文】
发布时间:2015-06-19 09:50:29
自己写的设置环境变量的python文件# -*- coding:utf-8 -*- #python 标识 import os #引入os 模块 #Python has a way to put definitions in a file and use them in a script or in an interactive instance of the interpreter. Such a file is #called a module" #把交互式脚本或者实例的实现放到文件.........【阅读全文】
发布时间:2015-06-18 17:51:00
Qmake 编写pro常用参数TEMPLATE = subdirs #编译类型-子目录CONFIG = ordered #编译次序-顺序编译SUBDIRS += ParaIO &n.........【阅读全文】