2013年8月2日

Eclipse Juno 版本 Alt + / 使用无效 解决办法

摘要: 步骤一、将 Word Completion 快捷键设为空,如下图:步骤二、将content assist 的快捷键设置为 Alt + / ,如下图: 这下子,你的Alt + / 快捷键可以用了,赶紧试试syso! 阅读全文

posted @ 2013-08-02 10:28 zenger1025 阅读(161) 评论(0) 推荐(0)

2013年7月30日

maven2 pom.xml : struts2 + spring2 + hibernate3 + mysql5

摘要: 4.0.0 com.zjc.struts.spring.hibernate ssh 0.0.1-SNAPSHOT war org.apache.struts struts2-core 2.1.8 org.apache.struts struts2-spring-plugin 2.1.8 ... 阅读全文

posted @ 2013-07-30 12:33 zenger1025 阅读(379) 评论(1) 推荐(0)

maven2 pom.xml : hibernate3 + junit4 + mysql5

摘要: 4.0.0 com.zjc.hibernate hibernate-example 0.0.1-SNAPSHOT junit junit 4.8.2 mysql mysql-connector-java 5.1.9 org.hibernate hibernate ... 阅读全文

posted @ 2013-07-30 11:31 zenger1025 阅读(232) 评论(0) 推荐(0)

2013年2月27日

mysql 查看数据库编码命令

摘要: show variables like 'character%'; 阅读全文

posted @ 2013-02-27 20:03 zenger1025 阅读(254) 评论(0) 推荐(0)

mysql 命令行查看创建表语句

摘要: show create table 表名 阅读全文

posted @ 2013-02-27 19:53 zenger1025 阅读(256) 评论(0) 推荐(0)

2013年2月5日

java.lang.IllegalStateException: getOutputStream() has already been called for this respons 简单解决办法

摘要: 今天在使用struts2 进行文件下载是,总报错:java.lang.IllegalStateException: getOutputStream() has already been called for this respons......解决办法: 把对应的action的返回设置为空,即可轻松解决。例如:public class DownloadFileAction extends ActionSupport implements ServletRequestAware, ServletResponseAware { /** * */ ... 阅读全文

posted @ 2013-02-05 17:18 zenger1025 阅读(5778) 评论(1) 推荐(0)

导航