`
文章列表
public String convert(String utfString){ StringBuilder sb = new StringBuilder(); int i = -1; int pos = 0; while((i=utfString.indexOf("\\u", pos)) != -1){ sb.append(utfString.substring(pos, i)); if(i+5 < utfString.length()){ pos = i+6; sb.append((char)I ...
打开注册表编辑器,找到HKCU\Software\Microsoft\Fiddler 2\,在里面添加一个字符串值,名叫HeaderEncoding,值设置为默认编码。建议设成GB18030。然后要记得重启Fiddler才能生效。     win7   1、windows按钮+R  2、输入regedit  +回车+是 3、HKEY_CURRENT_USER\Software\Microsoft\Fiddler2 4、右键新建,选字符串值  加上HeaderEncoding  然后值输入  GBK
JAVA代码:   package destoon; import java.io.File; import java.io.IOException; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.HttpStatus; import org.apache.http.client.ClientProtocolException; import org.apache.http.client.HttpCli ...
JSP生成的html里面会留下许多空白行(以及space, tab, etc.),那是动态语句留下的痕迹。当初留下这些空白行自然有他的理由 - 方便调试,这样行号才能对的上。但是对于处于production环境中的页面,这么多空白行有时候会是个灾难,常见原因有二: a. 大大增加了页面体积; b. 不利于SEO.    tomcat 5.x以后,在conf/web.xml中加入了一个参数来解决这个问题(我用的是Tomcat 6.0.10),那就是 <init-param> <param-name>trimSpaces</param-name> &l ...

代码之美

    博客分类:
  • JAVA
以前一直向往着简洁,美丽的代码,但是大多数我看不懂。直到现在,我也能写出让我觉得很美丽的代码。 1.在main方法中创建一个子线程,让其输出1到100之间的偶数。 是不是感觉好简单?那我来给你写写我的代码,我是通过实现Runnable接口来实现的。 public static void main(String[] args){ new Thread(new Runnable(){ @Override public void run(){ for(int i = 1; i <= 100; i++){ ...

DBCP最新版

    博客分类:
  • DBCP
  简要说明:DBCP——开源组件,将原Conection包裹了起来 1.       需要用到三个Jar包: commons-collections-3.2.1.jar commons-dbcp-1.4.jar<!--[if !supportNestedAnchors]--><!--[endif]--> commons-pool-1.6.jar<!--[if !supportNestedAnchors]--><!--[endif]-->   2. 编写dbcpconfig.properties文件,赋予基本参数    1 
java.lang.RuntimeException: there are more terms than documents in field "XX", but it's impossible to sort on tokenized fields 出现这种错误是在compass或者lucene 进行排序的时候 没有对排序字段 加上 index = Index.NOT_ANALYZED  
方法一:使用result type="redirect" 配置如下所示: <result type="redirect" >/action2.action?user.id=${user.id}&user.name=${user.name}....</result> 方法二:使用result type="chain" chain会把前一个Action里的所有属性值带到下一个Action中来。 <result name="success" ...
这个得记录下来,老忘掉! 关于flash的插入: OBJECT标签是用于windows IE3.0及以后浏览器或者其它支持Activex控件的浏览器。“classid”和“codebase”属性必须要精确地按上例所示的写法写,它们告诉浏览器自动下载flash player的地址。如果你没有安装过flash player 那么IE3.0以后的浏览器会跳出一个提示框访问是否要自动安装flash player。当然,如果你不想让那些没有安装flash player的用户自动下载播放器,或许你可以省略掉这些代码。 EMBED标签是用于Netscape N***igator2.0及以后 ...
JS获取浏览器窗口大小 各个方法预览 网页可见区域宽:document.body.clientWidth网页可见区域高:document.body.clientHeight网页可见区域宽:document.body.offsetWidth(包括边线的宽)网页可见区域高:document.body.offsetHeight(包括边线的宽)网页正文全文宽:document.body.scrollWidth网页正文全文高:document.body.scrollHeight网页被卷去的高:document.body.scrollTop网页被卷去的左:document.body.scr ...
每次安装完myeclipse之后,都被设置成它自己的默认打开方式,比如JSP的打开方式,视图加编码,那样打开时等待的时间特别“漫长”,可以直接以编码方式打开。 设置方式也每每地忘记,由于不是常设置这个,嘿嘿…… 这边写下一个,记录一下,也作为笔记吧:   window->preferences->General->Editors->Files Associations File Types 选择可以选择本次要设置的文件类型,比如.jsp assiciations 里选择MyEclipse jsp editor,然后点右边的Default 按钮, ...
错误提示1:<Server failed. Reason: Unable to start WebLogic Server!Error: license signature validation error.Please make sure you have a valid license.beafile in the BEA home directory associated with thisinstallation. For more information about the license.beafile, see the installation guide ...
weblogic的默认编码是得到操作系统(我用的是XP)的编码GBK的,而Tomcat的默认编码是ISO8859-1.     本文要解决的问题是使用同一种编码方案而能在不同服务器下都解决中文乱码问题,我只在tomcat和weblogic下试验过,因为这是最常用的两种服务器(就是一套方案要在tomcat和weblogic下无论是get请求还是post请求都要正常编码---ajax请求不再此文讨论中,ajax请求不同一般的请求) 我使用的是 tomcat6.5weblogic server 9 首先大家找个项目把下面3个文件都随便丢到一个目录中取,要相同目录 为了方便,我采用的 ...
修改tomcat默认编码 打开server.xml <Connector port="80" protocol="HTTP/1.1" maxThreads="300" minSpareThreads="100" maxSpareThreads="300" acceptCount="300" redirectPort="8443" connectionTimeout="20000" URIEncoding=&q ...
在运行WebLogic是经常会出现java.lang.OutOfMemoryError.异常,主要是由于在启动WebLogic时,他会默认使用本地JVM,因为JVM有点小问题,所以我们把他改成使用WebLogic中的JVM就会没什么问题啦。 具体操作: 找到自己的域: C:\bea\user_projects\domains\base_domain\bin下 找到 setDomainEnv.cmd文件。 找到 set WL_HOME=C:\bea\wlserver_10.3 for %%i in ("%WL_HOME%") do set WL_HOME=%%~fs ...
Global site tag (gtag.js) - Google Analytics