· error: Python was built with Visual Studio 2003;
· Ext4 ReiserFS B trfs 等七种 文件系统性能比拼
2010-1-4 21:43:45 阅读113 评论0 42010/01 Jan4
第一步,打开\themes\default\style.css文件,找到如下代码:
下面是原代码:
/*商品分类*/
#category_tree{border:4px solid #f1faff; background-color:#fff;}
#category_tree dl{margin:6px;}
#category_tree dt{background:url(images/lineBg.gif) repeat-x left bottom;
color:#3f3f3f; padding:2px 0 3px 12px;
2009-12-8 11:02:57 阅读539 评论0 82009/12 Dec8
2009-5-26 17:02:52 阅读71 评论0 262009/05 May26
#!/usr/bin/perl
BEGIN {
ev
if ($@) {
warn "You don't have Time::HiRes installed. Fallback to perl's built-in time functions";
} else {
import Time::HiRes qw(time);
}
};
use strict;
use POSIX qw(strftime);
use Getopt::Std;
my $PROC_NET_DEV = '/proc/net/dev'; # proc device to get the network statistics
2009-4-16 15:44:48 阅读192 评论0 162009/04 Apr16
版权声明:可以任意转载,但转载时必须标明原作者charlee、原始链接http://tech.idv2.com/2008/12/26/install-trac-on-linux/以及本声明。
之前发过一篇在Windows下安装Trac的方法,不过Trac更多的是在Linux下使用, 所以这里介绍一下在Linux下的安装方法。时过境迁,Trac现在已正式发布了0.11版, 与之前的0.9、0.10相比,这个版本的代码浏览器增加了许多功能, 最好用的就是它支持subversion的Blame了,可以查看到源代码的每一行是在哪个版本由谁修改的。
2009-3-17 10:50:51 阅读190 评论0 172009/03 Mar17
2009-2-9 17:43:18 阅读56 评论0 92009/02 Feb9
2009-2-6 17:25:36 阅读60 评论0 62009/02 Feb6
2009-2-4 9:20:58 阅读143 评论0 42009/02 Feb4
2009-2-2 9:16:12 阅读116 评论0 22009/02 Feb2
2009-1-24 16:20:41 阅读180 评论0 242009/01 Jan24