|
| Facebook 的 PHP 性能与扩展性 by 安静 |
| 炙手可热的 Facebook 是用 PHP 开发的。随着一些技术交流,逐渐能看到 Facebook 技术人员分享的经验。近期这个 geekSessions 站点上看到 Facebook 的 Lucas Nealan 分享的文档比较有参考价值。
Cache 为 王
任何一个成功的站点都有一套最合适自己的 Cache 策略。
Note:这个层次图画的稍微有点问题,不是严格从上到下的。
The Alternative PHP Cache , APC
Facebook 平均每个用户每天要访问超过 50 个页面,PHP的页面载入时间的优化就比较重要了。在 PHP Cache 层,Fa ... |
| bbs.geekaa.com/topic/view/663.html - 2008年4月17日 |
|
| Piwik:基于PHP技术构建的开源网页访问统计系统 by 安静 |
| 和删除功能模块的速度。
Piwik鼓励开发人员对Piwik程式的功能进行扩展增强,为此他们提供了API。毕竟,想要赶超Google Analytics不是一件很容易的事。
piwik is an open source (GPL license) web analytics software. It gives interesting reports on your website visitors, your popular pages, the search engines keywords they used, the language they speak… and so much ... |
| bbs.geekaa.com/topic/view/629.html - 2008年4月9日 |
|
| perhaps love by 微微语 |
| you are most alone
The memory of love will bring you home
Perhaps love is like a window
Perhaps an open door
It invites you to come closer
It wants to show you more
And even if you lose yourself
And don't know what to do
The memory of love will see you through
Oh, love to some is like a cloud
To s ... |
| bbs.geekaa.com/topic/view/544.html - 2008年4月4日 |
|
| Linux各流行发行版索引 by 隐藏人物 |
|
a.官网网站
b.下载地址:
http://fedoraproject.org/zh_CN/get-fedora
c.中文社区:
http://www.fedorachina.cn/
openSUSE:
a.官网网站
b.下载地址:
http://software.opensuse.org/
c.中文wiki:
http://zh_tw.opensuse.org/
mandriva:
a.官网网站
b.下载地址:
http://www.mandriva.com/en/download/free
slackware:
a.官网网站
b.下载地址:
... |
| bbs.geekaa.com/topic/view/382.html - 2008年3月16日 |
|
| 开源目录2007 by 幻雨 |
| 操作系统
Red Hat Enterprise Linux
Suse Linux Enterprise
图形用户接口(客户端)
Gnome
KDE
通信基础结构
Firefox
James(Apache)
Qmail
Thunderbird
安全
ClamAV
FreeRADIUS
John the Ripper
OpenSSH
PuTTY
Web服务器
Apache
系统管理和操作
Nagios
综合
CUPS
ISC BIND
ISC DHCP ... |
| bbs.geekaa.com/topic/view/300.html - 2007年11月14日 |
|
| 十大开放源代码软件 by 乩童 |
| 1. Firefox
Mozilla Firefox是一种免费的、开放源代码的、跨平台的、图形化的web浏览器,由Mozilla公司和数百名志愿者开发。Firefox包含了集成的弹出窗口阻拦程序、多页浏览、活动书签,支持开放标准和用于添加功能的扩展机制。尽管其它的浏览器页支持这些特性,Firefox还是成为了第一款包含了所有这些特性的浏览器。
2. Linux
Linux(著名的GNU/Linux)是一种计算机操作系统。它是开放源代码开发和免费软件的杰出代表;它与Windows或Mac OS等专利操作系统不同,它的所有下层源代码都是开放的,可供所有人免费使用、修改和重新发布。它的一些流行的重 ... |
| bbs.geekaa.com/topic/view/288.html - 2007年11月9日 |
|
| 自动删除文件中的BOM by 锅巴 |
| Shen
$basedir="."; //修改此行为需要检测的目录,点表示当前目录
$auto=1; //是否自动移除发现的BOM信息。1为是,0为否。
//以下不用改动
if ($dh = opendir($basedir)) {
while (($file = readdir($dh)) !== false) {
if ($file!='.' && $file!='..' && !is_dir($basedir."/".$file)) echo "filename: $file ".checkBOM("$basedir/$file")." <br>";
}
clos ... |
| bbs.geekaa.com/topic/view/277.html - 2007年10月20日 |
|
| 如何申请和管理一个sourceforge项目 by 锅巴 |
| 网站文件的步骤如下:
将你的所有文件打成一个zip包(或者tar包),例如是“myweb.zip”,将它放在psftp.exe所在的目录下。
执行psftp.exe
输入你的shell地址:“open myaccount@shell.sourceforge.net”,回车输入你的帐号密码,回车。你将进入你的shell目录,即“/home/users/m/my/myaccount/”
进入你的网站目录,即:“cd /home/groups/t/th/thisproject/”
输入上传命令:“put myweb.zip”上传完毕后,解开zip包:“unzip myweb.zip”。 ... |
| bbs.geekaa.com/topic/view/276.html - 2007年10月20日 |
|
| 如何实现vc每次编译版本的自动增加 by xman |
| e, and click Close.
6. Select Build MyProject.exe from the Build menu. After the build finishes, open the VersionNo.h file. It will contain the following statements:
#define FILEVER 1,0,0,2
#define PRODUCTVER 1,0,0,2
#define STRFILEVER "1, 0, 0, 2\0"
#define STRPRODUCTVER "1, 0 ... |
| bbs.geekaa.com/topic/view/133.html - 2007年9月14日 |
|
| 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日 |
|
|