发布时间:2013-07-01 18:38:19
(1) ftp://ftp.cuhk.edu.hk/pub/packages/perl/CPAN/(2) ftp://mirror.communilink.net/CPAN/ (3) ftp://mirrors.xmu.edu.cn/CPAN/ (4) http://mirror.qdu.edu.cn/CPAN/(5) http://mirrors.btte.net/CPAN/ (6) http://mirrors.devlib.org/cpan/ (7) ftp://mirrors.sohu.com/CPAN/ (previous pick) (8) ftp://mirrors.........【阅读全文】
发布时间:2013-06-26 19:45:25
前言:If you're already using Subversion for version control, extend it with commit hooks to make it a more integrated part of your development workflow.You may well have already encountered Subversion: a centralised version control system which arose from CVS but which loses many of the bugs an.........【阅读全文】
发布时间:2013-06-26 19:31:49
0,使用Net::SMTP_auth发邮件,首先要先安装Net::SMTP_auth模块安装 # cpan Net::SMTP_auth 1,安装Perl模块Module::Build # wget http://search..........【阅读全文】
发布时间:2013-06-17 09:28:11
打开putty主程序,选择window-〉Appearance-〉Font settings-〉Change Settings,选择Fixedsys字体,字符集选择CHINESE_GB2312。在window-〉Appearance-〉 Translation中,Received data assumed to be in which character set 中,把Use font encoding改为UTF-8如果经常使用,把这些设置保存在session里面. 保存方法:再.........【阅读全文】
发布时间:2013-06-04 16:36:15
背景:上海的同事搭建了一个centos系统,我ssh过去发现有乱码解决方法:#vim /etc/sysconfig/i18n 将原内容:LANG="en_US.UTF-8" 修改为:LANG="zh_CN.GB18030"LANGUAGE="zh_CN.GB18030:zh_CN.GB2312:zh_CN"SUPPORTED="zh_CN.UTF-8:zh_CN:zh:en_US.UTF-8:en_US:en"SYSFONT="lat0-sun16"source /etc/sysconfig/i18nok,搞定。.........【阅读全文】