<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>Yuer的编程专栏</title><link>http://blog.csdn.net/yuer888/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 19 Mar 2008 14:21:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>yuer888</dc:creator><title>【转帖】vs2003 的命名空间到Vs2005的转变</title><link>http://blog.csdn.net/yuer888/archive/2008/03/19/2196991.aspx</link><pubDate>Wed, 19 Mar 2008 14:10:00 GMT</pubDate><guid>http://blog.csdn.net/yuer888/archive/2008/03/19/2196991.aspx</guid><wfw:comment>http://blog.csdn.net/yuer888/comments/2196991.aspx</wfw:comment><comments>http://blog.csdn.net/yuer888/archive/2008/03/19/2196991.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuer888/comments/commentRss/2196991.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2196991</trackback:ping><description>大家知道，在asp.net1.1，vs2003时，我们自定以类默认是包含在和我们的项目同名的命名空间中的，可到了.net2.0&amp;amp;vs2005,新建的网站项目取消了命名空间，这样会带来很多不便，例如我们的两个项目都包含了default.aspx，和他们对应的类都是_default,这样，如果办这两个项目发布到一个web应用程序中的时候，就会出现错误，因为有两个_default类存在。&lt;img src ="http://blog.csdn.net/yuer888/aggbug/2196991.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuer888</dc:creator><title>Oracle to_date的一点剖析</title><link>http://blog.csdn.net/yuer888/archive/2007/04/27/1586744.aspx</link><pubDate>Fri, 27 Apr 2007 09:58:00 GMT</pubDate><guid>http://blog.csdn.net/yuer888/archive/2007/04/27/1586744.aspx</guid><wfw:comment>http://blog.csdn.net/yuer888/comments/1586744.aspx</wfw:comment><comments>http://blog.csdn.net/yuer888/archive/2007/04/27/1586744.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuer888/comments/commentRss/1586744.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1586744</trackback:ping><description>如下写法是错误的：

SQL&gt; select to_date(sysdate,'yyyy-mm-dd') from dual; 
&lt;img src ="http://blog.csdn.net/yuer888/aggbug/1586744.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuer888</dc:creator><title>oracle imp exp几点应用技巧</title><link>http://blog.csdn.net/yuer888/archive/2007/03/21/1536483.aspx</link><pubDate>Wed, 21 Mar 2007 16:02:00 GMT</pubDate><guid>http://blog.csdn.net/yuer888/archive/2007/03/21/1536483.aspx</guid><wfw:comment>http://blog.csdn.net/yuer888/comments/1536483.aspx</wfw:comment><comments>http://blog.csdn.net/yuer888/archive/2007/03/21/1536483.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuer888/comments/commentRss/1536483.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1536483</trackback:ping><description>查看oracle中的imp,exp命令：
    imp help=y
    exp help=y&lt;img src ="http://blog.csdn.net/yuer888/aggbug/1536483.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuer888</dc:creator><title>SQL语句中关于in中是变量的一则应用</title><link>http://blog.csdn.net/yuer888/archive/2007/02/11/1507764.aspx</link><pubDate>Sun, 11 Feb 2007 18:25:00 GMT</pubDate><guid>http://blog.csdn.net/yuer888/archive/2007/02/11/1507764.aspx</guid><wfw:comment>http://blog.csdn.net/yuer888/comments/1507764.aspx</wfw:comment><comments>http://blog.csdn.net/yuer888/archive/2007/02/11/1507764.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuer888/comments/commentRss/1507764.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1507764</trackback:ping><description>SQL语句中关于in中是变量的一则应用&lt;img src ="http://blog.csdn.net/yuer888/aggbug/1507764.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuer888</dc:creator><title>得到第十天过生日的人名单</title><link>http://blog.csdn.net/yuer888/archive/2007/01/18/1486769.aspx</link><pubDate>Thu, 18 Jan 2007 15:56:00 GMT</pubDate><guid>http://blog.csdn.net/yuer888/archive/2007/01/18/1486769.aspx</guid><wfw:comment>http://blog.csdn.net/yuer888/comments/1486769.aspx</wfw:comment><comments>http://blog.csdn.net/yuer888/archive/2007/01/18/1486769.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuer888/comments/commentRss/1486769.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1486769</trackback:ping><description>数据库里面有一张人员表,记录了人员的出生日期.我可以通过下列语句得到从今天算起,第十天过生日的人员清单.

