<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>wuhran的Blog-C++,Linux,MySQL,PHP - 数据库</title><link>http://blog.csdn.net/wuhuiran/category/176298.aspx</link><description>数据库</description><dc:language>zh-CN</dc:language><lastUpdateTime>Sun, 31 Aug 2008 12:05:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>wuhran</dc:creator><title>支持SQL语句的嵌入式数据库：SQLite</title><link>http://blog.csdn.net/wuhuiran/archive/2008/08/31/2854837.aspx</link><pubDate>Sun, 31 Aug 2008 12:03:00 GMT</pubDate><guid>http://blog.csdn.net/wuhuiran/archive/2008/08/31/2854837.aspx</guid><wfw:comment>http://blog.csdn.net/wuhuiran/comments/2854837.aspx</wfw:comment><comments>http://blog.csdn.net/wuhuiran/archive/2008/08/31/2854837.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wuhuiran/comments/commentRss/2854837.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2854837</trackback:ping><description>支持SQL语句的嵌入式数据库：SQLite&lt;img src ="http://blog.csdn.net/wuhuiran/aggbug/2854837.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>wuhran</dc:creator><title>深入了解存储过程的编写经验和优化措施</title><link>http://blog.csdn.net/wuhuiran/archive/2008/06/10/2532600.aspx</link><pubDate>Tue, 10 Jun 2008 17:33:00 GMT</pubDate><guid>http://blog.csdn.net/wuhuiran/archive/2008/06/10/2532600.aspx</guid><wfw:comment>http://blog.csdn.net/wuhuiran/comments/2532600.aspx</wfw:comment><comments>http://blog.csdn.net/wuhuiran/archive/2008/06/10/2532600.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wuhuiran/comments/commentRss/2532600.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2532600</trackback:ping><description>在数据库的开发过程中，经常会遇到复杂的业务逻辑和对数据库的操作，这个时候就会用SP来封装数据库操作。如果项目的SP较多，书写又没有一定的规范，将会影响以后的系统维护困难和大SP逻辑的难以理解，另外如果数据库的数据量大或者项目对SP的性能要求很，就会遇到优化的问题，否则速度有可能很慢，经过亲身经验，一个经过优化过的SP要比一个性能差的SP的效率甚至高几百倍。&lt;img src ="http://blog.csdn.net/wuhuiran/aggbug/2532600.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>wuhran</dc:creator><title>使用游标的触发器</title><link>http://blog.csdn.net/wuhuiran/archive/2008/06/06/2516908.aspx</link><pubDate>Fri, 06 Jun 2008 14:37:00 GMT</pubDate><guid>http://blog.csdn.net/wuhuiran/archive/2008/06/06/2516908.aspx</guid><wfw:comment>http://blog.csdn.net/wuhuiran/comments/2516908.aspx</wfw:comment><comments>http://blog.csdn.net/wuhuiran/archive/2008/06/06/2516908.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wuhuiran/comments/commentRss/2516908.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2516908</trackback:ping><description>使用游标的触发器&lt;img src ="http://blog.csdn.net/wuhuiran/aggbug/2516908.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>wuhran</dc:creator><title>freetds连接sql server express数据库</title><link>http://blog.csdn.net/wuhuiran/archive/2008/05/30/2495407.aspx</link><pubDate>Fri, 30 May 2008 10:45:00 GMT</pubDate><guid>http://blog.csdn.net/wuhuiran/archive/2008/05/30/2495407.aspx</guid><wfw:comment>http://blog.csdn.net/wuhuiran/comments/2495407.aspx</wfw:comment><comments>http://blog.csdn.net/wuhuiran/archive/2008/05/30/2495407.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wuhuiran/comments/commentRss/2495407.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2495407</trackback:ping><description>freetds连接sql server express数据库&lt;img src ="http://blog.csdn.net/wuhuiran/aggbug/2495407.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>wuhran</dc:creator><title> SQL Server日期计算</title><link>http://blog.csdn.net/wuhuiran/archive/2008/05/17/2454106.aspx</link><pubDate>Sat, 17 May 2008 13:27:00 GMT</pubDate><guid>http://blog.csdn.net/wuhuiran/archive/2008/05/17/2454106.aspx</guid><wfw:comment>http://blog.csdn.net/wuhuiran/comments/2454106.aspx</wfw:comment><comments>http://blog.csdn.net/wuhuiran/archive/2008/05/17/2454106.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wuhuiran/comments/commentRss/2454106.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2454106</trackback:ping><description> SQL Server日期计算&lt;img src ="http://blog.csdn.net/wuhuiran/aggbug/2454106.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>wuhran</dc:creator><title>免费1G PHP空间http://www.101freehost.com/</title><link>http://blog.csdn.net/wuhuiran/archive/2008/04/07/2256139.aspx</link><pubDate>Mon, 07 Apr 2008 09:53:00 GMT</pubDate><guid>http://blog.csdn.net/wuhuiran/archive/2008/04/07/2256139.aspx</guid><wfw:comment>http://blog.csdn.net/wuhuiran/comments/2256139.aspx</wfw:comment><comments>http://blog.csdn.net/wuhuiran/archive/2008/04/07/2256139.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/wuhuiran/comments/commentRss/2256139.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2256139</trackback:ping><description>免费1G PHP空间http://www.101freehost.com/ 

