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]

  • 相关阅读:
    linux机器,docker安装mysql
    一次完整的http请求过程
    mac 安装git
    mac下安装maven和IntelliJ IDEA
    小米老手机 安装charles的https证书 MI NOTE LTE
    mac搭建node环境
    python&kafka集群取消息
    mac电脑破解pycharm
    pytest安装
    sql group by 和 定义输出的小数位数
  • 原文地址:https://www.cnblogs.com/joeylee/p/3040735.html
Copyright © 2011-2022 走看看