2016年9月7日

web-xml配置

摘要: <?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:sch 阅读全文

posted @ 2016-09-07 00:41 看你妹儿 阅读(131) 评论(0) 推荐(0) 编辑

方法实现案例

摘要: package com.gxa.bj.action; import java.io.IOException;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Date;import j 阅读全文

posted @ 2016-09-07 00:40 看你妹儿 阅读(191) 评论(0) 推荐(0) 编辑

springmvc.xml

摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文

posted @ 2016-09-07 00:39 看你妹儿 阅读(92) 评论(0) 推荐(0) 编辑

mybatis-config.xml

摘要: <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dt 阅读全文

posted @ 2016-09-07 00:38 看你妹儿 阅读(107) 评论(0) 推荐(0) 编辑

log4j.properties

摘要: ## rootLogger\u662F\u6240\u6709\u65E5\u5FD7\u7684\u6839\u65E5\u5FD7,\u4FEE\u6539\u8BE5\u65E5\u5FD7\u5C5E\u6027\u5C06\u5BF9\u6240\u6709\u65E5\u5FD7\u8D 阅读全文

posted @ 2016-09-07 00:37 看你妹儿 阅读(234) 评论(0) 推荐(0) 编辑

applicationContext.xml

摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:tx="http://www.springframework.org/schema/tx" x 阅读全文

posted @ 2016-09-07 00:35 看你妹儿 阅读(149) 评论(0) 推荐(0) 编辑

对象mapper

摘要: <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"><map 阅读全文

posted @ 2016-09-07 00:33 看你妹儿 阅读(532) 评论(0) 推荐(0) 编辑

面向接口,定义接口

摘要: /** * 针对数据库的数据的增删改查的功能做的接口 * @author ZY * */public interface IDaoBBS<T> { /** * 向数据库表里添加一条数据的方法 * @param t * @throws SQLException * @throws IllegalAcc 阅读全文

posted @ 2016-09-07 00:31 看你妹儿 阅读(208) 评论(0) 推荐(0) 编辑

导航