|
| 如何自己编译firefox by firefox |
| 准备编译环境,需要安装 cygwin的unix模拟环境,下载cygwin,在default安装之外,需要选择安装如下包:
* cvs
* cygutils
* make
* patch
* patchutils
* perl
* unzip
* zip
如果你不是通过CVS下载代码,cvs可以不装,不过考虑到必须通过cvs下载locals文件,还是装了吧。
如果使用微软编译器(官方发布的就是使用微软编译器) ,建议用VC 6 + SP5 + Visual C++ Processor Pack.
如果使用vc7和.net编译器,还要做一些设定,此处暂时不讲。安装vc6的 ... |
| bbs.geekaa.com/topic/view/296.html - 2007年11月11日 |
|
| 星座适合的英文名字 by Paul |
| 【白羊座】
男性
Charles、Mark、Bill、Vincent、William、Joseph、 James、Henry、Gary、 Martin、
女性
Malcolm 、Joan、Niki、Betty、Linda、Whitney、Lily
【金牛座】
男性
Fred、Gary、William、Charles、Michael、Karl
女性
Barbara、Elizabeth、Helen、Katharine、Lee、Ann、Diana、Fiona
【双子座】
男性
Bob、John、Thomas、Dean、Paul、Jack、Brooke
女性
Judy、Doris、 ... |
| bbs.geekaa.com/topic/view/292.html - 2007年11月10日 |
|
| 十大开放源代码软件 by 乩童 |
| 免费软件的杰出代表;它与Windows或Mac OS等专利操作系统不同,它的所有下层源代码都是开放的,可供所有人免费使用、修改和重新发布。它的一些流行的重新发布版本有Ubuntu、 Mandriva、Red Hat和Suse。
3. Open Office
OpenOffice.org是一个免费的、开放源代码的办公套件,包含字处理、电子表格、介绍、矢量绘图和数据库组件。它可以用于多种不同的平台,包括微软Windows、带有X Windows系统的类似Unix的系统(包括GNU/Linux、BSD、Solaris 和Mac OS X)。它与微软Office兼容,并且形成了竞争。它支持用于数据交 ... |
| bbs.geekaa.com/topic/view/288.html - 2007年11月9日 |
|
| 自动删除文件中的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 = ... |
| bbs.geekaa.com/topic/view/277.html - 2007年10月20日 |
|
| 83款非常漂亮的Wordpress模版 by 锅巴 |
| 列表地址:这里
部分模版截图
1.Redoable 1.0
2. Iceburgg
3.Soxnest link
4.Gridlock
.......
6.Deep Red Theme
7.Time Manager
......
29.Organique
....... ... |
| bbs.geekaa.com/topic/view/274.html - 2007年10月20日 |
|
| 女子跳高世界纪录进展表 by 天火 |
| 成绩 创造者 国家(地区) 创造时间 地点
1.65米 琼·希利(Jean Shiley,1911.11.20—) 美国 1932.08.07 洛杉矶
1.65米 米尔德雷德·迪德里克森(Mildred Didriksen,1914.06.26—1956.09.27) 美国 1932.08.07 洛杉矶
1.66米 杜罗蒂·奥达姆(1920—) ... |
| bbs.geekaa.com/topic/view/191.html - 2007年9月24日 |
|
| 如何实现vc每次编译版本的自动增加 by xman |
| How to increment version information after each build in Visual C++
SUMMARY
Visual C++ doesn't have a feature to automatically increment the version resource information of your project after each build. This article describes one way to provide such a feature.
MORE INFORMATION
You can write a pr ... |
| bbs.geekaa.com/topic/view/133.html - 2007年9月14日 |
|
| Mario Music by 隐藏人物 |
| Mario Music |
| bbs.geekaa.com/topic/view/130.html - 2007年9月13日 |
|
| window.open()--窗口参数详解 by 无此人 |
| window.open()方法中,窗口控制参数的详细定义:
alwaysLowered innerWidth screenY
alwaysRaised left scrollbars
channelmode location status
dependent menubar titlebar
directories outerWidth toolbar
fullscreen outerHeight top
height menubar width
hotkeys resizable z-lock
innerHeight screenX
alwaysLowered
... |
| bbs.geekaa.com/topic/view/115.html - 2007年9月8日 |
|
| 软件项目版本号的命名格式 by hgta |
| 1. 格式
格式: x.x[.x[.x]]
中文对照:主版本号.子版本号[.修正版本号[.编译版本号]]
英文对照:Major_Version_Number.Minor_Version_Number[.Revision_Version_Number[.Build_Version_Number]]
说明:
a) 版本号由二至四个部分组成:主版本号、子版本号、修正版本号、编译版本号。主版本号和次版本号是必选的;修正版本号和编译版本号是可选的,但是如果定义了编译版本号,则修正版本号就是必选的。所有定义的部分都必须是大于或等于0的整数。
b) 版本号各个部分的约定
... |
| bbs.geekaa.com/topic/view/63.html - 2007年9月3日 |
|
|