<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_deadshot123</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/20306/rss</id><updated>2009-08-07T06:23:20Z</updated><author><name>deadshot123</name><uri>http://www.cnblogs.com/deadshot123/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/deadshot123/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/20306/rss"/><entry><id>http://www.cnblogs.com/deadshot123/archive/2009/03/09/1406756.html</id><title type="text">javascript时间toString在java中转换成Date的测试代码</title><summary type="text">/*GMT时间格式z*/ //String dateString = "Tue, 05 Sep 2006 09:16:59 GMT +8"; //String pattern = "EEE, dd MMM yyyy HH:mm:ss z"; /*javascript tostring的时间*/ String dateString = "Mon Mar 9 09:48:16 UTC+0800 ...</summary><published>2009-03-09T02:14:00Z</published><updated>2009-03-09T02:14:00Z</updated><author><name>deadshot123</name><uri>http://www.cnblogs.com/deadshot123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/deadshot123/archive/2009/03/09/1406756.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/deadshot123/archive/2009/03/09/1406756.html"/><content type="text">/*GMT时间格式z*/ //String dateString = "Tue, 05 Sep 2006 09:16:59 GMT +8"; //String pattern = "EEE, dd MMM yyyy HH:mm:ss z"; /*javascript tostring的时间*/ String dateString = "Mon Mar 9 09:48:16 UTC+0800 ...</content></entry><entry><id>http://www.cnblogs.com/deadshot123/archive/2008/10/28/1320892.html</id><title type="text">在windows xp sp2 下修复 mdac 2.8</title><summary type="text">在windows xp sp2下安装mdac2.8,提示不兼容。解决方法：一、在c:\windows\inf\mdac.inf,上点击右键，选择安装，提示插入系统光盘， 如果有光盘，插入光盘完成操作。二、如果没有光盘，请点击这里下载安装必须文件。注意：本压缩包适用在xp sp2上，没有在其他版本上试过，如果失败请重新安装正确的版本。</summary><published>2008-10-27T17:57:00Z</published><updated>2008-10-27T17:57:00Z</updated><author><name>deadshot123</name><uri>http://www.cnblogs.com/deadshot123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/deadshot123/archive/2008/10/28/1320892.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/deadshot123/archive/2008/10/28/1320892.html"/><content type="text">在windows xp sp2下安装mdac2.8,提示不兼容。解决方法：一、在c:\windows\inf\mdac.inf,上点击右键，选择安装，提示插入系统光盘， 如果有光盘，插入光盘完成操作。二、如果没有光盘，请点击这里下载安装必须文件。注意：本压缩包适用在xp sp2上，没有在其他版本上试过，如果失败请重新安装正确的版本。</content></entry><entry><id>http://www.cnblogs.com/deadshot123/archive/2008/05/09/1190532.html</id><title type="text">OutLook风格的菜单</title><summary type="text">玩了半年多java，现在有一个东西用.net 2.0做 ，写了这样一个菜单控件，没有可视化编辑效果，对winform实在不熟，等有空熟悉一下，再改效果如下：测试代码http://www.cnblogs.com/Files/deadshot123/MenuTest.rar</summary><published>2008-05-09T12:11:00Z</published><updated>2008-05-09T12:11:00Z</updated><author><name>deadshot123</name><uri>http://www.cnblogs.com/deadshot123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/deadshot123/archive/2008/05/09/1190532.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/deadshot123/archive/2008/05/09/1190532.html"/><content type="text">玩了半年多java，现在有一个东西用.net 2.0做 ，写了这样一个菜单控件，没有可视化编辑效果，对winform实在不熟，等有空熟悉一下，再改效果如下：测试代码http://www.cnblogs.com/Files/deadshot123/MenuTest.rar</content></entry><entry><id>http://www.cnblogs.com/deadshot123/archive/2007/10/15/924869.html</id><title type="text">td上长英文单词换行</title><summary type="text">word-wrap:break-word;和width:500px（不能用百分比）必须同时设置在td上才可以使长的英文单词换行。。。。</summary><published>2007-10-15T07:12:00Z</published><updated>2007-10-15T07:12:00Z</updated><author><name>deadshot123</name><uri>http://www.cnblogs.com/deadshot123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/deadshot123/archive/2007/10/15/924869.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/deadshot123/archive/2007/10/15/924869.html"/><content type="text">word-wrap:break-word;和width:500px（不能用百分比）必须同时设置在td上才可以使长的英文单词换行。。。。</content></entry><entry><id>http://www.cnblogs.com/deadshot123/archive/2007/07/04/806097.html</id><title type="text">struts-tiles初学</title><summary type="text">tiles,俗称"小部件"。由于当今界面设计的可用性要求界面必须保持一致。早期开发使用文件包含的方式来使页面模块化，类型&lt;%@include file=""%&gt; &lt;jsp:include page=""&gt;之类的包含指令或jsp标签。这样导致所有包含这些的页面都必须添加类似代码。（tiles类型asp.net2.0的masterpage） Q:tiles比包含方式有哪些优先点...</summary><published>2007-07-04T11:03:00Z</published><updated>2007-07-04T11:03:00Z</updated><author><name>deadshot123</name><uri>http://www.cnblogs.com/deadshot123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/deadshot123/archive/2007/07/04/806097.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/deadshot123/archive/2007/07/04/806097.html"/><content type="text">tiles,俗称"小部件"。由于当今界面设计的可用性要求界面必须保持一致。早期开发使用文件包含的方式来使页面模块化，类型&lt;%@include file=""%&gt; &lt;jsp:include page=""&gt;之类的包含指令或jsp标签。这样导致所有包含这些的页面都必须添加类似代码。（tiles类型asp.net2.0的masterpage） Q:tiles比包含方式有哪些优先点...</content></entry><entry><id>http://www.cnblogs.com/deadshot123/archive/2007/06/04/771351.html</id><title type="text">时间控件最终版</title><summary type="text">点击下载工程其中FinalTest.aspx为测试页面usingSystem;usingSystem.Text;usingSystem.ComponentModel;usingSystem.Web.UI;usingSystem.Collections;/**//**此控件已经完成自身所带的功能类似时间选择应该属于别的组件所负责的工作职责，而非把所有的*功能都堆砌成一个控件，应该模块化细化。*200...</summary><published>2007-06-04T15:48:00Z</published><updated>2007-06-04T15:48:00Z</updated><author><name>deadshot123</name><uri>http://www.cnblogs.com/deadshot123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/deadshot123/archive/2007/06/04/771351.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/deadshot123/archive/2007/06/04/771351.html"/><content type="text">点击下载工程其中FinalTest.aspx为测试页面usingSystem;usingSystem.Text;usingSystem.ComponentModel;usingSystem.Web.UI;usingSystem.Collections;/**//**此控件已经完成自身所带的功能类似时间选择应该属于别的组件所负责的工作职责，而非把所有的*功能都堆砌成一个控件，应该模块化细化。*200...</content></entry><entry><id>http://www.cnblogs.com/deadshot123/archive/2007/05/21/754238.html</id><title type="text">点击改变颜色的日历（上篇改一行代码）</title><summary type="text">点击改变颜色的日历（上篇改一行代码）</summary><published>2007-05-21T07:11:00Z</published><updated>2007-05-21T07:11:00Z</updated><author><name>deadshot123</name><uri>http://www.cnblogs.com/deadshot123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/deadshot123/archive/2007/05/21/754238.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/deadshot123/archive/2007/05/21/754238.html"/><content type="text">点击改变颜色的日历（上篇改一行代码）</content></entry><entry><id>http://www.cnblogs.com/deadshot123/archive/2007/05/21/753682.html</id><title type="text">博客上的日历控件的初步实现</title><summary type="text">博客上的日历控件的初步实现</summary><published>2007-05-21T00:35:00Z</published><updated>2007-05-21T00:35:00Z</updated><author><name>deadshot123</name><uri>http://www.cnblogs.com/deadshot123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/deadshot123/archive/2007/05/21/753682.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/deadshot123/archive/2007/05/21/753682.html"/><content type="text">博客上的日历控件的初步实现</content></entry><entry><id>http://www.cnblogs.com/deadshot123/archive/2007/04/25/726918.html</id><title type="text">W3wp.exe内存占用问题以及如何查看一个网站对应的w3wp.exe（转）</title><summary type="text">W3wp.exe内存占用问题以及如何查看一个网站对应的w3wp.exe（转）</summary><published>2007-04-25T07:30:00Z</published><updated>2007-04-25T07:30:00Z</updated><author><name>deadshot123</name><uri>http://www.cnblogs.com/deadshot123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/deadshot123/archive/2007/04/25/726918.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/deadshot123/archive/2007/04/25/726918.html"/><content type="text">W3wp.exe内存占用问题以及如何查看一个网站对应的w3wp.exe（转）</content></entry><entry><id>http://www.cnblogs.com/deadshot123/archive/2007/04/25/726897.html</id><title type="text">test</title><summary type="text">oracle-适配器出错一、由于配置问题二、防火墙问题今天遇到由于防火墙导致pl/sql可以连接，.net程序不可连接数据库的现象1、连接工具2、xml配置工具细粒度权限管理留言板bug管理软件的使用软件下载</summary><published>2007-04-25T07:20:00Z</published><updated>2007-04-25T07:20:00Z</updated><author><name>deadshot123</name><uri>http://www.cnblogs.com/deadshot123/</uri></author><link rel="alternate" href="http://www.cnblogs.com/deadshot123/archive/2007/04/25/726897.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/deadshot123/archive/2007/04/25/726897.html"/><content type="text">oracle-适配器出错一、由于配置问题二、防火墙问题今天遇到由于防火墙导致pl/sql可以连接，.net程序不可连接数据库的现象1、连接工具2、xml配置工具细粒度权限管理留言板bug管理软件的使用软件下载</content></entry></feed>