&lt;img src ="http://blog.csdn.net/yuer888/aggbug/1486769.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuer888</dc:creator><title>Oracle中几个关于日期方面的SQL实例</title><link>http://blog.csdn.net/yuer888/archive/2007/01/06/1475579.aspx</link><pubDate>Sat, 06 Jan 2007 13:57:00 GMT</pubDate><guid>http://blog.csdn.net/yuer888/archive/2007/01/06/1475579.aspx</guid><wfw:comment>http://blog.csdn.net/yuer888/comments/1475579.aspx</wfw:comment><comments>http://blog.csdn.net/yuer888/archive/2007/01/06/1475579.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuer888/comments/commentRss/1475579.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1475579</trackback:ping><description>经常在oracle中会遇到一些对时间日期的处理和提取!&lt;img src ="http://blog.csdn.net/yuer888/aggbug/1475579.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuer888</dc:creator><title>屏蔽Windows98/2000/XP任务栏、win键、Ctrl＋Esc、Alt＋Tab、Ctrl＋Alt＋Del </title><link>http://blog.csdn.net/yuer888/archive/2007/01/04/1473711.aspx</link><pubDate>Thu, 04 Jan 2007 14:03:00 GMT</pubDate><guid>http://blog.csdn.net/yuer888/archive/2007/01/04/1473711.aspx</guid><wfw:comment>http://blog.csdn.net/yuer888/comments/1473711.aspx</wfw:comment><comments>http://blog.csdn.net/yuer888/archive/2007/01/04/1473711.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuer888/comments/commentRss/1473711.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1473711</trackback:ping><description>关于这方面的文章挺多，对任务栏、win键、Ctrl＋Esc、Alt＋Tab的屏蔽，一般方法较为简单，最多用底层键盘钩子＋DLL就能完美解决&lt;img src ="http://blog.csdn.net/yuer888/aggbug/1473711.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuer888</dc:creator><title>元旦,一场大雪拦住了回家的去路</title><link>http://blog.csdn.net/yuer888/archive/2007/01/02/1472237.aspx</link><pubDate>Tue, 02 Jan 2007 12:19:00 GMT</pubDate><guid>http://blog.csdn.net/yuer888/archive/2007/01/02/1472237.aspx</guid><wfw:comment>http://blog.csdn.net/yuer888/comments/1472237.aspx</wfw:comment><comments>http://blog.csdn.net/yuer888/archive/2007/01/02/1472237.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuer888/comments/commentRss/1472237.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1472237</trackback:ping><description>元旦又不能回家了&lt;img src ="http://blog.csdn.net/yuer888/aggbug/1472237.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuer888</dc:creator><title>在PB中如何屏蔽掉ALT+F4按键</title><link>http://blog.csdn.net/yuer888/archive/2006/12/31/1470639.aspx</link><pubDate>Sun, 31 Dec 2006 11:10:00 GMT</pubDate><guid>http://blog.csdn.net/yuer888/archive/2006/12/31/1470639.aspx</guid><wfw:comment>http://blog.csdn.net/yuer888/comments/1470639.aspx</wfw:comment><comments>http://blog.csdn.net/yuer888/archive/2006/12/31/1470639.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuer888/comments/commentRss/1470639.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1470639</trackback:ping><description>在PB中如何屏蔽掉ALT+F4按键&lt;img src ="http://blog.csdn.net/yuer888/aggbug/1470639.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuer888</dc:creator><title>精美的对联很有趣笑话</title><link>http://blog.csdn.net/yuer888/archive/2006/12/30/1469005.aspx</link><pubDate>Sat, 30 Dec 2006 12:54:00 GMT</pubDate><guid>http://blog.csdn.net/yuer888/archive/2006/12/30/1469005.aspx</guid><wfw:comment>http://blog.csdn.net/yuer888/comments/1469005.aspx</wfw:comment><comments>http://blog.csdn.net/yuer888/archive/2006/12/30/1469005.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuer888/comments/commentRss/1469005.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1469005</trackback:ping><description>精美的对联很有趣,有趣的笑话很精美&lt;img src ="http://blog.csdn.net/yuer888/aggbug/1469005.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuer888</dc:creator><title>得到当前部门下所包括的子部门树[转贴]</title><link>http://blog.csdn.net/yuer888/archive/2006/12/29/1467082.aspx</link><pubDate>Fri, 29 Dec 2006 11:28:00 GMT</pubDate><guid>http://blog.csdn.net/yuer888/archive/2006/12/29/1467082.aspx</guid><wfw:comment>http://blog.csdn.net/yuer888/comments/1467082.aspx</wfw:comment><comments>http://blog.csdn.net/yuer888/archive/2006/12/29/1467082.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuer888/comments/commentRss/1467082.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1467082</trackback:ping><description>原想用存储过程的递归来实现子树的求取，但发现如果当前游标没有关闭，则递归调用中会发现无法创建新的游标，：（
没有想到存储过程的游标不支持递归，游标并不是重新建一个内存地址，而是沿用以前的那个游标。这算不算是一个bug.&lt;img src ="http://blog.csdn.net/yuer888/aggbug/1467082.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuer888</dc:creator><title>如何得到数据窗口列的显示值</title><link>http://blog.csdn.net/yuer888/archive/2006/12/28/1465425.aspx</link><pubDate>Thu, 28 Dec 2006 10:31:00 GMT</pubDate><guid>http://blog.csdn.net/yuer888/archive/2006/12/28/1465425.aspx</guid><wfw:comment>http://blog.csdn.net/yuer888/comments/1465425.aspx</wfw:comment><comments>http://blog.csdn.net/yuer888/archive/2006/12/28/1465425.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuer888/comments/commentRss/1465425.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1465425</trackback:ping><description>dataWindow中某列Edit属性为DropDownListBox,一般GetItem得到的是Data Value，我想得到Display Value,如何得到？ 
&lt;img src ="http://blog.csdn.net/yuer888/aggbug/1465425.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuer888</dc:creator><title>如何在客户端通过MSSQL执行某操作删除服务器的指定文件</title><link>http://blog.csdn.net/yuer888/archive/2006/12/28/1465309.aspx</link><pubDate>Thu, 28 Dec 2006 08:38:00 GMT</pubDate><guid>http://blog.csdn.net/yuer888/archive/2006/12/28/1465309.aspx</guid><wfw:comment>http://blog.csdn.net/yuer888/comments/1465309.aspx</wfw:comment><comments>http://blog.csdn.net/yuer888/archive/2006/12/28/1465309.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuer888/comments/commentRss/1465309.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1465309</trackback:ping><description>当做MSSQL数据库的时候通常有这种情况,在客户机上进行备份,备份原理是先把数据库文件备份到服务器上面,然后copyfile到本地机器.然后需要删除服务器上的备份文件.这样我们就可以用这个方法.&lt;img src ="http://blog.csdn.net/yuer888/aggbug/1465309.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuer888</dc:creator><title>Orcle中树查询的使用分析</title><link>http://blog.csdn.net/yuer888/archive/2006/12/27/1464702.aspx</link><pubDate>Wed, 27 Dec 2006 17:24:00 GMT</pubDate><guid>http://blog.csdn.net/yuer888/archive/2006/12/27/1464702.aspx</guid><wfw:comment>http://blog.csdn.net/yuer888/comments/1464702.aspx</wfw:comment><comments>http://blog.csdn.net/yuer888/archive/2006/12/27/1464702.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuer888/comments/commentRss/1464702.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1464702</trackback:ping><description>start with……connect by prior
原来可以这样,&lt;img src ="http://blog.csdn.net/yuer888/aggbug/1464702.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuer888</dc:creator><title>一个用来生成流水号的存储过程 </title><link>http://blog.csdn.net/yuer888/archive/2006/12/26/1462035.aspx</link><pubDate>Tue, 26 Dec 2006 09:42:00 GMT</pubDate><guid>http://blog.csdn.net/yuer888/archive/2006/12/26/1462035.aspx</guid><wfw:comment>http://blog.csdn.net/yuer888/comments/1462035.aspx</wfw:comment><comments>http://blog.csdn.net/yuer888/archive/2006/12/26/1462035.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/yuer888/comments/commentRss/1462035.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1462035</trackback:ping><description>经常需要用一个流水号来唯一表示一条数据，我们有时采用队列来自动生成一个唯一的流水号，但是采用队列经常不能满足我们的需求，比如说，这个队列只能设定一个最小值，最大值，然后进行累加，不能将产生这个流水号的日期包括今这个流水号中，一种类型就要新建一个队列等。&lt;img src ="http://blog.csdn.net/yuer888/aggbug/1462035.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>