|
| 如何自己编译firefox by firefox |
| e mozilla/layout/html/document/src/quirk.css
patching file mozilla/layout/html/document/src/xbl-xmldataisland/Makefile.in
patching file mozilla/layout/html/document/src/xbl-xmldataisland/resources/content/contents.rdf
patching file mozilla/layout/html/document/src/xbl-xmldataisland/resources/cont ... |
| www.geekaa.com/topic/view/296.html - 2007年11月11日 |
|
| 自动删除文件中的BOM by 锅巴 |
| gt;BOM found.</font>");
}
}
else return ("BOM Not Found.");
}
function rewrite ($filename, $data) {
$filenum=fopen($filename,"w");
flock($filenum,LOCK_EX);
fwrite($filenum,$data);
fclose($filenum);
} ... |
| www.geekaa.com/topic/view/277.html - 2007年10月20日 |
|
| 蝙蝠侠冒险 by owen |
| 蝙蝠侠冒险 |
| www.geekaa.com/topic/view/267.html - 2007年10月3日 |
|
| 如何实现vc每次编译版本的自动增加 by xman |
| s, see the VERSIONINFO resource statement in Help.
2. Replace the FILEVERSION and PRODUCTVERSION data with macros FILEVER and PRODUCTVER. Similarly, replace the FileVersion and ProductVersion string data with the macros STRFILEVER and STRPRODUCTVER.
3. Add a #include VersionNo.h immediately bef ... |
| www.geekaa.com/topic/view/133.html - 2007年9月14日 |
|
| Subversion与CVS的对比—功能性对比(三) by gnu |
| 是一种重要的文件系统元素。CVS 不能对符号链接进行版本管理;Subversion 则可以对符号链接进行版本管理。
十四、 元数据管理
与CVS 相比,Subversion 增加了元数据(metadata)管理机制。即可以对版本库中的文件或目录附加任意的“属性”(property),并记录属性的变化历史,也就是对元数据进行版本管理。一个Subversion 属性是一个“属性名称/属性值”的二元组,如“BugNumber= 100”就是一个属性,可以将该属性附加到版本N 上,以说明版本N 改正了编号为100的BUG。
Subversion 元数据的目的是提供附件的信息以满足流程或过程自动化 ... |
| www.geekaa.com/topic/view/111.html - 2007年9月5日 |
|
|