<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>woso的专栏 - 开发经历</title><link>http://blog.csdn.net/woso/category/195957.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 19 Dec 2007 20:49:31 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>woso</dc:creator><title>C/C++语言中可变参数的用法</title><link>http://blog.csdn.net/woso/archive/2007/12/19/1954293.aspx</link><pubDate>Wed, 19 Dec 2007 20:50:00 GMT</pubDate><guid>http://blog.csdn.net/woso/archive/2007/12/19/1954293.aspx</guid><wfw:comment>http://blog.csdn.net/woso/comments/1954293.aspx</wfw:comment><comments>http://blog.csdn.net/woso/archive/2007/12/19/1954293.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/woso/comments/commentRss/1954293.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1954293</trackback:ping><description>可变参数的使用和原理&lt;img src ="http://blog.csdn.net/woso/aggbug/1954293.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>woso</dc:creator><title>syslog的编程和配置</title><link>http://blog.csdn.net/woso/archive/2007/12/19/1954156.aspx</link><pubDate>Wed, 19 Dec 2007 18:00:00 GMT</pubDate><guid>http://blog.csdn.net/woso/archive/2007/12/19/1954156.aspx</guid><wfw:comment>http://blog.csdn.net/woso/comments/1954156.aspx</wfw:comment><comments>http://blog.csdn.net/woso/archive/2007/12/19/1954156.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/woso/comments/commentRss/1954156.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1954156</trackback:ping><description>syslog 是UNIX系统中提供的一种日志记录方法(RFC3164)，syslog本身是一个服务器，程序中凡是使用syslog记录的信息都会发送到该服务器，服务器根据配置决定此信息是否记录，是记录到磁盘文件还是其他地方，这样使系统内所有应用程序都能以统一的方式记录日志，为系统日志的统一审计提供了方便。&lt;img src ="http://blog.csdn.net/woso/aggbug/1954156.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>woso</dc:creator><title>解析手机号码格式</title><link>http://blog.csdn.net/woso/archive/2007/04/20/1572561.aspx</link><pubDate>Fri, 20 Apr 2007 15:22:00 GMT</pubDate><guid>http://blog.csdn.net/woso/archive/2007/04/20/1572561.aspx</guid><wfw:comment>http://blog.csdn.net/woso/comments/1572561.aspx</wfw:comment><comments>http://blog.csdn.net/woso/archive/2007/04/20/1572561.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/woso/comments/commentRss/1572561.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1572561</trackback:ping><description>MDN号码为本网移动用户作被叫时，主叫用户所需拨的号码。

采取E.164编码方式；存储在HLR和VLR中，在MAP接口上传送。DN号码的结构如下：

     CC + MAC + H0 H1 H2 H3 + ABCD其中：

CC：是国家码，中国使用86。

MAC：是移动接入码，本网采用网号方案，为133。

H0H1H2H3：HLR识别码，由联通总部统一分配。

