随笔分类 -  ssm相关配置范例

String格式时间处理
摘要:Date time1 = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss") .parse(intime); Date time2 = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss") .parse(outtime); Lon 阅读全文

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

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 看你妹儿 阅读(132) 评论(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 看你妹儿 阅读(535) 评论(0) 推荐(0) 编辑

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

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

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示