- 博客(9)
- 收藏
- 关注
原创 Build Python C Extension with Mingw
缺省Python会使用VC编译C Extension,但特定的Python需要特定的VC编译,我更加倾向于使用Mingw。创建lib\distutils\distutils.cfg,其内容为[build]compiler = mingw32gcc 4.6可能不识别-mno-cygwin,找到lib\distutils\cygwinccompiler.py,将其去掉。如下的命令指...
2011-05-21 13:31:52
258
原创 RHEL and Fedora Yum Repository
Run "yum install yum-fastestmirror" and "yum install yum-priorities" to install these two yum plugin. Refer http://wiki.centos.org/AdditionalResources/Repositories/RPMForge?action=show&redirect=Reposi...
2010-10-12 16:34:09
131
原创 paramiko quickstart
当您用paramiko进行ssh编程如遇到如下一个错误提示,请参考下面两个代码,关键的代码行后面做了注释import paramikossh = paramiko.SSHClient()ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) # Very importssh.connect('10.60.2.92', ...
2010-09-15 14:43:31
122
原创 Firefox 配置使用当前的Java
http://www.java.com/en/download/help/linux_install.xml
2010-08-24 15:35:26
153
原创 VMWare Server 2.02 and Firefox 3.6
网上搜索到的解决方案http://gadgetweb.de/linux/31-vmware-server-202-and-firefox-36.html
2010-08-02 11:35:27
116
原创 My Eclipse Plugin list (not MyEclipse plugin list)
Subclipseplugin for GWT, http://code.google.com/eclipse/docs/install-from-zip.htmlM2EclipseAJDTSrpingIDEEmacs+
2010-06-24 09:33:26
109
做性能只得一读的文章
做软件性能也四年有余了,看过的东西也不少了,但是总是懒得记录,时间长了自己找起来也不方面。就在这里做一个综合吧,这个列表会慢慢的变长的。"Mastering DynaCache in WebSphere Commerce" 的第一章 "Web site performance",从硬件到软件分析了一个站点的性能问题,可以一读,全文可以从 ww.redbooks.ibm.com/abstra...
2010-04-20 10:23:59
85
IBM Portal 并行渲染
一图胜千言,参考附件的两个图,需要在 IBM console 和 Portal Administration 中进行设置,前者开启并行渲染,后者指定那些 portlet 需要被并行渲染。其他参考InforCenter 就全完美了。个人以为 IBM Portal 并行渲染对于需要调用远程服务器上面耗时应用的 portlet 有意义,如果是调用本机上耗时应用则甚至会变得更坏,这样的例子就是调用...
2010-04-19 11:04:34
118
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人