全部
总排名: 2375
 Andy's Blog
Andy's Blog
RSS地址: http://feed.21andy.com
共有16篇文章被收藏推荐
 鲜果类别: IT.科技
收录于2008-02-05
认领 报错 推荐
最新文章
精华文章
50位订阅者
前列腺健康自检表   2008-08-23 15:38
前列腺疾病健康自检表是√   否×●   是否有尿无力、尿不尽的感觉             □●   是否在某时段明显尿频感觉                □●   是否有尿急、尿意强的感觉                □●   是否有尿刺痛(灼热)感觉                □●  ...
使用 eAccelerator 加密PHP程序   2008-08-22 00:27
使用 eAccelerator 加密PHP程序# /usr/local/bin/encoder执行后会看到简单的使用说明:Usage: encoder [options] source_file_nameencoder [options] source_file_name...encoder [options] source_directory_name...Options:-s suffixencode files only with following suffix (default is "php")-aencode all files (no by default)-lfollow symbolic links (no by default)-rencode directories...
Mac OS Leopard视频教程下载   2008-08-19 14:05
《Leopard使用教程》《美洲豹使用教程》下载:中文名称:美洲豹新特征概览英文名称:Lynda.com Mac OS X 10.5 Leopard New Features资源类型:ISO发行时间:2007年地区:美国语言:英语苹 果发布的 Mac 新一代旗舰操作系统 -- Mac OS X 10.5 Leopard (美洲豹)...
2008年十大赚钱的暴利行业   2008-06-08 16:51
2008年十大赚钱的暴利行业图解:...
DB class for CodeIgniter   2008-06-07 19:05
It's a simple and useful MySQL DB class. I modify it from WordPress2.5.1 wp-db.phpIt also automatic load DB config from CI config file.Author: http://www.21andy.comUsage: just put it in your CI app library folder, usually in system/application/libraries and name Db.phpnow , you can load the library anywhere, or set it automatic load in autoload config file$this->load->library('db');turn...