
SSH框架总结
祈祷
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Struts1.2+spring2.0+hibernate3.3 搭建SSH框架
1、实验环境准备 MyEclipse8.6 Tomcat6.0.20 MySQL5.1 数据库脚本程序 CREATE TABLE user ( id int(11) NOT NULL auto_increment, username varchar(50) default NULL, password varchar(50) default NULL, PRIMA转载 2012-06-26 13:20:36 · 1983 阅读 · 3 评论 -
用MyEclipse搭建SSH框架 Struts2.1 Spring3.0 Hibernate3.3 搭建SSH框架
用MyEclipse搭建SSH框架 Struts Spring Hibernate 1、new一个web project。 2、右键项目,为项目添加Struts支持。 点击Finish。src目录下多了struts.xml配置文件。 3、使用MyEclipse DataBase Explorer建立数据源。 new一个数据源。填入数据源信息。 点击tes转载 2012-06-26 13:25:00 · 1488 阅读 · 1 评论 -
JSP禁用迅雷等下载工具下载文件,强制使用右键另存功能下载文件
* 实现文件另存功能 * * @param text * 文件内容 * @param fileName * 文件名称 * @return */ protected String renderFile(String text, String fileName) throws IOException { response.addHeader("Content-Dispositi转载 2014-11-07 13:54:21 · 2154 阅读 · 0 评论