欢迎来到服务器设计开发博客!
软件开发以及咨询,请加MSN
QQ:3803308
MSN:huzhangyou2002(AT)gmail.com
Mail: huzhangyou2002(AT)gmail.com
Skypy:CpperHZY2000 or huzhangyou2002(AT)gmail.com
公司网站 http://www.jouhu.com
分页: 1/5 第一页 1 2 3 4 5 下页 最后页 [ 显示模式: 摘要 | 列表 ]
0
PHP5.3的发布修复了5.2版本中所有的bug,同时增加了几个有意思的功能,如namespace,closures,namespace个人觉得不是很喜欢,但是Closure很好玩,以下代码摘自php.net
Tags: | 引用(0)
0
近期频繁PHP模块出错,导致服务器访问网站提示HTTP 500 内部服务器错误。
经查是 PHP has encountered an Access Violation at 7C94BD02 。

有人提出是 最后发现是两个站用一个应用池的问题!

参考 http://www.funly.cn/


相关解决方案:
Tags: , | 引用(0)
0
其实相对来说只是添加了几个内部函数,非常感谢刀客的建议。
下载文件 (已下载 205 次)


参考文献:http://www.devarticles.com/c/a/MySQL/Using-Transactions-with-MySQL-4.0-and-PHP/
3

mysql封装操作类[原]

2008/07/29    12:55    4195    huzhangyou2002 开发语言 » PHP 不指定
下载文件 (已下载 155 次)

使用方法:


本代码用于内部项目,开源出来希望对大家有所帮助。
Tags: , | 引用(0)
0
This User Guide relates to version 3.1 of Phrame. Phrame 3.1 is currently in beta and only available from the subversion repository.

Phrame 3.1 introduces:

The PhrameContainer & ErrorHandler classes together with major redesign of Phrame configuration options.
Implementation of a solution to enable object references in the HttpRequest, HttpSession and ServerContext storage containers.
Bug fixes and many improvements.

Site:https://www.phrame.org
Tags: , , | 引用(0)
0
如何在PHP和Mysql一起使用Memcache,Perfect的例子代码
原文地址:Using Memcache with MySQL and PHP打不开的话通过google cache试试:
http://209.85.175.104/search?q=cache:2d_sEhqr1NkJ:pureform.wordpress.com/2008/05/21/using-memcache-with-mysql-and-php/+mysql+memcache+php&hl=en&ct=clnk&cd=12

Tags: , , | 引用(0)
0
发现还是原生php操作数据库效率最高:
测试代码:

原文地址:
Comparing ADODB with PEAR DB, MDB, dbx, Metabase and Native MySQL
0
本方法集合来自网络,如有版权问题,请在后面跟帖,我将删除处理,并对您表示深深歉意。

lighttpd (http://lighttpd.net/)和apache一样是开源的,与apache相比,虽然功能不及apache完善,稳定性也不如 apache,但是,不管是服务静态页面,还是服务动态内容(CGI,PHP),它都比apache快,用于ad banner之类的WEB服务器是最恰当不过了。
本文从应用的角度,说明如何安装、配置lighttpd。
0

The future of PHP

2008/05/15    14:35    3133    huzhangyou2002 开发语言 » PHP 不指定
New PHP V6 features

PHP V6 is currently available as a developer snapshot, so you can download and try out many of the features and changes listed in this article. For features that have been implemented in the current snapshot, see Resources.
Tags: | 引用(0)
2
项目开发关联到了很多技术,包含PHP调用.NET webservice.做了一个小小的测试,才发现Zend公司真是太NB了,开发环境真是一流。
我们就以默认的HelloWorld .NET WebService为例子来说明了。
0
memcached-client.zip




1

肖理达 (KrazyNio AT hotmail.com), 2006.04. 06, 转载请注明出处

一、memcached 简介

在很多场合,我们都会听到 memcached 这个名字,但很多同学只是听过,并没有用过或实际了解过,只知道它是一个很不错的东东。这里简单介绍一下,memcached 是高效、快速的分布式内存对象缓存系统,主要用于加速 WEB 动态应用程序。

Tags: , | 引用(0)
0
NuSOAP is a group of PHP classes that allow developers to create and consume SOAP web services. It does not require any special PHP extensions. The current release version (0.6.7) of NuSOAP at the time this was written (03-November-2004), supports much of the SOAP 1.1 specification. It can generate WSDL 1.1 and also consume it for use in serialization. Both rpc/encoded and document/literal services are supported. However, it must be noted that NuSOAP does not provide coverage of the SOAP 1.1 and WSDL 1.1 that is as complete as some other implementations, such as .NET and Apache Axis.

Example Download:

0
文章转载自:http://coolstr.cnblogs.com/archive/2005/08/25/222440.aspx
占卜師oοΟ

由于工作的需要,帮我的同事阿韬测试一下.net的webservice在PHP下的应用.于是开始上网找资料,发现很多phper都是用nusoap.于是下载一个回来.用它自带的例子修改一下.可在文章的后面的附件中找到下载地址.
代码如下:
Tags: , , , , | 引用(0)
1
最近的一个项目在开发的之前,考虑到将来的扩展问题,经过同RosatGao讨论,决定采用.NET开发WebService,然后通过PHP来完成第一期的开发,后面可以采用一种RichClient的相关技术来进行友好客户的开发功能。通过找资料发现如下线索:

1:使用nusoap库来进行辅助开发(后面陆续将该方面文章放上,可能是E文的)

2:使用php-soap库进行开发

下面提供两个库的资料下载

nusoap:
http://sourceforge.net/projects/nusoap/

本地下载:
库代码以及例子

帮助文档

phpsoap:

http://sourceforge.net/projects/phpsoap/

本地下载:


后面将有陆续文章上传!
0
引用
Recently, I upgraded VB6 project to VB.Net. After that I can sucessfully compile the project and generate a DLL file in the bin folder, but when I try to use regsvr32 command to register the DLL, I got error saying "DllRegister Server Entry Point is not found".


And I cannot remove it from memory, if I want to use my old DLL.

Can anyone help me ?


Tags: , , | 引用(0)
0
In the interim between posts at waxjelly, we’ve collectively become addicted to Smarty. In addition to this, we’ve become addicted to extending and customizing smarty to do a bunch of crap that we find ourselves repeating, and essentially building our own custom framework on this humble-for-no-good-reason templating system. In this tutorial, we’ll write our first custom smarty, and get the ball rolling in the right direction for being able to do pretty much anything you want to do with … okay, this post is going to say “Smarty” a lot, in case you can’t already tell. Let’s get started.
Tags: , | 引用(0)
0
文章讲述的功能对于PHP开发来说是一个非常棒的工具!

原创文章,转载请注明出处、保留署名和保持一致,勿用于商业。

作者 EasyChen(at)Gmail.com
来源 http://qtutu.com/blog/?p=333

Tags: , | 引用(0)
分页: 1/5 第一页 1 2 3 4 5 下页 最后页 [ 显示模式: 摘要 | 列表 ]