<?xml version="1.0" encoding="gb2312"?>
	<rss version="2.0">
		<channel>
		<title><![CDATA[Go Home]]></title>
		<description><![CDATA[]]></description>
		<link>http://www.cublog.cn/u/31842/</link>
		<language>zh-cn</language>
		<generator>www.cublog.cn</generator>
		<copyright>Copyright 2010 ChinaUnix.Net All Rights Reserved</copyright>
		<pubDate>Fri, 03 Sep 2010 02:11:13 GMT</pubDate>
	
		<item>
			<title><![CDATA[res_mkquery]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=390450]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Wed, 26 Sep 2007 08:37:56 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<H2>res_mkquery Subroutine</H2>
<H3><A name=A213X9f43></A>Purpose</H3>
<P><A name=A2FB8C48348patt></A>Makes query messages for name servers.</P>
<H3><A name=A213X9f45></A>Library</H3>
<P><A name=A2FB8C48388patt></A>Standard C Library (<B>libc.a</B>)</P>
<H3><A name=A7u3360cher></A>Syntax</H3><PRE><A name=A213X9f47></A><B>#include&nbsp;&lt;sys/types.h&gt;</B>
<B>#include&nbsp;&lt;netinet/in.h&gt;</B>
<B>#include&nbsp;&lt;arpa/nameser.h&gt;</B>
<B>#include&nbsp;&lt;resolv.h&gt;</B><……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[C++ 程序文档生成器介绍(doxygen)]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=365053]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Wed, 22 Aug 2007 01:45:52 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<P>程序文档，曾经是程序员的一个头痛问题。写一个程序文档，比较花时间，但不是很难；麻烦的是当程序修改后，程序文档也要跟着同步更新，否则文档和程序就要脱节，文档也就变成没用的东西了。<BR><BR>好在有许多好用的文档生成器来解决这个问题。目前比较流行的C++文档生成器是doxygen。<BR>本文就简单的介绍一下doxygen的文档注释方法，以供初学者参考。</P>
<DIV><STRONG>1.&nbsp;模块定义（单独显示一页）</STRONG></DIV>
<DIV><FONT color=#008000>/*<BR>&nbsp;*&nbsp;@defgroup&nbsp;模块名&nbsp;模块的说明文字</FONT></D……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[C++ String 详解]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=357205]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Fri, 10 Aug 2007 01:26:40 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<P><SPAN style="FONT-SIZE: 10.5pt"><SPAN style="FONT-FAMILY: 宋体">之所以抛弃char*的字符串而选用C++标准程序库中的string类，是因为他和前者比较起来，不必 担心内存是否足够、字符串长度等等，而且作为一个类出现，他集成的操作函数足以完成我们大多数情况下(甚至是100%)的需要。我们可以用 = 进行赋值操作，== 进行比较，+ 做串联（是不是很简单?）。我们尽可以把它看成是C++的基本数据类型。</SPAN><BR><SPAN style="FONT-FAMILY: 宋体">&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN style="FONT-FAMILY: 宋体">好了，进入正题<……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[dns protocol]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=353207]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Fri, 03 Aug 2007 09:07:33 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV><A href="http://www.freesoft.org/CIE/Topics/77.htm">http://www.freesoft.org/CIE/Topics/77.htm</A></DIV>  ]]></description>
		</item>	
			<item>
			<title><![CDATA[vi 编辑器命令详解]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=325690]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 19 Jul 2007 02:34:22 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV><STRONG>vi命令是unix下常用而重要命令，可在全屏幕方式下编辑一个或多个文件。若在vi执行时&nbsp;<BR>没有指定一个文件，那么vi命令会自动产生一个无名的空的工作文件。若指定的文件不存在，&nbsp;<BR>那么就按指定的文件名创建一个新的文件。若对文件的修改不保存的话，v&nbsp;i命令并不改变原&nbsp;<BR>来文件的内容。&nbsp;<BR><BR>　　注意：vi命令并不锁住所编辑的文件，因此多个用户可能在同时编辑一个文件，那么最后&nbsp;<BR>保存的文件版本将被保留。&nbsp;<BR><BR>下面是vi命令使用的一些选项及含义：&nbsp;<BR><BR>　　-……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[DNS中的NS记录]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=324875]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Wed, 20 Jun 2007 01:42:07 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>ns&nbsp;授權很簡單... <BR>假設你註冊的&nbsp;domain&nbsp;叫&nbsp;abc.com&nbsp;，而你有&nbsp;ns1&nbsp;&nbsp;與&nbsp;ns2&nbsp;兩台&nbsp;server&nbsp;。 <BR>那，你必需從&nbsp;.com&nbsp;的權威伺服器授權給你，其設定或類似如此： <BR><PRE>$ORIGIN&nbsp;com.
