- 浏览: 8673 次
- 性别:
- 来自: 杭州
最近访客 更多访客>>
最新评论
-
liaoya:
mirror都是有效果的,如果发现有问题,可以运行“yum c ...
RHEL and Fedora Yum Repository -
doloveme:
被Ubuntu11.10的界面恶心到了,投奔Fedora。忽然 ...
RHEL and Fedora Yum Repository
文章列表
缺省Python会使用VC编译C Extension,但特定的Python需要特定的VC编译,我更加倾向于使用Mingw。
创建lib\distutils\distutils.cfg,其内容为
[build]
compiler = mingw32
gcc 4.6可能不识别-mno-cygwin,找到lib\distutils\cygwinccompiler.py,将其去掉。如下的命令指定使用mingw32
python setup.py config --compiler=mingw32 build --compiler=mingw32 install
python setup.py conf ...
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=Repositories%2FRPMForge.
RHEL or CentOS (i.g. 5.x)Yum Repository:
EPEL : http://fe ...
当您用paramiko进行ssh编程如遇到如下一个错误提示,请参考下面两个代码,关键的代码行后面做了注释
import paramiko
ssh = paramiko.SSHClient()
ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) # Very import
ssh.connect('10.60.2.92', username='root', password='keep_secret')
stdin, stdout, stderr = ssh.exec_command('df -h')
for line in std ...
http://www.java.com/en/download/help/linux_install.xml
网上搜索到的解决方案
http://gadgetweb.de/linux/31-vmware-server-202-and-firefox-36.html
Subclipse
plugin for GWT, http://code.google.com/eclipse/docs/install-from-zip.html
M2Eclipse
AJDT
SrpingIDE
Emacs+
做软件性能也四年有余了,看过的东西也不少了,但是总是懒得记录,时间长了自己找起来也不方面。就在这里做一个综合吧,这个列表会慢慢的变长的。
"Mastering DynaCache in WebSphere Commerce" 的第一章 "Web site performance",从硬件到软件分析了一个站点的性能问题,可以一读,全文可以从 ww.redbooks.ibm.com/abstracts/sg247393.html 下载
"Design for Scalability" 讨论了Scalability,可以一读 http:/ ...
一图胜千言,参考附件的两个图,需要在 IBM console 和 Portal Administration 中进行设置,前者开启并行渲染,后者指定那些 portlet 需要被并行渲染。其他参考InforCenter 就全完美了。
个人以为 IBM Portal 并行渲染对于需要调用远程服务器上面耗时应用的 portlet 有意义,如果是调用本机上耗时应用则甚至会变得更坏,这样的例子就是调用 Lotus WebContent Management 这个服务。
不过使用 DynaCache 是最快捷的提升系统性能的手段。