发布时间: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,搞定。.........【阅读全文】
发布时间:2013-06-04 10:31:46
背景:原来的subversion 是在centos6.2上yum install subversion安装好的,是1.6.11版本,比较旧了,现在要升级到最新版本1.7.10。过程1、下载 subversion_1.7.10.tar.gz和sqlite-autoconf-3071700.tar.gz到/software,即下载subversion和sqlite的最新版。wget http://mirrors.cnnic.cn/apache/subversion/subversi.........【阅读全文】