<BR>abc&nbsp;IN&nbsp;NS&nbsp;ns1.abc.com.
<BR>abc&nbsp;IN&nbsp;NS&nbsp;ns2.abc.com.
<BR>ns1.abc&nbsp;IN&nbsp;A&nbsp;1.2.3.4
<BR>ns1.abc&nbsp;IN&nbsp;A&nbsp;1.2.3.5</PRE><BR><BR>然後，你的&nbsp;ns1&nbsp;或&nbsp;ns2&nbsp;都可是權威伺服器了(各自的……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[夜深了，总不愿睡去]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=306661]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Mon, 21 May 2007 16:31:58 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<DIV>总是想把自己折磨的很累了，然后疲惫的睡去。</DIV>
<DIV>夜深了，一种孤独无助的感觉总在侵袭着迷茫的心，淡淡的笼上一层阴影，挥之不去的是苦涩的回忆。</DIV>
<DIV>把自己藏才自己做的茧里，希望安静的睡去，可总有一种东西不时的呼唤着我，好累。是自己的梦想就要去实现，即使自己已经折断了自己的翅膀。</DIV>
<DIV>&nbsp;</DIV>
<DIV>
<DIV align=center><IMG src="http://blogimg.chinaunix.net/blog/upfile/070522003148.jpg" onload="javascript:if(this.width>500)this.width=500;" border=0></DIV></DIV></DI……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[一个不错的摄影博客]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=302168]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Tue, 15 May 2007 09:45:52 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV><A href="http://blog.sina.com.cn/u/48dfd4830100088m#aList_ALIST_1222628483">http://blog.sina.com.cn/u/48dfd4830100088m#aList_ALIST_1222628483</A></DIV>  ]]></description>
		</item>	
			<item>
			<title><![CDATA[const_cast 的应用 及const function(常量函数)]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=284841]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Tue, 24 Apr 2007 01:54:27 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV><SPAN class=smalltxt><SPAN class=bold><B style="COLOR: black; BACKGROUND-COLOR: #a0ffff"><FONT style="BACKGROUND-COLOR: #ffffff">const_cast</FONT></B> 的应用 及const function(常量函数)</SPAN></SPAN><BR><BR><SPAN style="FONT-SIZE: 12px">一.&nbsp;&nbsp;const成员函数：<BR>1.类方法声明为const的条件: 该方法一定不能改变该类的任何一个数据成员的值.<BR>2.格式&nbsp;&nbsp;返回类型 成员函数名(参数表) const;<BR>称为常量成员函数或常量函数<BR>3.若声明了一个指向const型对象的指针,那么该指针只能调用const方法……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[箭扣攻略]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=280988]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Wed, 18 Apr 2007 13:32:51 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<DIV id=LastMDatecns!24999BF19FE8C427!186>