100% Free Website Hosting! 101FreeHost.com

1G空间，每月8G流量限制 ，支持PHP4，3个mysql数据库，ftp上传，域名绑定&lt;img src ="http://blog.csdn.net/wuhuiran/aggbug/2256139.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>wuhran</dc:creator><title>能说会道</title><link>http://blog.csdn.net/wuhuiran/archive/2008/03/14/2182059.aspx</link><pubDate>Fri, 14 Mar 2008 13:20:00 GMT</pubDate><guid>http://blog.csdn.net/wuhuiran/archive/2008/03/14/2182059.aspx</guid><wfw:comment>http://blog.csdn.net/wuhuiran/comments/2182059.aspx</wfw:comment><comments>http://blog.csdn.net/wuhuiran/archive/2008/03/14/2182059.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wuhuiran/comments/commentRss/2182059.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2182059</trackback:ping><description>昨天到北京东路的公司去开会，软件开发部的人都去了。
老板开会也就是一个动员大会，不过，看到北京东路的做销售的同事们，都衣着光鲜，能说会道对我还是有所触动的。
&lt;img src ="http://blog.csdn.net/wuhuiran/aggbug/2182059.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>wuhran</dc:creator><title>最近这段日子</title><link>http://blog.csdn.net/wuhuiran/archive/2008/03/05/2151807.aspx</link><pubDate>Wed, 05 Mar 2008 20:23:00 GMT</pubDate><guid>http://blog.csdn.net/wuhuiran/archive/2008/03/05/2151807.aspx</guid><wfw:comment>http://blog.csdn.net/wuhuiran/comments/2151807.aspx</wfw:comment><comments>http://blog.csdn.net/wuhuiran/archive/2008/03/05/2151807.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wuhuiran/comments/commentRss/2151807.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2151807</trackback:ping><description>我不怕苦，不怕累，就怕被涮了。&lt;img src ="http://blog.csdn.net/wuhuiran/aggbug/2151807.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>wuhran</dc:creator><title>茅屋为秋风所破歌 ·唐 杜甫 </title><link>http://blog.csdn.net/wuhuiran/archive/2008/02/29/2132660.aspx</link><pubDate>Fri, 29 Feb 2008 11:57:00 GMT</pubDate><guid>http://blog.csdn.net/wuhuiran/archive/2008/02/29/2132660.aspx</guid><wfw:comment>http://blog.csdn.net/wuhuiran/comments/2132660.aspx</wfw:comment><comments>http://blog.csdn.net/wuhuiran/archive/2008/02/29/2132660.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wuhuiran/comments/commentRss/2132660.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2132660</trackback:ping><description>八月秋高风怒好，卷我屋上三重茅。茅飞渡江洒江郊，高者挂罥长林梢，下者飘转沉塘坳。 
南村群童欺我老无力，忍能对面为盗贼。公然抱茅入竹去，唇焦口燥呼不得，归来倚杖自叹息。 
俄倾风定云墨色，秋天漠漠向昏黑。布衾多年冷似铁，娇儿恶卧踏里裂。床头屋漏无干处，雨脚如麻未断绝。自经丧乱少睡眠，长夜沾湿何由彻！ 
安得广厦千万间，大庇天下寒士俱欢颜，风雨不动安如山！呜呼！何时眼前突兀见此屋，吾庐独破受冻死亦足！ &lt;img src ="http://blog.csdn.net/wuhuiran/aggbug/2132660.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>wuhran</dc:creator><title>陈冠希艳照下载</title><link>http://blog.csdn.net/wuhuiran/archive/2008/02/25/2119587.aspx</link><pubDate>Mon, 25 Feb 2008 17:12:00 GMT</pubDate><guid>http://blog.csdn.net/wuhuiran/archive/2008/02/25/2119587.aspx</guid><wfw:comment>http://blog.csdn.net/wuhuiran/comments/2119587.aspx</wfw:comment><comments>http://blog.csdn.net/wuhuiran/archive/2008/02/25/2119587.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wuhuiran/comments/commentRss/2119587.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2119587</trackback:ping><description>陈冠希艳照下载&lt;img src ="http://blog.csdn.net/wuhuiran/aggbug/2119587.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>wuhran</dc:creator><title>是不是每个老板都觉得员工欠他的</title><link>http://blog.csdn.net/wuhuiran/archive/2008/02/25/2118818.aspx</link><pubDate>Mon, 25 Feb 2008 12:38:00 GMT</pubDate><guid>http://blog.csdn.net/wuhuiran/archive/2008/02/25/2118818.aspx</guid><wfw:comment>http://blog.csdn.net/wuhuiran/comments/2118818.aspx</wfw:comment><comments>http://blog.csdn.net/wuhuiran/archive/2008/02/25/2118818.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wuhuiran/comments/commentRss/2118818.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2118818</trackback:ping><description>就算是吧，我们老板也做的太过分，本来就是不可能完成的任务，我们做的很不错了，丫的，哎&lt;img src ="http://blog.csdn.net/wuhuiran/aggbug/2118818.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>wuhran</dc:creator><title>今天我生日</title><link>http://blog.csdn.net/wuhuiran/archive/2008/02/24/2116738.aspx</link><pubDate>Sun, 24 Feb 2008 14:38:00 GMT</pubDate><guid>http://blog.csdn.net/wuhuiran/archive/2008/02/24/2116738.aspx</guid><wfw:comment>http://blog.csdn.net/wuhuiran/comments/2116738.aspx</wfw:comment><comments>http://blog.csdn.net/wuhuiran/archive/2008/02/24/2116738.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wuhuiran/comments/commentRss/2116738.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2116738</trackback:ping><description>今天我生日&lt;img src ="http://blog.csdn.net/wuhuiran/aggbug/2116738.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>wuhran</dc:creator><title>创新，转向</title><link>http://blog.csdn.net/wuhuiran/archive/2008/02/23/2114903.aspx</link><pubDate>Sat, 23 Feb 2008 12:28:00 GMT</pubDate><guid>http://blog.csdn.net/wuhuiran/archive/2008/02/23/2114903.aspx</guid><wfw:comment>http://blog.csdn.net/wuhuiran/comments/2114903.aspx</wfw:comment><comments>http://blog.csdn.net/wuhuiran/archive/2008/02/23/2114903.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wuhuiran/comments/commentRss/2114903.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2114903</trackback:ping><description>我以前都没有考虑过，一直按部就班的上班，工作。嗯，以后还是应该考虑一下，关注一下的。

