在wxPython使ListCtrl占据整个窗口
摘要:myapp.py: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 # -*- coding: gb2312 -*- 2 import wx, wx.xrc 3 import sys 4 5 class MyApp(wx.App): 6 ...
阅读全文
posted @
2005-05-14 20:17
万俊峰Kevin
阅读(1496)
推荐(0) 编辑
Makefile的编写方法
摘要:############################################################################## Makefile#################################################################################### Compiler, tools and optionsC...
阅读全文
posted @
2005-05-12 14:34
万俊峰Kevin
阅读(491)
推荐(0) 编辑
一些linux下的命令
摘要:记录一些linux下的命令: 1,查看某个程序(如server.bin)开了多少个线程:ps -mC server.bin | grep server.bin | wc -l不过如果这台机上起了10个server.bin的进程,那么所有的server.bin进程的线程都计算在内。 2,查看一个进程开了多少个文件描述符:lsof -p `pidof `
阅读全文
posted @
2005-05-12 14:29
万俊峰Kevin
阅读(150)
推荐(0) 编辑
人生六十才开始
摘要:http://spaces.msn.com/members/jfwan/Blog/cns!1p3Boor3Na0X-3DQKKc04ddw!113.entry
阅读全文
posted @
2005-05-12 14:29
万俊峰Kevin
阅读(167)
推荐(0) 编辑
生活方式与身心健康
摘要:http://spaces.msn.com/members/jfwan/Blog/cns!1p3Boor3Na0X-3DQKKc04ddw!118.entry
阅读全文
posted @
2005-05-12 14:28
万俊峰Kevin
阅读(175)
推荐(0) 编辑
keys to lead a team
摘要:1, team culture一个没有好的culture的团队是不会取得成功的,正如一个公司没有好的culture一样,会使其成员显得茫然。2, quality/time control对于一个项目来说,quality是关键中的关键。任何时候不要忘记meet schedule。3, good communication with team members4, build a competition...
阅读全文
posted @
2005-05-12 14:20
万俊峰Kevin
阅读(250)
推荐(0) 编辑