<H4 class=TextColor1 id=subjcns!24999BF19FE8C427!185 style="MARGIN-BOTTOM: 0px">箭扣攻略（2005.05）·上</H4>
<DIV id=msgcns!24999BF19FE8C427!185>
<P>本文可作为轻装两日穿越箭扣（九眼楼－箭扣－慕田峪）的参考。转载请注明出处。 
<P><STRONG>一、&nbsp;建议行程：</STRONG><BR>D1 傍晚东直门长途车站916至怀柔，面的到西栅子五队，宿农家。<BR>D2 早起上九眼楼，然后向东依次经过：西大墙－北京结－鹰飞倒仰－天梯－将军守关－三十八蹬－箭扣，下山回农家。<BR>D3 按昨……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[资源记录参考]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=276509]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 12 Apr 2007 08:18:35 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<H2>资源记录参考</H2>
<P>DNS 数据库包括 DNS 服务器所使用的一个或多个区域文件。每个区域都拥有一组结构化的资源记录，其中以下项目是 DNS 服务器服务支持的项目。</P>
<H3>DNS 资源记录的格式</H3>
<P>如下表中所述，所有的资源记录都有一个使用相同顶级字段的定义格式。</P>
<TABLE class=dataTable id=ESD cellSpacing=0 cellPadding=0>
<THEAD>
<TR>
<TD class=tableHeader colSpan=2></TD></TR>
<TR class=stdHeader vAlign=top>
<TD id=colEVD>字段 </TD>
<TD id=colEYD style="BORDER-RIGHT: #cccccc 1px soli……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[DNS 查询的工作原理]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=276506]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 12 Apr 2007 08:10:47 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<H1>DNS 查询的工作原理</H1>
<DIV class=date>更新日期： 01/21/2005</DIV>
<DIV style="HEIGHT: 18px"></DIV>
<DIV id=H1_56780770><A name=EJD></A>
<H2>DNS 查询的工作原理</H2>
<P>当 DNS 客户端需要查询程序中使用的名称时，它会查询 DNS 服务器来解析该名称。客户端发送的每条查询消息都包括三条信息，指定服务器回答的问题：</P>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD class=listBullet vAlign=top>&#8226;</TD>
<TD class=listItem>
<P>指定的 DNS 域名，规定为完全合格的域名 (FQD……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[ENUM纵横谈]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=274572]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Tue, 10 Apr 2007 01:43:19 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<P align=center><B><FONT color=#ff3333>ENUM纵横谈</FONT></B></P>
<P align=center>张冰 2002/06/13</P>
<P align=left><B>一、什么是ENUM </B></P>
<P><FONT color=#ffffff>。。</FONT>ENUM是IETF的电话号码映射工作组（Telephone Number Mapping working group, 简称ENUM）定义的一个协议——RFC2916，RFC2916的题目为“E.164号码和域名系统（E.164 Number and DNS）”。它定义了将E.164号码转换为域名形式放在DNS服务器的数据库中的方法，每个由E.164号码转化而成的域名可以对应一系列的统一资源标识（Uniform Resource Identifi……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[动态域名解析服务系统简介 ]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=273814]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Mon, 09 Apr 2007 02:59:32 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<P>&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;中国互联网络信息中心（CNNIC）研究生 曾宪章<BR><BR>&nbsp;&nbsp;&nbsp;<SPAN style="FONT-FAMILY: Arial">摘要：本文简要介绍动态域名解析系统（DDNS）了该系统的架构及工作原理，并且对与动态域名解析系统相关的几个问题进行……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[IP多媒体子系统－IMS技术与应用]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=272008]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Fri, 06 Apr 2007 02:54:35 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<DIV align=center>规范的IP多媒体子系统（IMS ，IP Multimedia Subsystem），是为了在3G核心网中支持多媒体会话以及其它基于SIP的业务而提出的。其主要目的是将蜂窝移动通信和互联网技术有机结合起来，向用户提供一个具有电信级QoS保证，能提供综合业务的下一代通信网络。它的主要特点是采用了SIP协议、独立于接入和承载技术。以IMS为核心的NGN网络己被认为是适应未来固定网与移动网融合的网络架构。</DIV>
<P>IMS体系结构</P>
<P>IMS的体系结构见图1，包括以下功能实体：</P>
<DIV align=center><IMG src="http://blogimg.chi……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[近期准备看的几本书]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=263139]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Thu, 22 Mar 2007 06:50:25 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>《C专家编程》</DIV>
<DIV>《C程序语言设计》</DIV>
<DIV>《UNIX进程间通信》</DIV>
<DIV>《快速软件开发》</DIV>  ]]></description>
		</item>	
			<item>
			<title><![CDATA[日记 [2007年03月20日]农历二月初二]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=261836]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Tue, 20 Mar 2007 05:12:19 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>又在自己的年轮上画了一个圆，又到了自己生命的一个起点</DIV>
<DIV>别再犹豫，该赶路了</DIV>
<DIV>&nbsp;</DIV>  ]]></description>
		</item>	
			<item>
			<title><![CDATA[http://www.zope.org]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=257808]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Tue, 13 Mar 2007 06:00:34 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV><A href="http://www.zope.org">http://www.zope.org</A></DIV>
<DIV>好多资料都在这里能找到</DIV>  ]]></description>
		</item>	
			<item>
			<title><![CDATA[gsoap中文文档（8.1.7~8.1.15）]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=257236]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Mon, 12 Mar 2007 02:48:08 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>8.1.7&nbsp;&nbsp;如何改变回传元素的名称<BR>SOAP返回消息重的元素命名没有固定的方式，但是推荐使用方法名加Response结尾。例如，getQuote方法的返回参数为getQuoteResponse。<BR>返回参数的名称可以在头文件中以类或结构体的方式声明。这个类或结构体的名字就是服务返回参数的名字。因此，远程方法的输出参数必须声明为类或结构体的一个（多个）字段。gSOAP预编译器可以自动生成用于存根例程使用的结构体或类。<BR><BR>8.1.8&nbsp;&nbsp;例子<BR>我们将getQuote远程方法的返回参数做如下的改变：<BR><BR>// Contents of "getQuote……  ]]></description>
		</item>	
			<item>
			<title><![CDATA[gsoap中文文档（8.1.2~8.1.3） ]]></title>
			<link><![CDATA[http://blog.chinaunix.net/u/31842/showart.php?id=257233]]></link>
			<author></author>
			<guid></guid>
			<category></category>
			<pubDate>Mon, 12 Mar 2007 02:44:54 GMT</pubDate>
			<comments></comments>
			<description><![CDATA[<DIV>
<P>8.1.2 关于命名空间<BR>&nbsp;函数ns1__getQuote（上节提到的）中，使用了ns1__作为远程方法的命名空间。使用命名空间是为了防止远程方法名冲突，比方多个服务中使用同一个远程方法名的情况。<BR>命名空间前缀及命名空间名称同时也被用来验证<A href="http://www.qqread.com/keywords/soap.html" target=_blank><FONT color=#0000ff>SOAP</FONT></A>信息的内容有效性。存根例程通过命名空间表中的信息来验证服务返回信息。命名空间表在运行时被取出用于解析命名空间绑定，反序列化<A href="http://www.qqread.com/keywords/data……  ]]></description>
		</item>	
			</channel>
	</rss>
