Loading....
Wzhu's Blog List
- 导出Gmail通讯录(Export Gmail Contacts)
- 作者: wzhu 时间: 2010-06-01 17:33:41
- <?php /* ***************************************************************** * Author: wzhu.email@gmail.com * Date: 2010-05-26 * Description: This is a php class for Gmail Contacts ***************************************************************** */ class Gmail { private $_....
- 查阅全文>>>
- Subversion 强制用户写备注(日志)才能提交.
- 作者: wzhu 时间: 2009-09-03 10:17:06
- 修改subversion仓库中具体项目下的 hooks/pre-commit文件(如果不存在则创建之或者 拷贝hooks/pre-commit.tmpl模板创建之). #!/bin/sh REPOS="$1" TXN="$2" SVNLOOK=/usr/bin/svnlook #check that logmessage contains at least 10 alphanumeric characters LOG....
- 查阅全文>>>
- Linux 时间服务器同步命令
- 作者: wzhu 时间: 2009-08-10 19:21:44
- 与时间服务器同步: root@huang-desktop:~# ntpdate time-b.nist.gov 12 Nov 13:00:41 ntpdate[5992]: adjust time server 129.6.15.29 offset -0.014723 sec 写入bios: root@huang-desktop:~# hwclock 2008年08月10日 星期一 13时01分56秒 -0.701253 seconds root@huang-desktop:~# hwclock ....
- 查阅全文>>>
- PHP修改 LDAP用户密码程序
- 作者: wzhu 时间: 2009-07-29 11:12:58
- ldap.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title> Reset LDAP Pass....
- 查阅全文>>>
- Subversion安装与配置
- 作者: wzhu 时间: 2009-07-21 11:09:54
- Install Subverion ./configure --prefix=/usr/local/subversion --enable-shared --enable-static --with-apxs=/home/apache/bin/apxs --with-ssl --with-apr=/home/apache/ --with-apr-util=/home/apache/
- 查阅全文>>>
- 我的Subversion使用LDAP认证之Apache配置实例
- 作者: wzhu 时间: 2009-07-16 19:02:50
- httpd.conf <VirtualHost *> ServerName "subversion.domain.com" DocumentRoot "/home/svnroot" <Directory "/home/svnroot"> Options +Indexes AllowOverride None Order allow,deny Allow from all </Directory> <Location /....
- 查阅全文>>>
- HTTP协议(RFC2616)中的方法定义
- 作者: wzhu 时间: 2009-06-24 14:46:13
- OPTIONS OPTIONS 方法表示在由 Request-URI 标识的请求/响应链上关于有效通迅选项信息的请求。该方法允许客户端判断与某个资源相关的选项和/或需求或者服务器的能力,而不需要采用资源行为或发起资源获取。 该方法的响应不能缓....
- 查阅全文>>>
- 我的HTTP Client 模拟PHP Class
- 作者: wzhu 时间: 2009-06-22 17:35:18
- 最近因为要通过PHP调用REST接口,简单的写了一个模拟HTTPClient的PHP Class.相当于模拟浏览器操作.这是一个初始版本.等以后有时间了在完善下.如果有什么意见或者好的想法,欢迎指教. <?php /* =================================================....
- 查阅全文>>>
HEAD

有一种精神,叫"公诚勤朴"
Categories
Hot View Article
Recent Comments