ABCD：移动用户号，由各HLR自行分配。
&lt;img src ="http://blog.csdn.net/woso/aggbug/1572561.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>woso</dc:creator><title>用shell脚本去掉源码的注释</title><link>http://blog.csdn.net/woso/archive/2007/04/06/1554139.aspx</link><pubDate>Fri, 06 Apr 2007 12:42:00 GMT</pubDate><guid>http://blog.csdn.net/woso/archive/2007/04/06/1554139.aspx</guid><wfw:comment>http://blog.csdn.net/woso/comments/1554139.aspx</wfw:comment><comments>http://blog.csdn.net/woso/archive/2007/04/06/1554139.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/woso/comments/commentRss/1554139.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1554139</trackback:ping><description>这是网上看的两个脚本,可以实现删除源码里的注释.其实编译器的预编译也可以实现删除注释的功能
例如:g++ -E helloworld.cpp&gt;tmp.cpp
这样,tmp.cpp中的注释就没有了,哈哈&lt;img src ="http://blog.csdn.net/woso/aggbug/1554139.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>woso</dc:creator><title>同步、异步、阻塞和非阻塞的概念</title><link>http://blog.csdn.net/woso/archive/2007/04/05/1552637.aspx</link><pubDate>Thu, 05 Apr 2007 11:15:00 GMT</pubDate><guid>http://blog.csdn.net/woso/archive/2007/04/05/1552637.aspx</guid><wfw:comment>http://blog.csdn.net/woso/comments/1552637.aspx</wfw:comment><comments>http://blog.csdn.net/woso/archive/2007/04/05/1552637.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/woso/comments/commentRss/1552637.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1552637</trackback:ping><description>在进行网络编程时，我们常常见到同步、异步、阻塞和非阻塞四种调用方式。这些方式彼此概念并不好理解。下面是我对这些术语的理解。&lt;img src ="http://blog.csdn.net/woso/aggbug/1552637.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>woso</dc:creator><title>Shell中的引号,反引号,双引号,反斜杠</title><link>http://blog.csdn.net/woso/archive/2007/04/02/1549259.aspx</link><pubDate>Mon, 02 Apr 2007 13:48:00 GMT</pubDate><guid>http://blog.csdn.net/woso/archive/2007/04/02/1549259.aspx</guid><wfw:comment>http://blog.csdn.net/woso/comments/1549259.aspx</wfw:comment><comments>http://blog.csdn.net/woso/archive/2007/04/02/1549259.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/woso/comments/commentRss/1549259.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1549259</trackback:ping><description>shell可以识别4种不同类型的引字符号: 单引号字符' 双引号字符" 反斜杠字符\ 反引号字符` &lt;img src ="http://blog.csdn.net/woso/aggbug/1549259.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>woso</dc:creator><title>正则表达式进阶</title><link>http://blog.csdn.net/woso/archive/2007/03/29/1545135.aspx</link><pubDate>Thu, 29 Mar 2007 12:19:00 GMT</pubDate><guid>http://blog.csdn.net/woso/archive/2007/03/29/1545135.aspx</guid><wfw:comment>http://blog.csdn.net/woso/comments/1545135.aspx</wfw:comment><comments>http://blog.csdn.net/woso/archive/2007/03/29/1545135.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/woso/comments/commentRss/1545135.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1545135</trackback:ping><description>本文将逐步讨论一些正则表达式的使用话题。本文为正则表达式基础的扩展，在阅读本文之前，建议先阅读正则表达式入门一文。本文讨论一下问题
1. 表达式的递归匹配
2. 非贪婪匹配的效率
&lt;img src ="http://blog.csdn.net/woso/aggbug/1545135.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>woso</dc:creator><title> 正则表达式入门</title><link>http://blog.csdn.net/woso/archive/2007/03/29/1545131.aspx</link><pubDate>Thu, 29 Mar 2007 12:16:00 GMT</pubDate><guid>http://blog.csdn.net/woso/archive/2007/03/29/1545131.aspx</guid><wfw:comment>http://blog.csdn.net/woso/comments/1545131.aspx</wfw:comment><comments>http://blog.csdn.net/woso/archive/2007/03/29/1545131.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/woso/comments/commentRss/1545131.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1545131</trackback:ping><description>本文即可作为正则表达式的入门资料,也可作为参考手册.每个介绍都附带例子&lt;img src ="http://blog.csdn.net/woso/aggbug/1545131.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>woso</dc:creator><title>正则表达式在C++中的实现--POSIX库</title><link>http://blog.csdn.net/woso/archive/2007/03/29/1545130.aspx</link><pubDate>Thu, 29 Mar 2007 12:13:00 GMT</pubDate><guid>http://blog.csdn.net/woso/archive/2007/03/29/1545130.aspx</guid><wfw:comment>http://blog.csdn.net/woso/comments/1545130.aspx</wfw:comment><comments>http://blog.csdn.net/woso/archive/2007/03/29/1545130.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/woso/comments/commentRss/1545130.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1545130</trackback:ping><description>本文介绍如何在C++中使用正则表达式的一种方法--使用POSIX库,并给出一个例子&lt;img src ="http://blog.csdn.net/woso/aggbug/1545130.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>woso</dc:creator><title>printf格式控制符的完整格式</title><link>http://blog.csdn.net/woso/archive/2007/03/28/1543599.aspx</link><pubDate>Wed, 28 Mar 2007 09:25:00 GMT</pubDate><guid>http://blog.csdn.net/woso/archive/2007/03/28/1543599.aspx</guid><wfw:comment>http://blog.csdn.net/woso/comments/1543599.aspx</wfw:comment><comments>http://blog.csdn.net/woso/archive/2007/03/28/1543599.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/woso/comments/commentRss/1543599.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1543599</trackback:ping><description>printf格式控制符的完整格式。&lt;img src ="http://blog.csdn.net/woso/aggbug/1543599.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>woso</dc:creator><title>C++基础精华问答</title><link>http://blog.csdn.net/woso/archive/2007/03/26/1541481.aspx</link><pubDate>Mon, 26 Mar 2007 14:07:00 GMT</pubDate><guid>http://blog.csdn.net/woso/archive/2007/03/26/1541481.aspx</guid><wfw:comment>http://blog.csdn.net/woso/comments/1541481.aspx</wfw:comment><comments>http://blog.csdn.net/woso/archive/2007/03/26/1541481.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/woso/comments/commentRss/1541481.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1541481</trackback:ping><description>偶尔回顾一下,让那些模糊了的记忆清晰起来&lt;img src ="http://blog.csdn.net/woso/aggbug/1541481.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>woso</dc:creator><title>linux一句话精彩问答</title><link>http://blog.csdn.net/woso/archive/2007/03/26/1541472.aspx</link><pubDate>Mon, 26 Mar 2007 14:03:00 GMT</pubDate><guid>http://blog.csdn.net/woso/archive/2007/03/26/1541472.aspx</guid><wfw:comment>http://blog.csdn.net/woso/comments/1541472.aspx</wfw:comment><comments>http://blog.csdn.net/woso/archive/2007/03/26/1541472.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/woso/comments/commentRss/1541472.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1541472</trackback:ping><description>一句话解决linux日常使用会遇到的问题,比命令大全更好用&lt;img src ="http://blog.csdn.net/woso/aggbug/1541472.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>woso</dc:creator><title>C语言中可变参数的用法</title><link>http://blog.csdn.net/woso/archive/2007/03/20/1534776.aspx</link><pubDate>Tue, 20 Mar 2007 12:20:00 GMT</pubDate><guid>http://blog.csdn.net/woso/archive/2007/03/20/1534776.aspx</guid><wfw:comment>http://blog.csdn.net/woso/comments/1534776.aspx</wfw:comment><comments>http://blog.csdn.net/woso/archive/2007/03/20/1534776.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/woso/comments/commentRss/1534776.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1534776</trackback:ping><description>究竟如何写可变参数的C函数以及这些可变参数的函数编译器是如何实 
现的呢?本文就这个问题进行一些探讨,希望能对大家有些帮助.&lt;img src ="http://blog.csdn.net/woso/aggbug/1534776.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>woso</dc:creator><title>va_start va_arg va_end 的使用和原理</title><link>http://blog.csdn.net/woso/archive/2007/03/02/1519349.aspx</link><pubDate>Fri, 02 Mar 2007 15:53:00 GMT</pubDate><guid>http://blog.csdn.net/woso/archive/2007/03/02/1519349.aspx</guid><wfw:comment>http://blog.csdn.net/woso/comments/1519349.aspx</wfw:comment><comments>http://blog.csdn.net/woso/archive/2007/03/02/1519349.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/woso/comments/commentRss/1519349.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1519349</trackback:ping><description>C语言的函数是从右向左压入堆栈的,调用va_start后，按定义的宏运算，_ADDRESSOF得到v所在的地址，然后这个地址加上v的大小，则使ap指向第一个可变参数&lt;img src ="http://blog.csdn.net/woso/aggbug/1519349.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>woso</dc:creator><title>比较mingw与cygwin</title><link>http://blog.csdn.net/woso/archive/2007/02/09/1506477.aspx</link><pubDate>Fri, 09 Feb 2007 17:50:00 GMT</pubDate><guid>http://blog.csdn.net/woso/archive/2007/02/09/1506477.aspx</guid><wfw:comment>http://blog.csdn.net/woso/comments/1506477.aspx</wfw:comment><comments>http://blog.csdn.net/woso/archive/2007/02/09/1506477.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/woso/comments/commentRss/1506477.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1506477</trackback:ping><description>Unix下编译通过的C代码,在win32下编译是不能通过的 ,但是通过mingw或cygwin可以做到.两者类似而不同.&lt;img src ="http://blog.csdn.net/woso/aggbug/1506477.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>