摘要: description 阅读全文
posted @ 2010-04-25 22:48 herobeast 阅读(98) 评论(0) 推荐(0)
摘要: XML-RPC,是英文名称XML Remote Procedure Call的简称,即XML远程方法调用。我个人的理解是,XML是远程传输数据的形式,协议的作用是调用远程的API接口。 最初的接触是来自z-blog的一个插件。打开z-blog的官方首页,最下面有这样一句话: 安装WLWSupport插件配合使用Windows Live Writer,完美支持标签编辑,别名,摘要,上传;完全可视化写... 阅读全文
posted @ 2010-04-25 21:06 herobeast 阅读(481) 评论(0) 推荐(0)
摘要: In my previous article I covered how to setup an XML-RPC server in .Net, in particular looking at how to service XML-RPC MetaWebLog API requests. In this second part I am looking at how we can easily ... 阅读全文
posted @ 2010-04-25 21:04 herobeast 阅读(425) 评论(0) 推荐(0)
摘要: I have recently be working on a project which needed to implement the blogging MetaWebLog API, allowing users to post blog messages from their favorite blog editor, such as Windows Live Writer or blog... 阅读全文
posted @ 2010-04-25 20:59 herobeast 阅读(714) 评论(0) 推荐(0)
摘要: 转载:CSDN、cnblogs使用Windows Live Writer客户端发布日志时相关配置 收藏 http://www.cnblogs.com/yiwuya/archive/2008/08/19/1270993.html 1,菜单栏 ===> 工具 ===> 帐户 2,点击右边的添加按钮 3,选择"其他日志服务",然后点"下一步" 4, ... 阅读全文
posted @ 2010-04-25 20:46 herobeast 阅读(184) 评论(0) 推荐(0)
摘要: XML-RPC.NET,最近在用的一个DLL,用起来不错,几个代码就可以对远程的XML-RPC数据进行交换了。对XML-RPC不太懂的可以看看本网站的Xml-rpc类别。 我用这个是用来与远程的PHP网站来进行数据交换。相比WebServices这个大块头来说,xml-rpc就是小菜一碟了。不过这小菜下下酒还是不错的。 Overview XML-RPC.NET is a library for i... 阅读全文
posted @ 2010-04-25 20:45 herobeast 阅读(716) 评论(0) 推荐(0)
摘要: 转载:CSDN、cnblogs使用Windows Live Writer客户端发布日志时相关配置 收藏 http://www.cnblogs.com/yiwuya/archive/2008/08/19/1270993.html 1,菜单栏 ===> 工具 ===> 帐户 2,点击右边的添加按钮 3,选择"其他日志服务",然后点"下一步" 4, ... 阅读全文
posted @ 2010-04-25 19:24 herobeast 阅读(159) 评论(0) 推荐(0)
摘要: 装完Windows 7后,开启IIS功能后发现默认80端口网站打不开,提示“另一个程序正在使用此文件,进程无法访问”,使用 netstat -ano 发现80端口被占用,记下PID后到进程中发现Skype占用了80端口。在skype的Connection选项里将"use port 80 and 443 as alternatives for incoming connections&qu... 阅读全文
posted @ 2010-04-25 14:04 herobeast 阅读(972) 评论(0) 推荐(0)