2007年07月 的存档
在Apache的配置文件httpd.conf中,有两个配置选项可以控制显示给用户的信息:
ServerTokens,ServerSignature
配置说明:ServerSignature On|Off|EMail
ServerTokens Minimal|ProductOnly|OS|Full
ServerTokens Prod[uctOnly]
Server sends (e.g.): Server: Apache
ServerTokens Min[imal]
Server sends (e.g.): Server: Apache/1.3.0
ServerTokens OS
Server sends (e.g.): Server: Apache/1.3.0 (Unix)
ServerTokens Full (or not specified)
Server sends (e.g.): Server: Apache/1.3.0 (Unix) PHP/3.0 MyMod/1.2
Popularity: 9%
2007年07月31日
很久以前保存的一个flash游戏,忘记从哪搞来的了,放上来大家也玩玩。
名字叫Antbuster,也不知道该怎么翻译(强壮的蚂蚁^0^)
一个好玩的flash游戏
Popularity: 12%
2007年07月30日
很多时候大家在使用GNU gettext方案的时候,会有想修改一些自己的翻译,但是手上只有mo文件的情况,这个时候,你就需要把mo文件转换成po文件了。
要转换mo文件,你首先要从这里下载gettext:http://gnuwin32.sourceforge.net/downlinks/gettext.php
安装后,使用其中的msgunfmt工具,下面是范例
msgunfmt.exe example.mo -o example.po
其中,example.mo是你要转换的mo文件,example.po是转换后的文件。
Popularity: 10%
2007年07月28日
今天在写一个192×64液晶模块(使用KS0107)的驱动时始终无法显示中屏,而控制时序一切正常。搞得我是十分得郁闷。
结果,在我检查液晶初始化程序的时候猛然发现,居然是中屏的显示开关没有打开。因为这个驱动我是直接从128×64上移植过来的,所以忽略了显示开关,一直没有打开。
我那个悔啊,就这么一个小疏忽,耽误了我两天的时间。看来,写程序除了思考,还是个细致活。尤其是一些不起眼的小地方,可能耽误大事。
Popularity: 11%
2007年07月24日
使WINDOWS中的磁盘容量显示为整数的计算公式:
分区时所填的MB数=(准备在WINDOWS显示GB数×1024)+5
Popularity: 9%
2007年07月22日
有名的虚拟主机管理软件VHCS已经停止开发了,大部分核心成员已经转移到ispCP。
ispCP是一个基于VHCS的新的控制软件,对进行主机管理,遵循GPL(V2)和MPL。
截止到我写文章时(7月8日) ,版本发展到了1.0.0RC2c了。
ispCP官方地址:http://www.isp-control.net/
Popularity: 11%
2007年07月08日
BandwidthD ( http://bandwidthd.sourceforge.net/ )
IPTraf ( http://iptraf.seul.org/ )
ntop ( http://www.ntop.org/ )
AWStats ( http://awstats.sourceforge.net/ )
Webalizer ( http://www.mrunix.net/webalizer/ )
Popularity: 10%
2007年07月01日