<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>阿赖的个性空间</title><link>http://blog.csdn.net/laily/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Sat, 29 Sep 2007 11:31:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>阿赖.COM</dc:creator><title>解决sql server2005 复制数据库向导 "库没有注册"问题</title><link>http://blog.csdn.net/laily/archive/2007/09/29/1806197.aspx</link><pubDate>Sat, 29 Sep 2007 11:31:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2007/09/29/1806197.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/1806197.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2007/09/29/1806197.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/1806197.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1806197</trackback:ping><description>how to resove sqlserver 2005 copy database "Library Not registered " problem&lt;img src ="http://blog.csdn.net/laily/aggbug/1806197.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖.COM</dc:creator><title>Webservice发布遇到的问题及解决办法</title><link>http://blog.csdn.net/laily/archive/2007/09/04/1772042.aspx</link><pubDate>Tue, 04 Sep 2007 17:29:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2007/09/04/1772042.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/1772042.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2007/09/04/1772042.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/1772042.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1772042</trackback:ping><description>在做项目的webservice 一直都是用.net 2005的动态端口地址进行测试，今天决定发布测试一下，竟然访问不了。还好经过一番研究问题解决了。&lt;img src ="http://blog.csdn.net/laily/aggbug/1772042.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖.COM</dc:creator><title>ExecuteNonQuery()返回值问题</title><link>http://blog.csdn.net/laily/archive/2007/09/03/1770407.aspx</link><pubDate>Mon, 03 Sep 2007 16:09:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2007/09/03/1770407.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/1770407.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2007/09/03/1770407.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/1770407.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1770407</trackback:ping><description>ExecuteNonQuery 返回值的问题。&lt;img src ="http://blog.csdn.net/laily/aggbug/1770407.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖.COM</dc:creator><title>非托管C++调用 Webservice，如何解决状态保持的问题</title><link>http://blog.csdn.net/laily/archive/2007/08/30/1765479.aspx</link><pubDate>Thu, 30 Aug 2007 15:24:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2007/08/30/1765479.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/1765479.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2007/08/30/1765479.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/1765479.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1765479</trackback:ping><description>关銉的思路在于调用Webservice时，第一次请求时从收到的http soap数据里取出session id并缓存起来，下一次发送请求时以适当的方法将session id一起发送回去就可以了。&lt;img src ="http://blog.csdn.net/laily/aggbug/1765479.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖.COM</dc:creator><title>诺基亚6260读MMC卡测试</title><link>http://blog.csdn.net/laily/archive/2005/06/28/405707.aspx</link><pubDate>Tue, 28 Jun 2005 14:59:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2005/06/28/405707.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/405707.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2005/06/28/405707.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/405707.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=405707</trackback:ping><description>6260读MMC卡测试&lt;img src ="http://blog.csdn.net/laily/aggbug/405707.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖.COM</dc:creator><title>javascript正则表达式到VBScript正则表达式的转换，兼谈VB里正则表达式的用法</title><link>http://blog.csdn.net/laily/archive/2005/04/04/336058.aspx</link><pubDate>Mon, 04 Apr 2005 14:18:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2005/04/04/336058.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/336058.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2005/04/04/336058.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/336058.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=336058</trackback:ping><description>javascript正则表达式到VBScript正则表达式的转换，兼谈VB里正则表达式的用法&lt;img src ="http://blog.csdn.net/laily/aggbug/336058.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖.COM</dc:creator><title>今天在自己Blog上加上了Google广告</title><link>http://blog.csdn.net/laily/archive/2005/03/12/317861.aspx</link><pubDate>Sat, 12 Mar 2005 10:36:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2005/03/12/317861.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/317861.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2005/03/12/317861.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/317861.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=317861</trackback:ping><description>Google广告及代码，Google公益广告鉴赏

