
php
文章平均质量分 77
volca
这个作者很懒,什么都没留下…
展开
-
PHP单子模式(SINGLETON)的简单实现
参考了DevNet 和Chinaunix.net 的讨论,用以下代码简单实现单子模式(SINGLETON): 代码片段: /*** Class: SingletonPool * Store multiple singletons (of different classes, naturally). **/ class Singleton { /** * 返回唯一对象,原创 2004-06-30 14:24:00 · 1102 阅读 · 0 评论 -
利用xampp将apache和tomcat整合
xampp可以将apache+php+mysql+phpmyadmin一次性自动安装完成,很适合快速搭建测试服务器.它也提供了tomcat的插件,可以很快的搭建jsp开发环境.以俺在winxp安装为例:1.在http://www.apachefriends.org/en/xampp-windows.html下载XAMPP,推荐下载EXE (7-zip) 打包的xampp,这个个头比较小,部署的原创 2004-12-08 14:23:00 · 2138 阅读 · 0 评论 -
PHP 编码规范
PHP 编码规范PHP 编码规范原文:http://pear.php.net/manual/en/standards.php 翻译:廖宇雷 最后更新日期:2003/05/06 内容列表 缩进 控制结构 函数调用 函数定义 注释 包含代码 PHP 代码标记 头注释块原创 2004-12-06 16:11:00 · 1335 阅读 · 0 评论 -
mysql4.1以上版本连接时出现Client does not support authentication protocol问题解决办法
http://www.ipbfans.org/index.php?q=node/38shell> mysqlClient does not support authentication protocol requestedby server; consider upgrading MySQL client官方的说法是MySQL 4.1 and up uses an原创 2004-11-23 11:44:00 · 2239 阅读 · 0 评论 -
phpBB 2.0.11 released - Critical update
http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=240636Changes since 2.0.10 Fixed unsetting global vars - Matt Kavanagh Fixed XSS vulnerability in username handling - AnthraX101 Fixed not confi原创 2004-11-22 14:23:00 · 1227 阅读 · 0 评论 -
Flash & PHP资源
Flash & PHP Tutorials, pages dedicated to the users tutorial. Here you can write your own tutorial also Flash & PHP List, a full list of available ways to integrate Flash and PHP (XML, LoadVars, Rem原创 2004-11-19 12:57:00 · 1116 阅读 · 0 评论 -
MaxDB PHP extension released!
MaxDB PHP extension released!8 November 2004A new MaxDB PHP extension has been released! Compared to the previous version that worked over phps odbc extension, the new driver offers good benefits原创 2004-11-18 09:27:00 · 1124 阅读 · 0 评论 -
MaxDB & PHP - Ready for the Web!
http://dev.mysql.com/tech-resources/articles/maxdb-php-ready-for-web.htmlby Ulf WendelMaxDB is ready for the Web! Or should I say ready for beginners? PHP is known as the "basic of the web". Rasmu原创 2004-11-17 10:17:00 · 2121 阅读 · 0 评论 -
连接池 for php ---- sqlrelay
http://sqlrelay.sourceforge.net/SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux. SQL Relay is ideal for:speeding up database-driven原创 2004-11-17 10:42:00 · 1799 阅读 · 0 评论 -
The Oracle JDeveloper 10g PHP Extension
http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/php/index.htmlOverview The PHP Extension makes it easy to create, edit, and run PHP scripts in Oracle JDeveloper 10g.原创 2004-11-15 14:10:00 · 1192 阅读 · 0 评论 -
PHP 5, Oracle, and the Future
PHP 5, Oracle, and the Futureby Andi GutmansGet an overview of the some of the new features in PHP 5 and its future by PHP 5s release manager PHP 5 (PHP: Hypertext Preprocessor Version 5) was off原创 2004-11-17 10:13:00 · 1234 阅读 · 0 评论 -
PRADO v1.6 Tutorial(中文版)
http://www.xisc.com/documentation/tutorial-cn.html原创 2004-11-11 10:17:00 · 1555 阅读 · 1 评论 -
php 4.3.7自带的GD将直接支持GIF格式
php 4.3.7自带的GD将直接支持GIF格式,因为GIF的算法版权已经过期原创 2004-06-30 16:38:00 · 898 阅读 · 0 评论 -
我也试用YUI Uploader
导读: 早就知道YUI里面有Uploader这么一个上传组件,可以按住ctrl多选文件上传(就像flickr那样的上传),并且可以支持进度条,这样对用户来说是相当方便的。 由于YUI Uploader是利用javascript + flash实现的,所以用户的浏览器上只要有flash player就可以使用,也不需要额外安装别的插件了,这显然也是YUI Uploader的一大优势。 我原创 2008-06-02 14:09:00 · 1001 阅读 · 0 评论