本站NOD32升级服务器停止使用,感谢大家支持! 本站娱乐论坛建设中,欢迎访问!

NOD32升级ID获取地址: http://www.dbcn.net/article.asp?id=102

NOD32下载: 官方简体2.70.27标准版 官方简体2.70.39管理员版


  
 


预览模式: 普通 | 列表

域名记录设置教程

域名记录可分为 SOA、NS、A、CNAME、MX 等等很多种,记录类型就本人所掌握,域名记录可以分为 SOA、A、NS、CNAME、MX、PTR、TXT 等

首先最大的为 SOA 记录,SOA 记录中包含了域名的很多信息,包括最小 TTL 值(当没有设置 TTL 时作参考使用)、主域的 FQDN (什么是 FQDN? 自己查)、管理员地址,其中它含有起始授权域名机构的信息。一般情况下,不能任意设置

接下来是 NS (NameServer, 名称服务器) 记录,NS 记录的设置意味着解析这个域名的服务器。比如将域名 timef.net 的 NS 记录设置为 ns1.timef.net 及 ns2.timef.net,则由这两台服务器来负责解析 timef.net 这个域名及其之下的子域名。所以,它可以授权某个服务器解析域名。可以包含1条或1条以上的解析服务器作备用.

查看更多...

Tags: domain

分类:MyBlog | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 432

PJBlog3 v2.8.4.136 最新完整版下载

最新版只对XMLRPC进行了优化,增加了对Zoundry Raven的tag支持

研究了下Zoundry Raven读取blog日志的方式,重新修改了下xmlrpc文件,Raven在编辑日志时可以取出日志的tag了

完整版下载地址:http://dbcn.net/files/download.php?file=15564

该版XMLRPC.ASP修改日期为2008-07-27 00:34

Tags: pjblog

分类:Article | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 443

metaWeblog API的一些介绍

终于可以让windows live writer的关键字支持PJBLOG了,或许很多人还不了解XMLRPC的一些接口和函数!

下面是关于metaWeblog API里面的metaWeblog.newPost一些介绍

metaWeblog.newPost

Creates a new post, and optionally publishes it. If the post is successful, this method will return the ID assigned to the post by the publishing system. Otherwise, it will return a fault.

Parameters (参数)
  • String blogid
  • String username
  • String password
  • struct content
  • boolean publish
Notes

The struct content can contain the following standard keys:

  • title, for the title of the entry;
  • description, for the body of the entry;
  • dateCreated, to set the created-on date of the entry;

In addition, Movable Type’s implementation allows you to pass in values for five other keys:

  • int mt_allow_comments, the value for the allow_comments field;
  • int mt_allow_pings, the value for the allow_pings field;
  • String mt_convert_breaks, the value for the convert_breaks field;
  • String mt_text_more, the value for the additional entry text;
  • String mt_excerpt, the value for the excerpt field;
  • String mt_keywords, the value for the keywords field;
  • array mt_tb_ping_urls, the list of TrackBack ping URLs for this entry;

If specified, dateCreated should be in ISO.8601 format.

Sample Request
1    <?xml version="1.0" encoding="UTF-8"?> 
2    <methodCall> 
3    <methodName>metaWeblog.newPost</methodName> 
4      <params> 
5        <param> 
6          <value><int>178663</int></value> 
7        </param> 
8        <param> 
9          <value><string>your_username</string></value> 
10        </param> 
11        <param> 
12          <value><string>your_password</string></value> 
13        </param> 
14        <param> 
15          <value><string>This is a post</string></value> 
16        </param> 
17        <param> 
18          <value><int>1</int></value> 
19        </param> 
20      </params> 
21    </methodCall> 

查看更多...

Tags: xmlrpc

分类:Article | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 393

phpspace只不过是Ablespace的中文汉化版

两个功能完全一样的网站,一个中文站一个英文站
phpspace中文演示截图:http://www.php-space.cn

Ablespace演示截图:http://ablespace.abk-soft.com

查看更多...

Tags: phpspace

分类:MyBlog | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 385