<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>Eyifan专栏 - 软件开发</title><link>http://blog.csdn.net/aiunong/category/162736.aspx</link><description>作为一个程序员，不但要会做写程序，还要会优化程序，效率高的程序才是好程序！</description><dc:language>zh-CN</dc:language><lastUpdateTime>Fri, 02 Nov 2007 17:38:37 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>一凡</dc:creator><title>IT人为什么拿不到高薪？</title><link>http://blog.csdn.net/aiunong/archive/2007/06/12/1648751.aspx</link><pubDate>Tue, 12 Jun 2007 11:48:00 GMT</pubDate><guid>http://blog.csdn.net/aiunong/archive/2007/06/12/1648751.aspx</guid><wfw:comment>http://blog.csdn.net/aiunong/comments/1648751.aspx</wfw:comment><comments>http://blog.csdn.net/aiunong/archive/2007/06/12/1648751.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/aiunong/comments/commentRss/1648751.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1648751</trackback:ping><description>    it界不是没有高薪，而且it的高薪在所有理工类行业中是高的。关键是看你自己的能力。对于还没毕业的同学，我希望你们能先认真读书，至少拿个学士出来（最好是名校的），然后看看能不能考上好的大学的硕士，同时学好英语，多参加社会活动，即使你作it，技术也不过只有20%的比重而已，重要的是沟通和为人处世的技巧。....&lt;img src ="http://blog.csdn.net/aiunong/aggbug/1648751.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>一凡</dc:creator><title>ORACLE查询中出现“Ora-01791 不是Selected表达式”错误信息的解决办法</title><link>http://blog.csdn.net/aiunong/archive/2006/09/21/1258790.aspx</link><pubDate>Thu, 21 Sep 2006 09:51:00 GMT</pubDate><guid>http://blog.csdn.net/aiunong/archive/2006/09/21/1258790.aspx</guid><wfw:comment>http://blog.csdn.net/aiunong/comments/1258790.aspx</wfw:comment><comments>http://blog.csdn.net/aiunong/archive/2006/09/21/1258790.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/aiunong/comments/commentRss/1258790.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1258790</trackback:ping><description>在ORACLE查询中用到ORDER BY 语句的时候出现“Ora-01791 不是Selected表达式”错误信息，经过多次试验，找到好的解决办法，详情请进。。&lt;img src ="http://blog.csdn.net/aiunong/aggbug/1258790.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>一凡</dc:creator><title>转帖：『IT视界』 [互联网]中国电信试点宽带按流量计费 变相封杀BT下载！</title><link>http://blog.csdn.net/aiunong/archive/2006/03/17/627576.aspx</link><pubDate>Fri, 17 Mar 2006 17:39:00 GMT</pubDate><guid>http://blog.csdn.net/aiunong/archive/2006/03/17/627576.aspx</guid><wfw:comment>http://blog.csdn.net/aiunong/comments/627576.aspx</wfw:comment><comments>http://blog.csdn.net/aiunong/archive/2006/03/17/627576.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/aiunong/comments/commentRss/627576.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=627576</trackback:ping><description>『IT视界』 [互联网]中国电信试点宽带按流量计费 变相封杀BT下载！
上看到，“至尊宽带”：速率4Mbps，月资费标准为180元，流量限制60G；“极速宽带”：速率1Mbps，月资费标准为100元，流量限制为30G。可以说，中国电信试点流量计费与BT下载消耗带宽资源关系密切。事实上，此前不久，南京电信以BT下载影响带宽为由，已将原来小区宽带由10Mps限制为1Mps，而早在去年5月，业内更是盛传北京网通开始禁用BT下载。&lt;img src ="http://blog.csdn.net/aiunong/aggbug/627576.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>一凡</dc:creator><title>原创：Oracle数据库中查询数据表中的前N名、后N名、中间N名记录的方法</title><link>http://blog.csdn.net/aiunong/archive/2006/02/15/599465.aspx</link><pubDate>Wed, 15 Feb 2006 13:50:00 GMT</pubDate><guid>http://blog.csdn.net/aiunong/archive/2006/02/15/599465.aspx</guid><wfw:comment>http://blog.csdn.net/aiunong/comments/599465.aspx</wfw:comment><comments>http://blog.csdn.net/aiunong/archive/2006/02/15/599465.aspx#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/aiunong/comments/commentRss/599465.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=599465</trackback:ping><description>SQL Server中取排序中的前N条数据用 select top N field1 from table where ...order by field1 ;
ORACLE中取排序中的前N条数据用ROWNUM 说情请看帖子。。&lt;img src ="http://blog.csdn.net/aiunong/aggbug/599465.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>一凡</dc:creator><title>ZT.浅谈ACCESS数据库升迁SQLSERVER注意事项</title><link>http://blog.csdn.net/aiunong/archive/2006/02/10/596089.aspx</link><pubDate>Fri, 10 Feb 2006 14:12:00 GMT</pubDate><guid>http://blog.csdn.net/aiunong/archive/2006/02/10/596089.aspx</guid><wfw:comment>http://blog.csdn.net/aiunong/comments/596089.aspx</wfw:comment><comments>http://blog.csdn.net/aiunong/archive/2006/02/10/596089.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/aiunong/comments/commentRss/596089.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=596089</trackback:ping><description>由于经常在 access 与 其它数据库之间进行数据 转 换，Access的语法经常与标准的SQL语句有不同，发现这篇文章 总结的很好，特引来之与大家共享，希望大家少走些弯路！&lt;img src ="http://blog.csdn.net/aiunong/aggbug/596089.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>