&lt;img src ="http://blog.csdn.net/wuhuiran/aggbug/2114903.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>wuhran</dc:creator><title>又是忙碌的一天</title><link>http://blog.csdn.net/wuhuiran/archive/2008/02/22/2114098.aspx</link><pubDate>Fri, 22 Feb 2008 19:49:00 GMT</pubDate><guid>http://blog.csdn.net/wuhuiran/archive/2008/02/22/2114098.aspx</guid><wfw:comment>http://blog.csdn.net/wuhuiran/comments/2114098.aspx</wfw:comment><comments>http://blog.csdn.net/wuhuiran/archive/2008/02/22/2114098.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wuhuiran/comments/commentRss/2114098.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2114098</trackback:ping><description>从进入公司到现在好像每天都在赶时间，心里就没踏实过。
&lt;img src ="http://blog.csdn.net/wuhuiran/aggbug/2114098.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>wuhran</dc:creator><title>元宵节快乐</title><link>http://blog.csdn.net/wuhuiran/archive/2008/02/21/2111005.aspx</link><pubDate>Thu, 21 Feb 2008 12:10:00 GMT</pubDate><guid>http://blog.csdn.net/wuhuiran/archive/2008/02/21/2111005.aspx</guid><wfw:comment>http://blog.csdn.net/wuhuiran/comments/2111005.aspx</wfw:comment><comments>http://blog.csdn.net/wuhuiran/archive/2008/02/21/2111005.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wuhuiran/comments/commentRss/2111005.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2111005</trackback:ping><description>元宵节快乐&lt;img src ="http://blog.csdn.net/wuhuiran/aggbug/2111005.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>