08 2017 档案

摘要:applicationContext.xml配置文件的内容 步骤总结: 1.构建依赖jar Spring必须jar(6个) Hibernate必须jar 整合最少还需要导入3个jar,spring-jdbc.x.x ,spring-tx.x.x,spring-orm.x.x 2.目的是要创建Sess 阅读全文
posted @ 2017-08-29 19:11 千年虫虫 阅读(406) 评论(0) 推荐(0)
摘要:1.html/jsp主页 <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Trans 阅读全文
posted @ 2017-08-03 19:48 千年虫虫 阅读(1562) 评论(0) 推荐(0)
摘要:一,单个文件的上传 1.html/jsp页面 2.过滤器解决中文乱码问题 package com.ser; import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; impor 阅读全文
posted @ 2017-08-02 18:58 千年虫虫 阅读(2511) 评论(0) 推荐(0)
摘要:1.主页 <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!-- 导入jstl文件 --> <%@ taglib uri="http://java.sun.com/jsp/ 阅读全文
posted @ 2017-08-02 18:46 千年虫虫 阅读(345) 评论(0) 推荐(0)