这是 Jose 在CoderWall 分享的一个小技巧:在浏览器地址栏中输入一行代码:data:text/ht […]
vs2005设置打开文件编码
在 工具->選項->環境->文件->無法以字碼頁儲存資料時,將文件儲存為Unicode […]
php开源项目
http://www.phpos.org/webanalyse/Open-Web-Analytics.html
exmail不能发信
1. 修改$final_spam_destiny配置值将其从默认的D_BOUNCE修改为D_PASS 2.$s […]
configure: error: –with-authmysql specified but no mysqlclient.so
n -s /usr/local/mysql/bin/mysql_config /usr/bin/mysql_c […]
cannot stat `check_nrpe’: No such file or directory
ln -s check_nrpe.c check_nrpe
checking for SSL headers… configure: error: Cannot find ssl headers
解决方法: 下载openssl-1.0.0包 ./configure –with-ssl=/usr […]
LINUX去掉当前操作路经
修改环境变量PS1(命令行提示符),可以使用vi编辑/etc/profile文件,在最后加上: export […]
NFS配置文档(力荐)
转载http://www.suse.url.tw/sles10/lesson15.htm
checking for termcap functions library… configure: error: No curses/termcap library found
ll /usr/lib/libncursesw.so.5 有就直接在编译那里加句,就OK了。 –w […]