zoukankan      html  css  js  c++  java
  • 如何在自己的网站里面,集成windows live writer 发布博客文章功能

    平时我们写博客园的博客的时候,都喜欢用windows live write来写博客,截图,贴代码都很方便,那么如何在自己的网站里面也能使用WLR来编写呢?你首先得在你的网站上实现 XML –RPC 协议。

    image_thumb[1]

    image_thumb[3]

    image_thumb[4]

    这3个字段是

    1:  public struct MyBlog
    2:      {
    3:          public string blogid;  //只能是小写,你把首字母换成大写都居然能报错··
    4:          public string blogName;  //必须是首字母小写,后面的Name是大写··
    5:          public string url;   //必须要有,虽然起不到任何作用
    6:      }
    7:   

    image_thumb[5]

  • 相关阅读:
    failonerror on MSBuild
    近期Windows Mobile问题汇总
    android的文件操作 sdcard和rom
    用实际库存数调整批次保留最新的批次
    各种布局layout
    javascript让ui线程让出时间片的模型
    android ListView控件操作绑定数据、单击事件
    Pocket PC 模拟器上网设置
    android单元测试
    打电话发短信
  • 原文地址:https://www.cnblogs.com/joeylee/p/3040735.html
Copyright © 2011-2022 走看看