- 博客(8)
- 收藏
- 关注
原创 $.ajax()方法dataType="text"返回数据乱码问题
String info = "测试数据"; response.setCharacterEncoding("UTF-8"); response.getWriter().write(info);
2015-09-15 18:22:15 663
原创 在eclipse运行maven命令时报在jre里找不到jar包
在eclipse里运行maven命令时报错: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project hello-world: Fatal error compiling: tools.jar not found: C:\Prog
2015-04-28 22:16:09 833
原创 elicpse在线安装m2eclipse地址
Add Repository--------------第一个地址:Name:m2e Location:http://m2eclipse.sonatype.org/sites/m2e 第二个地址:Name:m2e http://download.eclipse.org/technology/
2015-04-26 11:01:23 1103
表单提交,数据删除时提醒操作:window.confirm()
[code="java"] function save() { if(window.confirm("企业资料将会暂存,是否继续?")){ return true; } else{ return false; } }[/code] [code="java"][/code] [b]注意:return false一定不要忘记写,否则不管用...
2014-11-13 14:44:07 237
原创 (转)错误:当 IDENTITY_INSERT 设置为 OFF 时,不能为表 't_user' 中的标识列插入显式值...
错误信息 09:09:46,828 WARN JDBCExceptionReporter:77 - SQL Error: 544, SQLState: S0001 09:09:46,828 ERROR JDBCExceptionReporter:78 - 当 IDENTITY_INSERT 设置为 OFF 时,不能为表 't_user' 中的标识列插入显式值。 org.hibernate...
2012-05-18 14:07:05 768
Java.lang.RuntimeException: Invalid action class configuration that references
[size=large] Java.lang.RuntimeException: Invalid action class configuration that references an unknown class named [XXXAction] 之所以出现上述异常,在排除其他可能后,那就是input的问题了。这是因为struts2的表单验证机制,一旦你的表单出现问题,验证通不过,...
2012-05-17 16:46:35 128
MyEclipse中Alt+/没有任何提示
MyEclipse中Windows---Preferences---General---Keys---Content Assist 然后点Remove Binding(解除绑定) 在底下Binding中输入Alt+/ 点OK即可 不需要重启IDE
2012-05-15 10:08:58 102
原创 Eclipse或MyEclipse不能编译java文件(转)
注意: Navigate==>Show In==>Navigator选择以后,才可以在eclipse中看到class文件 有时候用Eclipse或者MyEclipse的时候,发现不能自动编译,web工程下面缺少class文件! 第一个可能是你的自动编译没打开:project->Build Automatically;(build automatically去掉以后,才可以选Build All,...
2011-01-18 09:53:29 138
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人