当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: XML-RPC SpecificationTue, Jun 15
 

 

 ·[vs宏]根据函数名称定位函数     »显示摘要«
    摘要:在编程时经常只记得函数名称的部分内容,想快速定位,但c#编辑器的函数列表没有搜索功能,用正则表达式搜索可以解决这个问题,现将此过程写成一个宏。 使用方法: 打开vs的宏编辑器,粘贴以下代码。为此宏指定一个快捷键(可选)用快捷键或直接运行宏,输入函数名称即可。用f3可以搜索下一个符合要求的函数。 sub searchfunction() 根据函数名称搜索函数 by pharaoh 2005-4-19......
 ·(绝对原创)三层式的层次划分     »显示摘要«
    摘要:三层式开发中的层次划分讨论先举一个曾经在哪本书上看到的例子:现在你想在1米宽的小溪上建一座桥,你会在上面放块木板就完了。如果想在宽一点的小河上建这桥,你就需要计算木材用料,价格等,如果需要别人帮忙,你还要多一些图纸什么的让别人理解你的想法。现在你要在大江上面建桥,你需要有整体的计划,包括各个方面,比如将来可能的收费和利益分配等问题。这里讲3层式,其实是针对“大江上面建桥”来......


XML-RPC Specification

xml-rpc specification

updated 6/30/03 dw 【程序编程相关:ToolBar的模样自己画(二)

tue, jun 15, 1999; by dave winer. 【推荐阅读:ToolBar的模样自己画(四)

updated 1/21/99 dw 【扩展信息:ToolBar的模样自己画(一)

updated 10/16/99 dw

this specification documents the xml-rpc protocol implemented in userland frontier 5.1.

for a non-technical explanation, see xml-rpc for newbies.

this page provides all the information that an implementor needs.

overview

xml-rpc is a remote procedure calling protocol that works over the internet.

an xml-rpc message is an http-post request. the body of the request is in xml. a procedure executes on the server and the value it returns is also formatted in xml.

procedure parameters can be scalars, numbers, strings, dates, etc.; and can also be complex record and list structures.

request example

heres an example of an xml-rpc request:

post /rpc2 http/1.0 user-agent: frontier/5.1.2 (winnt) host: betty.userland.com content-type: text/xml content-length: 181

<?xml version="1.0"?> <methodcall> <methodname>examples.getstatename</methodname> <params> <param> <value><i4>41</i4></value> </param> </params> </methodcall>

header requirements


...   下一页
    摘要:2005-4-19[算法&数据结构] aspx" target="_blank">面对triple des,我们别无选择? # 本文详细地讨论了在金融行业普遍使用的des、triple des加解密算法,其中包括正在全球强制执行的emv标准、atm上的epp加密设备、远程密钥管理、迁移到triple des的各种费用、银行和atm厂商需要采取的对策等。本文涉及面很广,几乎覆盖了有关des的......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE