|
 | Spider Monkey by Quasimo |
| No Spider Man!
It's Spider Monkey!
Having Fun! ... |
| www.geekaa.com/topic/view/394.html - 2008年4月12日 |
|
 | 人不可貌相:11岁的学校网管 by 隐藏人物 |
| 他是一个被大家称为电脑奇才的孩子……
他只有11岁,管理学校所有计算机,他为学校提供技术支持、挑选软件和培训同学使用电脑。
我们来认识这位Jon Penn:
How an 11-year-old became his school's network manager
Six-grader Penn took control of the network reins after the existing network overseer left right before the start of the school year and Penn's mom Paula, the sch ... |
| www.geekaa.com/topic/view/558.html - 2008年4月3日 |
|
 | 网站推荐 by fennel |
| 今晚和我的设计师朋友讲关于addiction的设计计划。
她边聊边搜出的网站,看得我乱叫。。。
我往水下帮她发散思维,她搜到这个
位于西印度群岛的The Underwater Sculpture Gallery.
然后是
underwater:
看来这个人是大师,技术设备都很齐全。还有那些麻豆。
索!
http://www.frazierproductions.com/
然后再想addiction,我就想起墨西哥摄影展的一张照片。
上网就不小心搜到这个站
http://www.fundacionpedromeyer.com/china/index.html ... |
| www.geekaa.com/topic/view/426.html - 2008年3月15日 |
|
 | B-BOX再现之Mario赛车 by henry |
| Having Fun! ... |
| www.geekaa.com/topic/view/367.html - 2008年3月4日 |
|
 | 自动删除文件中的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日 |
|
 | function.isset by king |
| isset
(PHP 3, PHP 4, PHP 5 )
isset -- 检测变量是否设置
描述
bool isset ( mixed var [, mixed var [, ...]])
如果 var 存在则返回 TRUE,否则返回 FALSE。
如果已经使用 unset() 释放了一个变量之后,它将不再是 isset()。若使用 isset() 测试一个被设置成 NULL 的变量,将返回 FALSE。同时要注意的是一个 NULL 字节("\0")并不等同于 PHP 的 NULL 常数。
警告: isset() 只能用于变量,因为传递任何其它参数都将造成解析错误。若想检测常量 ... |
| www.geekaa.com/topic/view/142.html - 2007年9月22日 |
|
 | 如何实现vc每次编译版本的自动增加 by xman |
| d in Visual C++; the next step explains installing):
//////////////////////////////////////////
Function GetProjectDir(FullName)
'VC++ doesn't provide any method for getting the path of the active project
'See the VB Script reference for more information on the VB Script functions
'used in thi ... |
| www.geekaa.com/topic/view/133.html - 2007年9月14日 |
|
|