<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_漂泊雪狼的博客</title><subtitle type="text">思考，讨论，分享C#,JavaScript,.NET,Oracle,SQL Server……技术</subtitle><id>http://feed.cnblogs.com/blog/u/17411/rss</id><updated>2010-11-13T02:09:48Z</updated><author><name>漂泊雪狼</name><uri>http://www.cnblogs.com/weiweictgu/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/weiweictgu/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/17411/rss"/><entry><id>http://www.cnblogs.com/weiweictgu/archive/2010/11/13/1876326.html</id><title type="text">Java GUID Timestamp</title><summary type="text">String uuid = UUID.randomUUID().toString().toUpperCase();java.util.Date d = new java.util.Date(); java.sql.Timestamp now = new java.sql.Timestamp(d.getTime());  SimpleDateFormat formatter = new Simple...</summary><published>2010-11-13T02:10:00Z</published><updated>2010-11-13T02:10:00Z</updated><author><name>漂泊雪狼</name><uri>http://www.cnblogs.com/weiweictgu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/weiweictgu/archive/2010/11/13/1876326.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/weiweictgu/archive/2010/11/13/1876326.html"/><content type="html">&lt;p&gt;String uuid = UUID.randomUUID().toString().toUpperCase();&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;/p&gt;&#xD;
&lt;p&gt;java.util.Date d = new java.util.Date();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; java.sql.Timestamp now = new java.sql.Timestamp(d.getTime());&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SimpleDateFormat formatter = new SimpleDateFormat("yyyyMMddHHmmss");&lt;/p&gt;&#xD;
&lt;p&gt;java.util.Date recTime = formatter.parse(time);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; java.sql.Timestamp sqlRecTime = new java.sql.Timestamp(recTime.getTime());&lt;/p&gt;&lt;img src="http://www.cnblogs.com/weiweictgu/aggbug/1876326.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/weiweictgu/archive/2010/11/13/1876326.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><entry><id>http://www.cnblogs.com/weiweictgu/archive/2010/11/11/1874906.html</id><title type="text">Java sqlDate Date 转换示例</title><summary type="text">import java.text.*;public class HelloWorld {public static void main(String[]args){SimpleDateFormat myFmt = new SimpleDateFormat("yyyyMMddHHmmss");String sd = "20101111140334";try {java.util.Date d = m...</summary><published>2010-11-11T07:07:00Z</published><updated>2010-11-11T07:07:00Z</updated><author><name>漂泊雪狼</name><uri>http://www.cnblogs.com/weiweictgu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/weiweictgu/archive/2010/11/11/1874906.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/weiweictgu/archive/2010/11/11/1874906.html"/><content type="html">&lt;p&gt;import java.text.*;&lt;/p&gt;&#xD;
&lt;p&gt;public class HelloWorld {&lt;br /&gt;public static void main(String[]args){&lt;br /&gt;&amp;nbsp;SimpleDateFormat myFmt = new SimpleDateFormat("yyyyMMddHHmmss");&lt;br /&gt;&amp;nbsp;String sd = "20101111140334";&lt;br /&gt;&amp;nbsp;try {&lt;br /&gt;&amp;nbsp;&amp;nbsp;java.util.Date d = myFmt.parse(sd);&lt;br /&gt;&amp;nbsp;&amp;nbsp;System.out.println(d.toString());&lt;br /&gt;&amp;nbsp;&amp;nbsp;java.sql.Date sqlD = new java.sql.Date(d.getTime());&lt;br /&gt;&amp;nbsp;&amp;nbsp;System.out.println(sqlD.toLocaleString());&lt;br /&gt;&amp;nbsp;} catch (ParseException e) {&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;e.printStackTrace();&lt;br /&gt;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;}&lt;br /&gt;}&lt;/p&gt;&lt;img src="http://www.cnblogs.com/weiweictgu/aggbug/1874906.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/weiweictgu/archive/2010/11/11/1874906.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><entry><id>http://www.cnblogs.com/weiweictgu/archive/2009/11/19/1606271.html</id><title type="text">ExtJS中grid的JsonStore、Ext.PagingToolbar带条件查询问题</title><summary type="text">ExtJS中grid的JsonStore、Ext.PagingToolbar带条件查询问题、参数查询</summary><published>2009-11-19T09:43:00Z</published><updated>2009-11-19T09:43:00Z</updated><author><name>漂泊雪狼</name><uri>http://www.cnblogs.com/weiweictgu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/weiweictgu/archive/2009/11/19/1606271.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/weiweictgu/archive/2009/11/19/1606271.html"/></entry><entry><id>http://www.cnblogs.com/weiweictgu/archive/2009/11/18/1605037.html</id><title type="text">ExtJS 中Grid使用SimpleStore、多选框的方法</title><summary type="text">[代码]</summary><published>2009-11-17T16:14:00Z</published><updated>2009-11-17T16:14:00Z</updated><author><name>漂泊雪狼</name><uri>http://www.cnblogs.com/weiweictgu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/weiweictgu/archive/2009/11/18/1605037.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/weiweictgu/archive/2009/11/18/1605037.html"/></entry><entry><id>http://www.cnblogs.com/weiweictgu/archive/2009/11/18/1605035.html</id><title type="text">ExtJS Window 最小化的一种方法</title><summary type="text">ExtJS Window 最小化的一种方法 </summary><published>2009-11-17T16:11:00Z</published><updated>2009-11-17T16:11:00Z</updated><author><name>漂泊雪狼</name><uri>http://www.cnblogs.com/weiweictgu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/weiweictgu/archive/2009/11/18/1605035.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/weiweictgu/archive/2009/11/18/1605035.html"/></entry><entry><id>http://www.cnblogs.com/weiweictgu/archive/2009/05/12/1455276.html</id><title type="text">Oracle 10g 行列转换(从SQL Server 2000迁移)</title><summary type="text">Oracle 10g 行列转换 SQL Server 2000</summary><published>2009-05-12T15:11:00Z</published><updated>2009-05-12T15:11:00Z</updated><author><name>漂泊雪狼</name><uri>http://www.cnblogs.com/weiweictgu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/weiweictgu/archive/2009/05/12/1455276.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/weiweictgu/archive/2009/05/12/1455276.html"/></entry><entry><id>http://www.cnblogs.com/weiweictgu/archive/2009/04/11/1433706.html</id><title type="text">SQL Server 字段拆分的小技巧</title><summary type="text">SQL Server 2005 T-SQL 字符串拆分 split</summary><published>2009-04-11T07:55:00Z</published><updated>2009-04-11T07:55:00Z</updated><author><name>漂泊雪狼</name><uri>http://www.cnblogs.com/weiweictgu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/weiweictgu/archive/2009/04/11/1433706.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/weiweictgu/archive/2009/04/11/1433706.html"/></entry><entry><id>http://www.cnblogs.com/weiweictgu/archive/2008/09/09/1287655.html</id><title type="text">CodeSmith Professional 5.0破解下载地址 注册机 keygen</title><summary type="text">CodeSmith Professional 5.0 kengen 注册机 破解</summary><published>2008-09-09T08:04:00Z</published><updated>2008-09-09T08:04:00Z</updated><author><name>漂泊雪狼</name><uri>http://www.cnblogs.com/weiweictgu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/weiweictgu/archive/2008/09/09/1287655.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/weiweictgu/archive/2008/09/09/1287655.html"/></entry><entry><id>http://www.cnblogs.com/weiweictgu/archive/2008/09/04/1283496.html</id><title type="text">Apache log4net与EntLib Logging Application Block使用心得</title><summary type="text">Apache log4net与EntLib Logging Application Block</summary><published>2008-09-03T17:16:00Z</published><updated>2008-09-03T17:16:00Z</updated><author><name>漂泊雪狼</name><uri>http://www.cnblogs.com/weiweictgu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/weiweictgu/archive/2008/09/04/1283496.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/weiweictgu/archive/2008/09/04/1283496.html"/></entry><entry><id>http://www.cnblogs.com/weiweictgu/archive/2008/08/22/1274319.html</id><title type="text">用Codesmith写的一个的从SQL Server向Oracle导数据的模板</title><summary type="text">用Codesmith写的一个的从SQL Server向Oracle导数据的模板</summary><published>2008-08-22T10:43:00Z</published><updated>2008-08-22T10:43:00Z</updated><author><name>漂泊雪狼</name><uri>http://www.cnblogs.com/weiweictgu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/weiweictgu/archive/2008/08/22/1274319.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/weiweictgu/archive/2008/08/22/1274319.html"/></entry></feed>
