<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<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> HenryXu.com</title><link>http://www.henryxu.com/</link><description>Welcome to </description><generator>RainbowSoft Studio Z-Blog 1.8 Spirit Build 80605</generator><language>zh-CN</language><copyright>www.henryxu.com &amp;amp;copy; 2007-2008 All Rights Reserved浙ICP备07505342号</copyright><pubDate>Mon, 30 May 2011 11:33:49 +0800</pubDate><item><title>lua中的table复制</title><author>a@b.com (HenryXu)</author><link>http://www.henryxu.com/post/34.html</link><pubDate>Tue, 20 Apr 2010 13:20:37 +0800</pubDate><guid>http://www.henryxu.com/post/34.html</guid><description><![CDATA[<p>在lua脚本中，table是一个基本的数据类型，它类似于结构体和类，包含各种属性，同时一个table也有类似于指针的特性：</p><p>local tSrc={color=&quot;blue&quot;}<br />local tDst=tSrc<br />tSrc.color = &quot;red&quot;<br />print(tDst.color)&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;-- 得到的是 red</p>]]></description><category>编程·C++</category><comments>http://www.henryxu.com/post/34.html#comment</comments><wfw:comment>http://www.henryxu.com/</wfw:comment><wfw:commentRss>http://www.henryxu.com/feed.asp?cmt=34</wfw:commentRss><trackback:ping>http://www.henryxu.com/cmd.asp?act=tb&amp;id=34&amp;key=f2300abd</trackback:ping></item><item><title>程序员笑话一则</title><author>a@b.com (HenryXu)</author><link>http://www.henryxu.com/post/33.html</link><pubDate>Fri, 05 Mar 2010 15:22:51 +0800</pubDate><guid>http://www.henryxu.com/post/33.html</guid><description><![CDATA[<p>&nbsp;某程序员对书法十分感兴趣，退休后决定在这方面有所建树。于是花重金购买了上等的文房四宝。一日，饭后突生雅兴，磨墨拟纸，点了上好的檀香，颇有王羲之风范，又具颜真卿气势，定神片刻，泼墨挥毫，郑重地写下一行字： hello world</p>]]></description><category>生活·品位</category><comments>http://www.henryxu.com/post/33.html#comment</comments><wfw:comment>http://www.henryxu.com/</wfw:comment><wfw:commentRss>http://www.henryxu.com/feed.asp?cmt=33</wfw:commentRss><trackback:ping>http://www.henryxu.com/cmd.asp?act=tb&amp;id=33&amp;key=ea31ab8b</trackback:ping></item><item><title>[收藏]C++ Unicode SBCS 函数对照表</title><author>a@b.com (HenryXu)</author><link>http://www.henryxu.com/post/32.html</link><pubDate>Thu, 27 Aug 2009 18:26:57 +0800</pubDate><guid>http://www.henryxu.com/post/32.html</guid><description><![CDATA[<p>字符串处理应该说是一个比较复杂的课题，函数种类繁多，虽然常用的可能就这么几个，但是真正碰到需要一些生僻的函数，如果碰到使用了不同的字符集，则需要通过本表来查询下。</p><p><table style="width: 275pt; border-collapse: collapse" cellspacing="0" cellpadding="0" width="366" border="0" x:str="">    <tbody>        <tr style="height: 12.75pt" height="17">            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); width: 92pt; border-top-color: rgb(212,208,200); height: 12.75pt; background-color: yellow; border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">Generic</font></td>            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); width: 88pt; border-top-color: rgb(212,208,200); background-color: yellow; border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">SBCS</font></td>            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); width: 95pt; border-top-color: rgb(212,208,200); background-color: yellow; border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">UNICODE</font></td>        </tr>        <tr style="height: 12.75pt" height="17">            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); border-top-color: rgb(212,208,200); height: 12.75pt; background-color: transparent; border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">TCHAR</font></td>            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); border-top-color: rgb(212,208,200); background-color: transparent; border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">char</font></td>            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); border-top-color: rgb(212,208,200); background-color: transparent; border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">wchar_t</font></td>        </tr>        <tr style="height: 12.75pt" height="17">            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); border-top-color: rgb(212,208,200); height: 12.75pt; background-color: rgb(51,153,102); border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">_TINT</font></td>            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); border-top-color: rgb(212,208,200); background-color: rgb(51,153,102); border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">int</font></td>            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); border-top-color: rgb(212,208,200); background-color: rgb(51,153,102); border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">wint_t</font></td>        </tr>        <tr style="height: 12.75pt" height="17">            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); border-top-color: rgb(212,208,200); height: 12.75pt; background-color: rgb(51,153,102); border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">_TSCHAR</font></td>            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); border-top-color: rgb(212,208,200); background-color: rgb(51,153,102); border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">signed char</font></td>            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); border-top-color: rgb(212,208,200); background-color: rgb(51,153,102); border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">wchar_t</font></td>        </tr>        <tr style="height: 12.75pt" height="17">            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); border-top-color: rgb(212,208,200); height: 12.75pt; background-color: rgb(51,153,102); border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">_TUCHAR</font></td>            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); border-top-color: rgb(212,208,200); background-color: rgb(51,153,102); border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">unsigned char</font></td>            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); border-top-color: rgb(212,208,200); background-color: rgb(51,153,102); border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">wchar_t</font></td>        </tr>        <tr style="height: 12.75pt" height="17">            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); border-top-color: rgb(212,208,200); height: 12.75pt; background-color: transparent; border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">_TXCHAR</font></td>            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); border-top-color: rgb(212,208,200); background-color: transparent; border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">char</font></td>            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); border-top-color: rgb(212,208,200); background-color: transparent; border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">wchar_t</font></td>        </tr>        <tr style="height: 12.75pt" height="17">            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); border-top-color: rgb(212,208,200); height: 12.75pt; background-color: rgb(51,153,102); border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">__T(x)</font></td>            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); border-top-color: rgb(212,208,200); background-color: rgb(51,153,102); border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">x</font></td>            <td style="border-left-color: rgb(212,208,200); border-bottom-color: rgb(212,208,200); border-top-color: rgb(212,208,200); background-color: rgb(51,153,102); border-right-color: rgb(212,208,200)" width="122" bgcolor="#ffffcc" height="17"><font size="2">L</font></td>        </tr>    </tbody></table></p><p>详表附在正文内。</p>]]></description><category>编程·C++</category><comments>http://www.henryxu.com/post/32.html#comment</comments><wfw:comment>http://www.henryxu.com/</wfw:comment><wfw:commentRss>http://www.henryxu.com/feed.asp?cmt=32</wfw:commentRss><trackback:ping>http://www.henryxu.com/cmd.asp?act=tb&amp;id=32&amp;key=7136a200</trackback:ping></item><item><title>7月22日日全食照片</title><author>a@b.com (HenryXu)</author><link>http://www.henryxu.com/post/31.html</link><pubDate>Wed, 22 Jul 2009 11:29:24 +0800</pubDate><guid>http://www.henryxu.com/post/31.html</guid><description><![CDATA[<p>日全食照片(由蓝色多瑙提供)<br /><img height="299" alt="" width="400" onload="ResizeImage(this,520)" src="http://www.henryxu.com/upload/200907221132205175.jpg" /></p>]]></description><category>生活·品位</category><comments>http://www.henryxu.com/post/31.html#comment</comments><wfw:comment>http://www.henryxu.com/</wfw:comment><wfw:commentRss>http://www.henryxu.com/feed.asp?cmt=31</wfw:commentRss><trackback:ping>http://www.henryxu.com/cmd.asp?act=tb&amp;id=31&amp;key=d287d48f</trackback:ping></item><item><title>被盗了！！</title><author>a@b.com (HenryXu)</author><link>http://www.henryxu.com/post/30.html</link><pubDate>Sun, 26 Apr 2009 10:50:16 +0800</pubDate><guid>http://www.henryxu.com/post/30.html</guid><description><![CDATA[<p>今天一早，迷迷糊糊中还在睡觉，感觉好像有摸索的声音，后来听到清晰的一声&quot;啪&quot;，好像是防盗门锁的声音，然后一阵急促的脚步声。立刻惊醒，一看门开着，心想糟糕，被偷了！赶紧起床，跑出去一看，本来放在床尾的一堆衣服被扔在外面的地上，拿回来清点财物：PSP不见了，笔记本还在，钱包还在，现金没了，卡还在，旧的手机还在，另外一个新手机不见了，总共损失如下</p>]]></description><category>生活·品位</category><comments>http://www.henryxu.com/post/30.html#comment</comments><wfw:comment>http://www.henryxu.com/</wfw:comment><wfw:commentRss>http://www.henryxu.com/feed.asp?cmt=30</wfw:commentRss><trackback:ping>http://www.henryxu.com/cmd.asp?act=tb&amp;id=30&amp;key=d825711c</trackback:ping></item><item><title>减肥日志第十八~二十日</title><author>a@b.com (HenryXu)</author><link>http://www.henryxu.com/post/29.html</link><pubDate>Sun, 26 Apr 2009 10:48:24 +0800</pubDate><guid>http://www.henryxu.com/post/29.html</guid><description><![CDATA[<p>4月23日<br />早饭：一碗稀饭、一个茶叶蛋(去黄)<br />中饭：猪血一份、海带、洋葱、二两米饭<br />晚饭：豆芽菜、海带、牛肉、二两米饭<br />运动：仰卧起坐40个<br />4月24日<br />早饭：一个三辉麦风法式香奶面包，一杯酸奶<br />中饭：一个三辉麦风法式香奶面包，一杯酸奶，一个苹果，一瓶红牛<br />晚饭：一小碗白粥、一个荷包蛋(去黄)、一小碟咸菜<br />运动：仰卧起坐40个<br />4月25日<br />早饭：一碗康师傅鲜虾鱼板面<br />中饭：一小碗米饭，几片鱼片和一些蔬菜<br />晚饭：两瓶啤酒，小龙虾20个<br />运动：仰卧起坐40个</p>]]></description><category>生活·品位</category><comments>http://www.henryxu.com/post/29.html#comment</comments><wfw:comment>http://www.henryxu.com/</wfw:comment><wfw:commentRss>http://www.henryxu.com/feed.asp?cmt=29</wfw:commentRss><trackback:ping>http://www.henryxu.com/cmd.asp?act=tb&amp;id=29&amp;key=e6c1fe24</trackback:ping></item><item><title>减肥日志第十八天.4月22日 </title><author>a@b.com (HenryXu)</author><link>http://www.henryxu.com/post/28.html</link><pubDate>Thu, 23 Apr 2009 08:21:12 +0800</pubDate><guid>http://www.henryxu.com/post/28.html</guid><description><![CDATA[<p>早饭：一杯酸奶、二个&ldquo;三辉麦风&rdquo;法式香奶面包<br />中饭：鸭血、豆芽菜、芹菜、二两米饭<br />晚饭：芹菜、海带、小黄鱼、二两米饭<br />运动：仰卧起坐40个</p>]]></description><category>生活·品位</category><comments>http://www.henryxu.com/post/28.html#comment</comments><wfw:comment>http://www.henryxu.com/</wfw:comment><wfw:commentRss>http://www.henryxu.com/feed.asp?cmt=28</wfw:commentRss><trackback:ping>http://www.henryxu.com/cmd.asp?act=tb&amp;id=28&amp;key=e0c222f3</trackback:ping></item><item><title>减肥日志第十七天.4月21日</title><author>a@b.com (HenryXu)</author><link>http://www.henryxu.com/post/27.html</link><pubDate>Wed, 22 Apr 2009 08:45:04 +0800</pubDate><guid>http://www.henryxu.com/post/27.html</guid><description><![CDATA[<p>早饭：一杯脱脂牛奶、三个&ldquo;三辉麦风&rdquo;法式香奶面包<br />中饭：快餐(无荤菜)七成饱<br />晚饭：青菜火腿面<br />运动：仰卧起坐40个<br />体重：75KG</p>]]></description><category>生活·品位</category><comments>http://www.henryxu.com/post/27.html#comment</comments><wfw:comment>http://www.henryxu.com/</wfw:comment><wfw:commentRss>http://www.henryxu.com/feed.asp?cmt=27</wfw:commentRss><trackback:ping>http://www.henryxu.com/cmd.asp?act=tb&amp;id=27&amp;key=108ff08f</trackback:ping></item><item><title>减肥日志第十六天.4月20日</title><author>a@b.com (HenryXu)</author><link>http://www.henryxu.com/post/26.html</link><pubDate>Tue, 21 Apr 2009 08:21:43 +0800</pubDate><guid>http://www.henryxu.com/post/26.html</guid><description><![CDATA[<p>早饭：一杯脱脂牛奶、一个&ldquo;三辉麦风&rdquo;法式香奶面包<br />中饭：2两米饭、一个包肉的油面筋、蔬菜<br />晚饭：三个&ldquo;三辉麦风&rdquo;法式香奶面包<br />运动：仰卧起坐40个</p>]]></description><category>生活·品位</category><comments>http://www.henryxu.com/post/26.html#comment</comments><wfw:comment>http://www.henryxu.com/</wfw:comment><wfw:commentRss>http://www.henryxu.com/feed.asp?cmt=26</wfw:commentRss><trackback:ping>http://www.henryxu.com/cmd.asp?act=tb&amp;id=26&amp;key=347610d2</trackback:ping></item><item><title>减肥日志第十五天.4月19日</title><author>a@b.com (HenryXu)</author><link>http://www.henryxu.com/post/25.html</link><pubDate>Mon, 20 Apr 2009 08:48:41 +0800</pubDate><guid>http://www.henryxu.com/post/25.html</guid><description><![CDATA[<p>早饭：一个苹果、一包香干(90克)、一杯脱脂牛奶<br />中饭：一小碗白粥、一碟咸菜、一个荷包蛋(去黄)<br />晚饭：龙虾20个，鸭头2个，啤酒1瓶<br />运动：仰卧起坐35个</p>]]></description><category>生活·品位</category><comments>http://www.henryxu.com/post/25.html#comment</comments><wfw:comment>http://www.henryxu.com/</wfw:comment><wfw:commentRss>http://www.henryxu.com/feed.asp?cmt=25</wfw:commentRss><trackback:ping>http://www.henryxu.com/cmd.asp?act=tb&amp;id=25&amp;key=c0c2061a</trackback:ping></item></channel></rss>

