HICK 者,乡巴佬也

一个非常有意思的东西

Posted in: 生活流水 — Hick @ 2006/11/29 8:10:53 Comments (0)

随便访问一个网页(页面上要有图片),比如点 这里 ,然后在浏览器地址栏粘贴下面的代码,并按回车!

(more…)

纪念我破碎的水杯

Posted in: 谁想人生 — Hick @ 2006/11/28 8:59:53 Comments (0)

亲爱的水杯,
碎了。
没关系,
那个叫’心’的还没碎,
就好…

以后还会怀念它,
因为它存载着那么多难忘,
都保存在图片里吧…

(more…)

Bryan Adams - Brothers Under The Sun

Posted in: 生活流水 — Hick @ 2006/11/27 17:34:51 Comments (0)

前几天给某位美女推荐 Bryan Adams 的 Here I Am ,一方面是想好东西要分享,
另外一方面是想 show show 自己的个人品位。孰料人家告诉我,Bryan Adams
那张专集她都有!

我 … 我 … 你厉害还不成嘛! :)

嘿嘿,最终被”逆推荐”,发现的这首非常合我的胃口:Brothers Under The Sun ,
也是 Bryan Adams 的。光这歌名,就蛮有味道的,歌词嘛,体味到那么一种
沉重的大气!下面是歌词:

(more…)

PHP 与 ORM/DAO

Posted in: PHP — Hick @ 2006/11/27 12:41:58 Comments (0)

这年头,啥玩意都是越传越神呼。下面提到的一些项目可能是 ORM/DAO 的“伪”货,有些只有对象模型,却被传为 ORM,一时也来不及一一查明。

Propel

http://propel.phpdb.org

Propel is a full-service object persistence and query toolkit for PHP5. 这个我试过,是一个老牌的 full-service 的 PHP 数据持久层工具,目前只支持 PHP5。

Doctrine

(more…)

SPL - Standard PHP Library

Posted in: PHP — Hick @ 2006/11/26 18:25:33 Comments (0)

过去的一年多,对技术真的是关注太少了。没注意到 PHP 里还出了这么个东西:SPL - Standard PHP Library ( http://www.php.net/~helly/php/ext/spl/ ):

SPL - Standard PHP Library SPL is a collection of interfaces and classes that are meant to solve standard problems and implements some efficient data access interfaces and classes.

嘿嘿,上面这段英语有点蹩脚,不过没关系,官方是这么说的,就这么引用,我们理解大概意思就成:SPL 是一个“解决一些常见问题,实现一些高效的数据访问”的类和接口的集合。

下面是几个相关链接:

SPL Wiki
Advanced OOP with SPL in PHP 5
Introducing PHP 5’s Standard Library

PHP 手册中也有相关的说明,chm 版手册中搜索 SPL ,或者访问 http://cn.php.net/spl 。

Next Page »