<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>dyw的专栏</title><link>http://blog.csdn.net/dyw/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 15 Sep 2008 22:36:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>dyw</dc:creator><title>如何在Open C/C++应用中使用Boost.Regex</title><link>http://blog.csdn.net/dyw/archive/2008/09/15/2934171.aspx</link><pubDate>Mon, 15 Sep 2008 21:50:00 GMT</pubDate><guid>http://blog.csdn.net/dyw/archive/2008/09/15/2934171.aspx</guid><wfw:comment>http://blog.csdn.net/dyw/comments/2934171.aspx</wfw:comment><comments>http://blog.csdn.net/dyw/archive/2008/09/15/2934171.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dyw/comments/commentRss/2934171.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2934171</trackback:ping><description>&amp;lt;P&amp;gt;尽管新版的Open C/C++ SDK的发布支持了stlport, boost等库，但boost的支持尚不完整。前些时曾初步测试Regex库，编译时提示系统头文件中有许多错误。近日得空终于使得这个测试例子能运行了。下面描述具体过程：&amp;lt;/P&amp;gt;&amp;lt;P&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&amp;lt;P&amp;gt;我的测试环境是&amp;lt;/P&amp;gt;&amp;lt;P&amp;gt;SDK: S60 3rd MR&amp;amp;nbsp;Ed&amp;amp;nbsp; + Open C/C++ SDK&amp;lt;/P&amp;gt;&amp;lt;P&amp;gt;IDE: Carbide.c++ 1.3&amp;lt;/P&amp;gt;&amp;lt;P&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&amp;lt;P&amp;gt;&amp;lt;STRONG style="FONT-SIZE: 14pt"&amp;gt;0、准备工作&amp;lt;/STRONG&amp;gt;&amp;lt;/P&amp;gt;&amp;lt;P&amp;gt;安装OpenC/C++ SDK，这里就不赘述了。然后以该SDK附带的boost例子为基础创建一个regex_ex例子项目。Regex例子可以在网上找一个，比如这里的&lt;img src ="http://blog.csdn.net/dyw/aggbug/2934171.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dyw</dc:creator><title>Symbian调试技术</title><link>http://blog.csdn.net/dyw/archive/2008/06/22/2575027.aspx</link><pubDate>Sun, 22 Jun 2008 10:18:00 GMT</pubDate><guid>http://blog.csdn.net/dyw/archive/2008/06/22/2575027.aspx</guid><wfw:comment>http://blog.csdn.net/dyw/comments/2575027.aspx</wfw:comment><comments>http://blog.csdn.net/dyw/archive/2008/06/22/2575027.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dyw/comments/commentRss/2575027.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2575027</trackback:ping><description>本文介绍了Symbian相关调试技术：       * 1 模拟器不显示Panic细节    * 2 使用断言检测Bug    * 3 使用__UHEAP_MARK和__UHEAP_MARKEND宏检测内存泄漏    * 4 对象不变性宏    * 5 用期望的弹出项检测清除栈的不正确使用&lt;img src ="http://blog.csdn.net/dyw/aggbug/2575027.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dyw</dc:creator><title> 代码性能调整（12个问题）</title><link>http://blog.csdn.net/dyw/archive/2008/06/12/2540565.aspx</link><pubDate>Thu, 12 Jun 2008 17:22:00 GMT</pubDate><guid>http://blog.csdn.net/dyw/archive/2008/06/12/2540565.aspx</guid><wfw:comment>http://blog.csdn.net/dyw/comments/2540565.aspx</wfw:comment><comments>http://blog.csdn.net/dyw/archive/2008/06/12/2540565.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dyw/comments/commentRss/2540565.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2540565</trackback:ping><description>性能调整几乎对所有的应用开发都是有必要的，资源受限设备下的应用开发尤甚。本译文描述了有关Symbian应用程序性能的12个问题。翻译不妥之处，请读者阅读原文，以便深入理解原意。&lt;img src ="http://blog.csdn.net/dyw/aggbug/2540565.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dyw</dc:creator><title>新版Open C/C++ Plugin，支持STL及Boost库</title><link>http://blog.csdn.net/dyw/archive/2008/06/10/2533610.aspx</link><pubDate>Tue, 10 Jun 2008 22:03:00 GMT</pubDate><guid>http://blog.csdn.net/dyw/archive/2008/06/10/2533610.aspx</guid><wfw:comment>http://blog.csdn.net/dyw/comments/2533610.aspx</wfw:comment><comments>http://blog.csdn.net/dyw/archive/2008/06/10/2533610.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/dyw/comments/commentRss/2533610.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2533610</trackback:ping><description>Nokia最近发布了新版OpenC/C++ Plugin SDK(41.4Mb)，支持STL及Boost库。Symbian开发平台的阵容更强大了。&lt;img src ="http://blog.csdn.net/dyw/aggbug/2533610.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dyw</dc:creator><title>Carbide.c++使用技巧及有用的插件</title><link>http://blog.csdn.net/dyw/archive/2008/06/08/2523108.aspx</link><pubDate>Sun, 08 Jun 2008 11:04:00 GMT</pubDate><guid>http://blog.csdn.net/dyw/archive/2008/06/08/2523108.aspx</guid><wfw:comment>http://blog.csdn.net/dyw/comments/2523108.aspx</wfw:comment><comments>http://blog.csdn.net/dyw/archive/2008/06/08/2523108.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/dyw/comments/commentRss/2523108.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2523108</trackback:ping><description>Carbide.c++的一些使用技巧及部分有用的插件：anyedit、doxygen、panic lookup等&lt;img src ="http://blog.csdn.net/dyw/aggbug/2523108.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dyw</dc:creator><title>快速“脏”移植autoconf应用</title><link>http://blog.csdn.net/dyw/archive/2008/06/07/2519717.aspx</link><pubDate>Sat, 07 Jun 2008 11:07:00 GMT</pubDate><guid>http://blog.csdn.net/dyw/archive/2008/06/07/2519717.aspx</guid><wfw:comment>http://blog.csdn.net/dyw/comments/2519717.aspx</wfw:comment><comments>http://blog.csdn.net/dyw/archive/2008/06/07/2519717.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dyw/comments/commentRss/2519717.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2519717</trackback:ping><description>本文描述了如何快速移植Open Source项目到Symbian平台。&lt;img src ="http://blog.csdn.net/dyw/aggbug/2519717.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dyw</dc:creator><title>一个很有创意的网站：FreeRice.com——学单词可以捐赠大米</title><link>http://blog.csdn.net/dyw/archive/2008/04/15/2294582.aspx</link><pubDate>Tue, 15 Apr 2008 17:23:00 GMT</pubDate><guid>http://blog.csdn.net/dyw/archive/2008/04/15/2294582.aspx</guid><wfw:comment>http://blog.csdn.net/dyw/comments/2294582.aspx</wfw:comment><comments>http://blog.csdn.net/dyw/archive/2008/04/15/2294582.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dyw/comments/commentRss/2294582.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2294582</trackback:ping><description>你知道吗？这里你可以通过学习英语单词来帮助他人结束饥饿。&lt;img src ="http://blog.csdn.net/dyw/aggbug/2294582.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dyw</dc:creator><title>使用Prototype JavaScript库开发WRT(Web-Runtime) widget程序</title><link>http://blog.csdn.net/dyw/archive/2008/03/28/2226561.aspx</link><pubDate>Fri, 28 Mar 2008 17:56:00 GMT</pubDate><guid>http://blog.csdn.net/dyw/archive/2008/03/28/2226561.aspx</guid><wfw:comment>http://blog.csdn.net/dyw/comments/2226561.aspx</wfw:comment><comments>http://blog.csdn.net/dyw/archive/2008/03/28/2226561.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dyw/comments/commentRss/2226561.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2226561</trackback:ping><description>本文介绍了如何使用Prototype JavaScript库来开发Nokia WRT（Web Runtime） widget程序。附有源代码下载链接。&lt;img src ="http://blog.csdn.net/dyw/aggbug/2226561.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dyw</dc:creator><title>二进制字符串数据转换为16进制数据</title><link>http://blog.csdn.net/dyw/archive/2008/03/28/2226512.aspx</link><pubDate>Fri, 28 Mar 2008 17:39:00 GMT</pubDate><guid>http://blog.csdn.net/dyw/archive/2008/03/28/2226512.aspx</guid><wfw:comment>http://blog.csdn.net/dyw/comments/2226512.aspx</wfw:comment><comments>http://blog.csdn.net/dyw/archive/2008/03/28/2226512.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dyw/comments/commentRss/2226512.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2226512</trackback:ping><description>如何将“10101001”字符串转换为16进制数据？本人提供一个简单的例子。&lt;img src ="http://blog.csdn.net/dyw/aggbug/2226512.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dyw</dc:creator><title>如何对const TDesC&amp;数据类型进行Trim</title><link>http://blog.csdn.net/dyw/archive/2008/03/07/2157480.aspx</link><pubDate>Fri, 07 Mar 2008 22:42:00 GMT</pubDate><guid>http://blog.csdn.net/dyw/archive/2008/03/07/2157480.aspx</guid><wfw:comment>http://blog.csdn.net/dyw/comments/2157480.aspx</wfw:comment><comments>http://blog.csdn.net/dyw/archive/2008/03/07/2157480.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dyw/comments/commentRss/2157480.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2157480</trackback:ping><description>一个对const TDesC&amp;数据类型进行Trim的辅助类： StringHelper 。&lt;img src ="http://blog.csdn.net/dyw/aggbug/2157480.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dyw</dc:creator><title>[YouTube] Android Demo -- An Open Source Platform from Google.com</title><link>http://blog.csdn.net/dyw/archive/2007/12/15/1938581.aspx</link><pubDate>Sat, 15 Dec 2007 15:13:00 GMT</pubDate><guid>http://blog.csdn.net/dyw/archive/2007/12/15/1938581.aspx</guid><wfw:comment>http://blog.csdn.net/dyw/comments/1938581.aspx</wfw:comment><comments>http://blog.csdn.net/dyw/archive/2007/12/15/1938581.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dyw/comments/commentRss/1938581.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1938581</trackback:ping><description>Android Demo -- An Open Source Platform from Google.com&lt;img src ="http://blog.csdn.net/dyw/aggbug/1938581.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dyw</dc:creator><title>VMware Appliance 网卡找不到的问题</title><link>http://blog.csdn.net/dyw/archive/2007/12/13/1934003.aspx</link><pubDate>Thu, 13 Dec 2007 23:06:00 GMT</pubDate><guid>http://blog.csdn.net/dyw/archive/2007/12/13/1934003.aspx</guid><wfw:comment>http://blog.csdn.net/dyw/comments/1934003.aspx</wfw:comment><comments>http://blog.csdn.net/dyw/archive/2007/12/13/1934003.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dyw/comments/commentRss/1934003.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1934003</trackback:ping><description>在使用下载的VMware Applicance时常常碰到网卡找不到的问题。本文提供一个解决办法：&lt;img src ="http://blog.csdn.net/dyw/aggbug/1934003.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dyw</dc:creator><title>[小技巧]如何在图形界面下执行Console程序？</title><link>http://blog.csdn.net/dyw/archive/2007/11/09/1876692.aspx</link><pubDate>Fri, 09 Nov 2007 20:34:00 GMT</pubDate><guid>http://blog.csdn.net/dyw/archive/2007/11/09/1876692.aspx</guid><wfw:comment>http://blog.csdn.net/dyw/comments/1876692.aspx</wfw:comment><comments>http://blog.csdn.net/dyw/archive/2007/11/09/1876692.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dyw/comments/commentRss/1876692.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1876692</trackback:ping><description>本篇描述在图形界面下执行Console程序的技巧。能够在图形界面下直接运行Console程序，使用方便，Debug时也方便了。&lt;img src ="http://blog.csdn.net/dyw/aggbug/1876692.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dyw</dc:creator><title>TBool与bool的异同</title><link>http://blog.csdn.net/dyw/archive/2007/11/07/1872148.aspx</link><pubDate>Wed, 07 Nov 2007 20:35:00 GMT</pubDate><guid>http://blog.csdn.net/dyw/archive/2007/11/07/1872148.aspx</guid><wfw:comment>http://blog.csdn.net/dyw/comments/1872148.aspx</wfw:comment><comments>http://blog.csdn.net/dyw/archive/2007/11/07/1872148.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dyw/comments/commentRss/1872148.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1872148</trackback:ping><description>本文讨论Symbian中TBool与bool的使用。&lt;img src ="http://blog.csdn.net/dyw/aggbug/1872148.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>dyw</dc:creator><title>Ubuntu下gmailfs与Windows下gmailfs的兼容性</title><link>http://blog.csdn.net/dyw/archive/2007/10/18/1830537.aspx</link><pubDate>Thu, 18 Oct 2007 11:06:00 GMT</pubDate><guid>http://blog.csdn.net/dyw/archive/2007/10/18/1830537.aspx</guid><wfw:comment>http://blog.csdn.net/dyw/comments/1830537.aspx</wfw:comment><comments>http://blog.csdn.net/dyw/archive/2007/10/18/1830537.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/dyw/comments/commentRss/1830537.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1830537</trackback:ping><description>近日在ubuntu （6.10）下安装gmailfs，验证一下与Windows下的gmailfs是否兼容。结论是不兼容。有兴趣的朋友可以自己验证一下。另附gmailfs的一个bugfix。&lt;img src ="http://blog.csdn.net/dyw/aggbug/1830537.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>