<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_today</title><subtitle type="text">虽有智慧，不如乘势；虽有镃基，不如待时</subtitle><id>http://feed.cnblogs.com/blog/u/12175/rss</id><updated>2009-05-14T09:39:11Z</updated><author><name>today</name><uri>http://www.cnblogs.com/rijing2004/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rijing2004/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/12175/rss"/><entry><id>http://www.cnblogs.com/rijing2004/archive/2009/05/14/thinklife.html</id><title type="text">赚钱和生活</title><summary type="text">上学时候的感觉生活很单调，基本上是三点一线，宿舍、教室、食堂。那时候想，等工作了，自己就自由了，生活也就听我的了。工作后，以为生活会多姿多彩，现在看来，生活依旧是三点一线，家、公司、中午吃饭的面馆。似乎生活并没有多少变化。开始寻找这样生活的原因，原来是因为自己没有钱，没有钱支撑自己做自己喜欢的事情。那只好先解决钱的问题，以为有了钱，自己的生活就可以自己决定，但是钱是赚不完的，生活却每天都在继续。 ...</summary><published>2009-05-14T09:39:00Z</published><updated>2009-05-14T09:39:00Z</updated><author><name>today</name><uri>http://www.cnblogs.com/rijing2004/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rijing2004/archive/2009/05/14/thinklife.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rijing2004/archive/2009/05/14/thinklife.html"/></entry><entry><id>http://www.cnblogs.com/rijing2004/archive/2008/07/30/tnsping.html</id><title type="text">Tnsping 和TCP/IP 中的ping 的區別</title><summary type="text">tnsping与ping的区别</summary><published>2008-07-30T08:44:00Z</published><updated>2008-07-30T08:44:00Z</updated><author><name>today</name><uri>http://www.cnblogs.com/rijing2004/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rijing2004/archive/2008/07/30/tnsping.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rijing2004/archive/2008/07/30/tnsping.html"/></entry><entry><id>http://www.cnblogs.com/rijing2004/archive/2008/05/16/thinkoa.html</id><title type="text">办公自动化漫谈培训有感</title><summary type="text">一个项目应该如何实施，才可以成功，一个项目如何知道是否已经完美，如果你也处于电子政务队伍中，不妨看过来。</summary><published>2008-05-16T09:59:00Z</published><updated>2008-05-16T09:59:00Z</updated><author><name>today</name><uri>http://www.cnblogs.com/rijing2004/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rijing2004/archive/2008/05/16/thinkoa.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rijing2004/archive/2008/05/16/thinkoa.html"/></entry><entry><id>http://www.cnblogs.com/rijing2004/archive/2008/04/03/linkedServerfrombit64tobit32.html</id><title type="text">SQL Server 64 bit linked server Error with Sql server 32 bit</title><summary type="text">如果你在64位的计算机上与一台32位的数据库服务器建立链接服务器，在64位上无法正常使用该链接服务器分布式查询的时候，你可以来这里看看，这里会有你想要的结果</summary><published>2008-04-03T05:33:00Z</published><updated>2008-04-03T05:33:00Z</updated><author><name>today</name><uri>http://www.cnblogs.com/rijing2004/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rijing2004/archive/2008/04/03/linkedServerfrombit64tobit32.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rijing2004/archive/2008/04/03/linkedServerfrombit64tobit32.html"/></entry><entry><id>http://www.cnblogs.com/rijing2004/archive/2008/03/20/mergequery.html</id><title type="text">组合条件查询（初版）</title><summary type="text">如何构造组合查询条件，这里有一个简单的例子。</summary><published>2008-03-20T09:25:00Z</published><updated>2008-03-20T09:25:00Z</updated><author><name>today</name><uri>http://www.cnblogs.com/rijing2004/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rijing2004/archive/2008/03/20/mergequery.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rijing2004/archive/2008/03/20/mergequery.html"/></entry><entry><id>http://www.cnblogs.com/rijing2004/archive/2008/03/20/MergeDatagridHeader.html</id><title type="text">合并DataGrid的单元格</title><summary type="text">合并DataGrid的单元格</summary><published>2008-03-20T08:56:00Z</published><updated>2008-03-20T08:56:00Z</updated><author><name>today</name><uri>http://www.cnblogs.com/rijing2004/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rijing2004/archive/2008/03/20/MergeDatagridHeader.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rijing2004/archive/2008/03/20/MergeDatagridHeader.html"/></entry><entry><id>http://www.cnblogs.com/rijing2004/archive/2008/01/09/sqlserver_identity.html</id><title type="text">小心使用@@identity </title><summary type="text">@@identity的作用是返回最后插入的标识值，所以有很多朋友使用它来获取插入数据后的标识符。但有一点是需要注意的，@@identity返回的是最后的标识符，所以，要想正确的返回插入后的标识符，那么就必须保证，你想要的结果是最后的标识符，否则就会隐藏bug</summary><published>2008-01-09T05:00:00Z</published><updated>2008-01-09T05:00:00Z</updated><author><name>today</name><uri>http://www.cnblogs.com/rijing2004/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rijing2004/archive/2008/01/09/sqlserver_identity.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rijing2004/archive/2008/01/09/sqlserver_identity.html"/></entry><entry><id>http://www.cnblogs.com/rijing2004/archive/2007/12/20/attribute_applicance.html</id><title type="text">浅谈反射与特性在接口系统中的应用（编码表转化）</title><summary type="text">如果你对反射和特性的应用还陌生的话，可以来这里看看，或许可以给你点启示。</summary><published>2007-12-20T06:09:00Z</published><updated>2007-12-20T06:09:00Z</updated><author><name>today</name><uri>http://www.cnblogs.com/rijing2004/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rijing2004/archive/2007/12/20/attribute_applicance.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rijing2004/archive/2007/12/20/attribute_applicance.html"/></entry><entry><id>http://www.cnblogs.com/rijing2004/archive/2007/10/21/buildsql_update2.html</id><title type="text">BuildSql增加了【生成数据库文档】的功能了</title><summary type="text">这一次的版本更新，添加了一个新的功能，产生数据库的设计文档。</summary><published>2007-10-21T08:11:00Z</published><updated>2007-10-21T08:11:00Z</updated><author><name>today</name><uri>http://www.cnblogs.com/rijing2004/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rijing2004/archive/2007/10/21/buildsql_update2.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rijing2004/archive/2007/10/21/buildsql_update2.html"/></entry><entry><id>http://www.cnblogs.com/rijing2004/archive/2007/10/12/buildsql_update.html</id><title type="text">SQLServer2000辅助工具版本更新了</title><summary type="text">根据各位提供的建议，对该工具进行了一些改进，添加了一些功能，真心的希望，它可以给你的工作带来便利，这是我开发此工具的初衷。还是先来看一下增强了哪些功能吧</summary><published>2007-10-12T07:21:00Z</published><updated>2007-10-12T07:21:00Z</updated><author><name>today</name><uri>http://www.cnblogs.com/rijing2004/</uri></author><link rel="alternate" href="http://www.cnblogs.com/rijing2004/archive/2007/10/12/buildsql_update.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/rijing2004/archive/2007/10/12/buildsql_update.html"/></entry></feed>
