摘要:
Windows XP:1.双击安装j2sdk-1_4_2_12-windows-i586-p.exe;2.Install Java SDK to C:\j2sdk1.4.2_12;3.环境变量配置:使用鼠标右击“我的电脑->属性->高级->环境变量”,或“开始->设置->控制面板->系统->高级->环境变量”。修改以下变量,并按“确定”按钮保存设置。无需重新启动计算机。系统变量->新建->变量名:... 阅读全文
摘要:
FROM: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/438119Description: One common aspect of programming is calling executables and processing results. It is not as easy or elegant to do this... 阅读全文
摘要:
From DANSE Beyond the standard way to call python from a shell (like bash) >$ python -c "x = [1,2];print '%s' % x" [1, 2] If one adds a bit of code to any existing ... 阅读全文
摘要:
From: http://agiletesting.blogspot.com/2005/02/performance-vs-load-vs-stress-testing.htmlHere's a good interview question for a tester: how do you define performance/load/stress testing? Many times pe... 阅读全文
摘要:
原文链接:http://ms.mblogger.cn/dongxun/posts/3167.aspxRemember, a code reviewer is not a friend. A good code reviewer can feel like your worst enemy FireFox是我迄今为止最喜欢的浏览器,出于对它的喜爱,我很想知道这个软件项目是如何运作的。今天歪打正着... 阅读全文