&lt;img src ="http://blog.csdn.net/laily/aggbug/317861.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖.COM</dc:creator><title>如何让Symbian S60系统出错时显示更多的错误信息</title><link>http://blog.csdn.net/laily/archive/2004/12/07/208076.aspx</link><pubDate>Tue, 07 Dec 2004 17:22:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2004/12/07/208076.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/208076.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2004/12/07/208076.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/208076.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=208076</trackback:ping><description>如何让Symbian S60系统出错时显示更多的错误信息&lt;img src ="http://blog.csdn.net/laily/aggbug/208076.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖.COM</dc:creator><title>关于javascript程序内存占用的一个有趣的实验</title><link>http://blog.csdn.net/laily/archive/2004/12/07/208019.aspx</link><pubDate>Tue, 07 Dec 2004 16:50:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2004/12/07/208019.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/208019.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2004/12/07/208019.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/208019.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=208019</trackback:ping><description>刷新页面不会导致javascript回收内存，最小化窗口会导致内存回收！
&lt;img src ="http://blog.csdn.net/laily/aggbug/208019.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖.COM</dc:creator><title>手机无线遥控器，让手机变成无线鼠标+无线键盘!</title><link>http://blog.csdn.net/laily/archive/2004/11/08/172620.aspx</link><pubDate>Mon, 08 Nov 2004 16:39:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2004/11/08/172620.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/172620.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2004/11/08/172620.aspx#Feedback</comments><slash:comments>8</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/172620.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=172620</trackback:ping><description>Wireless Remote手机无线遥控器程序通过手机与PC间的蓝牙无线连接使您的手机变成一个无线鼠标和键盘，通过手机操作PC的鼠标，进行模拟键盘输入字母数字，操作程序和窗口，遥控关机等。&lt;img src ="http://blog.csdn.net/laily/aggbug/172620.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖.COM</dc:creator><title>今天获得1GB的Google Gmail邮箱一个</title><link>http://blog.csdn.net/laily/archive/2004/10/12/134188.aspx</link><pubDate>Tue, 12 Oct 2004 22:44:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2004/10/12/134188.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/134188.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2004/10/12/134188.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/134188.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=134188</trackback:ping><description>受到Hover的邀请，今天获得1GB的Google Gmail邮箱一个&lt;img src ="http://blog.csdn.net/laily/aggbug/134188.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖.COM</dc:creator><title>酷！用VB或VB.NET开发S60,PPC,PALM等各种智能手机/PDA的应用程序</title><link>http://blog.csdn.net/laily/archive/2004/09/22/113031.aspx</link><pubDate>Wed, 22 Sep 2004 14:47:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2004/09/22/113031.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/113031.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2004/09/22/113031.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/113031.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=113031</trackback:ping><description>    以前只知道在移动应用开发中可以用VB开发PPC平台的上的应用。我在找S60的开发资料时，找到了一个叫Appforge Crossfire的系统，有了它现在VB程序员也可以轻松地编写能在各种智能手机/PDA系统上运行的应用程序了，包括PPC、PALM OS、Series 60、Sony Ericsson P800/P900、Intermec CK30等目前最主流的移动操作系统。&lt;img src ="http://blog.csdn.net/laily/aggbug/113031.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖.COM</dc:creator><title>在N-Gage上折腾一个Hello World程序</title><link>http://blog.csdn.net/laily/archive/2004/09/11/101065.aspx</link><pubDate>Sat, 11 Sep 2004 09:45:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2004/09/11/101065.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/101065.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2004/09/11/101065.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/101065.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=101065</trackback:ping><description>在N-Gage上折腾一个Hello World程序&lt;img src ="http://blog.csdn.net/laily/aggbug/101065.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖.COM</dc:creator><title>Nokia N-Gage使用技巧及问题解决之道</title><link>http://blog.csdn.net/laily/archive/2004/09/08/98665.aspx</link><pubDate>Wed, 08 Sep 2004 22:09:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2004/09/08/98665.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/98665.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2004/09/08/98665.aspx#Feedback</comments><slash:comments>24</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/98665.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=98665</trackback:ping><description>N Gage（又称小N，NG）作为诺基亚的第一款游戏手机，使用过程中经常会出现各种软件的故障。这

里就本人在使用过程中碰到的问题总结在这里。本贴不定期更新中，也欢迎使用小N的朋友通过回复
&lt;img src ="http://blog.csdn.net/laily/aggbug/98665.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖.COM</dc:creator><title>最近迷上了诺基亚N-gage</title><link>http://blog.csdn.net/laily/archive/2004/08/27/87048.aspx</link><pubDate>Fri, 27 Aug 2004 23:13:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2004/08/27/87048.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/87048.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2004/08/27/87048.aspx#Feedback</comments><slash:comments>11</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/87048.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=87048</trackback:ping><description>最近迷上了诺基亚N-gage。
原因/ng的优点/关于n-gage手机编程。&lt;img src ="http://blog.csdn.net/laily/aggbug/87048.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>