<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_业精于勤而荒于嬉</title><subtitle type="text">All the roads we want to walk are shining</subtitle><id>http://feed.cnblogs.com/blog/u/10847/rss</id><updated>2010-05-28T12:39:48Z</updated><author><name>Notus|南色的风</name><uri>http://www.cnblogs.com/notus/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/notus/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/10847/rss"/><entry><id>http://www.cnblogs.com/notus/archive/2009/06/22/1508165.html</id><title type="text">我的新博客</title><summary type="text">http://song2.cn/</summary><published>2009-06-22T03:30:00Z</published><updated>2009-06-22T03:30:00Z</updated><author><name>Notus|南色的风</name><uri>http://www.cnblogs.com/notus/</uri></author><link rel="alternate" href="http://www.cnblogs.com/notus/archive/2009/06/22/1508165.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/notus/archive/2009/06/22/1508165.html"/></entry><entry><id>http://www.cnblogs.com/notus/archive/2009/03/26/1422548.html</id><title type="text">asp.net用url重写URLReWriter实现任意二级域名(续)</title><summary type="text">更高级的内容看这里:http://www.cnblogs.com/notus/archive/2007/03/13/673222.html最近有个朋友要做url重写的东西,我帮他弄了弄,回头看当年自己写的那个文章,当时以为自己写的很容易理解.但现在再看却觉得写的不好.而今天百度了一下urlrewriter发现我这个文章竟然排第二.为了方便更多朋友,我再写点东西补充下.一般用百度搜的朋友都是对这个不...</summary><published>2009-03-26T09:42:00Z</published><updated>2009-03-26T09:42:00Z</updated><author><name>Notus|南色的风</name><uri>http://www.cnblogs.com/notus/</uri></author><link rel="alternate" href="http://www.cnblogs.com/notus/archive/2009/03/26/1422548.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/notus/archive/2009/03/26/1422548.html"/></entry><entry><id>http://www.cnblogs.com/notus/archive/2008/11/20/1337856.html</id><title type="text">selenium cant start a new browser(ie7):java.lang.StringIndexOutOfBoundsException: String index out of range: -1</title><summary type="text">error will be occurred when selenium try to start a new ie7 browser. actually selenium cant start the ie7 because of this error.if u meet this trouble, please turn off your ie7's pop-up blocker.if u a...</summary><published>2008-11-20T09:56:00Z</published><updated>2008-11-20T09:56:00Z</updated><author><name>Notus|南色的风</name><uri>http://www.cnblogs.com/notus/</uri></author><link rel="alternate" href="http://www.cnblogs.com/notus/archive/2008/11/20/1337856.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/notus/archive/2008/11/20/1337856.html"/></entry><entry><id>http://www.cnblogs.com/notus/archive/2008/09/09/1287568.html</id><title type="text">修改sql server2005的系统时间</title><summary type="text">多说一句,以前我一直以为sql server里的时间和sql server所在计算机的时间是一致的,直到一个小时前才发现不是这样的...--修改前时间print getdate()--打开高级系统控制选项EXEC master.dbo.sp_configure 'show advanced options', 1RECONFIGURE--修改执行权限,这样就可以执行修改时间的命令了EXEC mas...</summary><published>2008-09-09T06:36:00Z</published><updated>2008-09-09T06:36:00Z</updated><author><name>Notus|南色的风</name><uri>http://www.cnblogs.com/notus/</uri></author><link rel="alternate" href="http://www.cnblogs.com/notus/archive/2008/09/09/1287568.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/notus/archive/2008/09/09/1287568.html"/></entry><entry><id>http://www.cnblogs.com/notus/archive/2008/08/20/1272040.html</id><title type="text">conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.</title><summary type="text">今天早上碰到的,这样的转换就是会出错cast('23:40:00' as datetime)百思不得其解,百思不得其解,百思不得其解,最后检查数据库的数据发现有个数据值是24:00:00.这个是不能被转换的!!所以大家以后碰到这样的问题,先看看有没有数据是24点...</summary><published>2008-08-20T03:24:00Z</published><updated>2008-08-20T03:24:00Z</updated><author><name>Notus|南色的风</name><uri>http://www.cnblogs.com/notus/</uri></author><link rel="alternate" href="http://www.cnblogs.com/notus/archive/2008/08/20/1272040.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/notus/archive/2008/08/20/1272040.html"/></entry><entry><id>http://www.cnblogs.com/notus/archive/2008/08/06/1261852.html</id><title type="text">java移动/复制文件 copy/move file</title><summary type="text">public class FileAccess{public static boolean Move(File srcFile, String destPath){ // Destination directory File dir = new File(destPath);  // Move file to new directory boolean success = srcFile.rena...</summary><published>2008-08-06T03:36:00Z</published><updated>2008-08-06T03:36:00Z</updated><author><name>Notus|南色的风</name><uri>http://www.cnblogs.com/notus/</uri></author><link rel="alternate" href="http://www.cnblogs.com/notus/archive/2008/08/06/1261852.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/notus/archive/2008/08/06/1261852.html"/></entry><entry><id>http://www.cnblogs.com/notus/archive/2008/07/28/1254968.html</id><title type="text">eclipse输出jar的利器</title><summary type="text">http://fjep.sourceforge.net/如上url所示 @_@</summary><published>2008-07-28T09:21:00Z</published><updated>2008-07-28T09:21:00Z</updated><author><name>Notus|南色的风</name><uri>http://www.cnblogs.com/notus/</uri></author><link rel="alternate" href="http://www.cnblogs.com/notus/archive/2008/07/28/1254968.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/notus/archive/2008/07/28/1254968.html"/></entry><entry><id>http://www.cnblogs.com/notus/archive/2008/07/17/1245423.html</id><title type="text">java调用c#写的webservice</title><summary type="text">首先要明白,webservice都一个样,对使用者来说,他看不出来你这个webservice是用什么写的,因为都是soap和wsdl状的东西,那么为什么要起这么个名字,嗯...是为了方便广大熟悉c#后来又用java的兄弟姐妹们搜索.使用c#的群众知道,用vs来生成一个webservice调用简单的让只用java的人们不敢相信(...),一个对话框,一个地址,一个finish按钮,一切都搞定了.很好...</summary><published>2008-07-17T11:22:00Z</published><updated>2008-07-17T11:22:00Z</updated><author><name>Notus|南色的风</name><uri>http://www.cnblogs.com/notus/</uri></author><link rel="alternate" href="http://www.cnblogs.com/notus/archive/2008/07/17/1245423.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/notus/archive/2008/07/17/1245423.html"/></entry><entry><id>http://www.cnblogs.com/notus/archive/2008/07/16/1244428.html</id><title type="text">java的Date.getTime()转换成C#的Datetime.ticks</title><summary type="text">先来个名词解释:Epoch time:指从1970年1月1日零时起到现在为止的"second(秒) 数".注意我给"second(秒) 数"加了引号,是因为在不一样的项目中,计量单位可能是不同的,需要仔细的阅读相关文档.比如Gtalk Api的Gmail Notifications文档中,所使用的date数为从1970年1月1日零时起到现在为止的"millisecond(毫秒) 数".C#的Dat...</summary><published>2008-07-16T07:51:00Z</published><updated>2008-07-16T07:51:00Z</updated><author><name>Notus|南色的风</name><uri>http://www.cnblogs.com/notus/</uri></author><link rel="alternate" href="http://www.cnblogs.com/notus/archive/2008/07/16/1244428.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/notus/archive/2008/07/16/1244428.html"/></entry><entry><id>http://www.cnblogs.com/notus/archive/2008/05/07/1187554.html</id><title type="text">我的新博客</title><summary type="text">http://song2.blogbus.com/以后这里只记录技术文章，其他的都放blogbus里去了</summary><published>2008-05-07T15:34:00Z</published><updated>2008-05-07T15:34:00Z</updated><author><name>Notus|南色的风</name><uri>http://www.cnblogs.com/notus/</uri></author><link rel="alternate" href="http://www.cnblogs.com/notus/archive/2008/05/07/1187554.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/notus/archive/2008/05/07/1187554.html"/></entry></feed>
