本月博客排行
-
第1名
wy_19921005 -
第2名
mft8899 -
第3名
java-007 - benladeng5225
- Anmin
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
benladeng5225 - wy_19921005
- vipbooks
- kaizi1992
- 青否云后端云
- e_e
- tanling8334
- sam123456gz
- arpenker
- zysnba
- fantaxy025025
- xiangjie88
- lemonhandsome
- wallimn
- ganxueyun
- jh108020
- Xeden
- xyuma
- wangchen.ily
- zhanjia
- johnsmith9th
- forestqqqq
- zxq_2017
- jbosscn
- daizj
- xpenxpen
- 喧嚣求静
- kingwell.leng
- lchb139128
- kristy_yy
- jveqi
- javashop
- lzyfn123
- sunj
- yeluowuhen
- ajinn
- lerf
- silverend
- chenqisdfx
- xiaoxinye
- flashsing123
- lyndon.lin
- bosschen
- zhangjijun
- sunnylocus
- lyj86
- paulwong
- sgqt
最新文章列表
ColdFusion 操作 XML
<!---新建XML--->
<cfset rootnode=XmlNew()>
<!---新建根节点--->
<cfset rootnode.xmlRoot = XmlElemNew(rootnode,"XML")>
<!---给新建的根节点加个属性--->
<cfset rootnode.x ...
coldfusion (cfml) 开发 WebService 简单示例
①开发 Web Services,编写cfcdemo.cfc组件,代码如下: <cfcomponent> <cffunction name = "getEname" access = "remote" returntype = "string"> <cfargume ...
coldfusion (cfml) 调用 WebService 简单示例
WebService 地址:
http://xxx.xxx.xx.xxx/web/webservice.asmx?wsdl
代码示例:
<cfset sSign="ED0EB22A834B2086630BB413C71EC5A4">
<cfset sWebServiceUrl = "http://xxx.xxx.xx.xxx/web/we ...