python程序转为exe文件
摘要:对于python程序转为exe文件的方法,大家知道最多的可能就是py2exe了,不过这个是windows平台上的。在linux平台上可以使用python自带的freeze模块,用法如下:python [options] 要找到freeze.py,可以使用"locate freeze"比如:我有5个py文件, gen目录下(main.py, print.py, depot.py, gen.py, ...
阅读全文
posted @
2006-10-30 12:06
万俊峰Kevin
阅读(2677)
推荐(0) 编辑
c++头文件,cpp文件,makefile,unit test自动生成器
摘要:这是我平时用来在unix/linux上开发c++的一个小工具。可以自动生成头文件的wrapper,author,date,可以根据头文件自动生成cpp文件的框架。可以自动生成makefile,自动生成unit test。依赖的软件包是: Python 2.5. 可以从这里下载 http://www.python.org cppunit. 可以从这里下载 http://cppuni...
阅读全文
posted @
2006-10-26 13:34
万俊峰Kevin
阅读(5059)
推荐(0) 编辑
FireFox 2.0 has been released!
摘要:FireFox 2.0 has been released! cool!http://www.mozilla.com/en-US/
阅读全文
posted @
2006-10-25 11:34
万俊峰Kevin
阅读(418)
推荐(0) 编辑
Microsoft Software Development Tips
摘要:Code review includes unit test review includes design includes comments at most 5 people may include one tester to review the unit test and learn how to use the library o...
阅读全文
posted @
2006-10-24 11:49
万俊峰Kevin
阅读(651)
推荐(0) 编辑