Blog分类 |
代码片断get_cfg_var vs ini_get由 joelhy 于 周四, 04/10/2008 - 14:51 提交。
get_cfg_var() is an old PHP 3.0 era function, that returns the value for a directive in the php.ini file. This value may be valid or invalid, depending on whether it was overwritten by other configuration methods (e.g., httpd.conf or .htaccess). This function will always return the value that was typed in php.ini, if any. Zend Framework components Used in Project Babel由 joelhy 于 周三, 01/02/2008 - 11:17 提交。
Livid的Project Babel用到的Zend Framework组件有:
Difference between Print and Echo in PHP由 joelhy 于 周三, 01/02/2008 - 10:41 提交。
google一番后,总结如下:
Max-width in IE 6由 joelhy 于 周五, 09/21/2007 - 08:31 提交。
In IE6, following code can be used to emulate the max-width css property:
Scale Down Image Using JavaScript由 joelhy 于 周五, 09/14/2007 - 17:54 提交。
百度mp3批量下载20070617版由 water 于 周日, 06/17/2007 - 22:30 提交。
我将根据有兴趣的网友的需要一点点修改。 ruby批量下载网上的素材库[tubaba.com网页矢量图标]由 water 于 周二, 05/22/2007 - 22:04 提交。
采用ruby和hpricot库,逻辑步骤如下:
删除Windows默认共享由 water 于 周四, 05/27/2004 - 13:24 提交。
Windows右击文件夹,进入相应命令行由 water 于 周日, 03/16/2003 - 20:19 提交。
对Windows下熟悉DOS命令的用户非常方便,对一般人没用。 Download Code: command2path.reg Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Folder\shell\命令行(Command Windows)] [HKEY_CLASSES_ROOT\Folder\shell\命令行(Command Windows)\command] @="cmd /K cd /d %L" 下载后双击导入注册表即可。 |