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]

  • 相关阅读:
    2016.11.21随笔
    2016.11.19随笔
    年月日
    导航position:absolute
    360搜索(边框)
    导航代码position:relative
    邮箱注册代码
    2016.11.18随笔
    2016.11.17随笔
    个人简历网页版代码
  • 原文地址:https://www.cnblogs.com/joeylee/p/3040735.html
Copyright © 2011-2022 走看看