http://www.augweb.net/blog/plugin/windsphoto/photofile/201012/20101222161310188.jpg
http://www.augweb.net/blog/plugin/windsphoto/photofile/201012/20101222161424160.jpg
http://www.augweb.net/blog/plugin/windsphoto/photofile/201012/20101222161626187.jpg
http://www.augweb.net/blog/plugin/windsphoto/photofile/201012/20101222151321101.jpgColdfusion MX XML-RPC ComponentI've decided to release this little component to the world for two reasons: There is a scary dearth of CF-related XML-RPC info out there. Aside from a CF5 custom tag tha
PHP中的魔术方法总结 :__construct, __destruct , __call, __callStatic,__get, __set, __isset, __unset , __sleep, __wakeup, __toString, __set_state, __clone and __autoload1、__get、__set 这两个方法是为在类和他们的父类中没有声明的属性而设计的
[ Web Service介绍 ]Web Service就是为了异构系统的通信而产生的,它基本的思想就是使用基于XML的HTTP的远程调用提供一种标准的机制,而省去建立一种新协议的需求。目前进行Web Service通信有两种协议标准,一种是XML-RPC,另外一种是SOAP。XML-RPC比较简单,出现时间比较早,SOAP比较复杂,主要是一些需要稳定、健壮、安全并且复杂交
WordPress提供了XML-RPC接口使得第三方的博客写作软件(如windows live writer等)可以与之通信来发布和修改博客。我们也可以在网站上使用这个接口做一些工作,例如:在网站首页显示最新的博客、在博客之外的页面上发表博客文章、把博客与其他内容管理系统结合,等等。 一、开启XML-RPC支持 XML-RPC协议默认是未开启的,需要到WordPress管理后台的“
[ Web Service介绍 ] Web Service就是为了异构系统的通信而产生的,它基本的思想就是使用基于XML的HTTP的远程调用提供一种标准的机制,而省去建立一种新协议的需求。目前进行Web Service通信有两种协议标准,一种是XML-RPC,另外一种是SOAP。XML-RPC比较简单,出现时间比较早,SOAP比较复杂,主要是一些需要稳定、健壮、安全并且复杂交互的时候
RewriteLog D:\rewriter\discuz\iirfLog.out
RewriteLogLevel 0
# Discuz! Rewrite 规则
RewriteRule ^(.*)/archiver/((fid|tid)-[\w\-]+)\.html\?*(.*)$ $1/archiver/index.php?$2&$4 [L]
RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/forumdisplay.php?fid=$2&page=$3&$4 [L]
RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/viewthread.php?tid=$2&extra=page%3D$4&page=$3&$4 [L]
RewriteRule ^(.*)/space-(username|uid)-(.+)\.html\?*(.*)$ $1/space.php?$2=$3&$4 [L]
RewriteRule ^(.*)/tag-(.+)\.html\?*(.*)$ $1/tag.php?name=$2&$3 [L]
# SupeSite Rewrite规则
RewriteRule ^(.*)/([0-9]+)$ $1/index.php?uid/$2 [L]
RewriteRule ^(.*)/([0-9]+)/spacelist(.+)$ $1/index.php?uid/$2/action/spacelist/type$3 [L]
RewriteRule ^(.*)/([0-9]+)/viewspace(.+)$ $1/index.php?uid/$2/action/viewspace/itemid$3 [L]
RewriteRule ^(.*)/([0-9]+)/viewbbs(.+)$ $1/index.php?uid/$2/action/viewbbs/tid$3 [L]
RewriteRule ^(.*)/([0-9]+)/(.*)$ $1/index.php?uid/$2/$3 [L]
RewriteRule ^(.*)/action(.+)$ $1/index.php?action$2 [L]
RewriteRule ^(.*)/category(.+)$ $1/index.php?action/category/catid$2 [L]
RewriteRule ^(.*)/viewnews(.+)$ $1/index.php?action/viewnews/itemid$2 [L]
RewriteRule ^(.*)/viewthread-(.+)$ $1/index.php?action/viewthread/tid-$2 [L]
RewriteRule ^(.*)/mygroup(.+)$ $1/index.php?action/mygroup/gid$2 [L]
# UCHome Rewrite规则
RewriteRule ^(.*)/(space|network)-(.+)\.html$ $1/$2.php?rewrite=$3 [L]
RewriteRule ^(.*)/(space|network)\.html$ $1/$2.php [L]
RewriteRule ^(.*)/([0-9]+)$ $1/space.php?uid=$2 [L]
某日,老师在课堂上想考考学生们的智商,就问一个男孩:“树上有十只鸟,开枪打死一只,还剩几只?” 男孩反问:“是无声枪么?” “不是。” “枪声有多大?” “80~100分贝。” “那就是说会震的耳
计算机学院研二的兄弟与我讨论Java,一见面,几个问题全是关于接口,接口有什么用?为什么要用接口?什么时候该使用接口?很庆幸他们不是问我Java如何连接SQL Server,或者是如何开发J2EE应用,这类问题有杀伤力,避之则吉。今年计算机学院本科有个毕业设计课题是做J2ME,选这个题目的学生在5月末都还在苦着脸研究java.util.*这个包,这个这个……唉。 &n