public class TestWS {
public static void main(String args[]) {
Test t = new Test();
t.i = 20;
method(t, t.i);
System.out.prin..
十款超级酷的JS图片展示代码,一定会给你强烈的震撼,技术含量超高,保证你没见过
1.预览地址:
http://preview.zcool.com.cn/code/js/04/1/
2.预览地址:
http://preview.zcool.com.cn/code/js/04/2..
昨天忘了整理,今天特地早点过来把昨天fckeditor和SSH的整合过程记录下来(通过昨天在网上搜资料感觉以前在jsp中配置fckeditor的思路是对的,所以依旧按照那个思路来做)
step1:同样下载fckeditor-java-demo-2...
struts2配置文件如下:
<result name="logoutlist" type="redirectAction">
<param name="actionName">list</param>
&nbs..
特殊字符的含义 URL编码
o)}#F'W9B/_8b
# 用来标志特定的文档位置 %23
% 对特殊字符进行编码 %25 0f0G7h5\-H:v,Z$g
& 分隔不同的变量值对 %26
+ 在变量值中表示空格 %2B !{+x#F/E)X6h,L
\ 表..
在引入一个工程的时候,出现了如下的错误:
org.apache.jasper.JasperException: /home.jsp(2,0) The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar file..
今天在windows的DOS窗口下运行mysql命令,insert语句中只要含有汉字数据就出现“data too long for column”错误 。
后来在网上查到一篇帖子 ( http://www.blogjava.net/sakis/archive/20..
在使用eclipse+MyEclipse开发中,许多文件编码默认是ISO-8859-1,不支持中文(如常用的JSP),这样我们每次建文件都要手动改编码,其实我们可以在设置文件默认编码,今后再创建时就不用每次修改编码了,UTF-8&nbs..
This is a very common error when create a mysql table , even some people has take it as a mysql bug and commit it to the official , I came up with this bothered problem these days also, after a cra..
在运行《hibernate开发与实战》blog源程序时,启动tomcat出现如下错误:
2011-04-01 10:37:38,359 WARN [org.hibernate.util.JDBCExceptionReporter] - SQL Error: 0, SQLState: null
2011-04-01 10:37:38,35..