|
 | Linux各流行发行版索引 by 隐藏人物 |
| ubuntu:
a.ubuntu en offisite
b.中文官网
c.其他关联版本:
d.下载地址:
http://www.ubuntu.com.cn/getubuntu/download
e.相关升级周期:
每6个月推出新的桌面版本和服务器版本;至少18个月的免费安全升级 。
d.Ubuntu 意味着什么?
Ubuntu 是一个非洲词汇,它的意思是“人性对待他人”或“群在故我在”。Ubuntu 发行版将 Ubuntu 的精神带到软件世界中。
e.ubuntu@百度百科:
http://baike.baidu.com/view/4236.htm
debian:
... |
| www.geekaa.com/topic/view/382.html - 2008年3月16日 |
|
 | 自动删除文件中的BOM by 锅巴 |
| Warning: Cannot modify header information - headers already sent by问题,一般是utf-8编码的文件增加BOM造成的.下面的代码可以自动删除文件中的BOM
<?
//此文件用于快速测试UTF8编码的文件是不是加了BOM,并可自动移除
//By Bob Shen
$basedir="."; //修改此行为需要检测的目录,点表示当前目录
$auto=1; //是否自动移除发现的BOM信息。1为是,0为否。
//以下不用改动
if ($dh = opendir($basedir)) {
while (($file = ... |
| www.geekaa.com/topic/view/277.html - 2007年10月20日 |
|
 | 如何实现vc每次编译版本的自动增加 by xman |
| VALUE "Translation", 0x409, 1200
END
END
///////////////////////////////////////
4. Create a header file called VersionNo.h in the same directory as your project. This file will contain the following statements, which are the definitions for macros used in step 2:
#define FILEVER 1, ... |
| www.geekaa.com/topic/view/133.html - 2007年9月14日 |
|
|