10 2018 档案
摘要:定时任务时,可用到Date类来获取前一天或者后一天的数据
阅读全文
摘要:此处style="display:none"为隐藏,block为显示
阅读全文
摘要:Hibernate基础 原理: 1.通过Configuration().configure();读取并解析hibernate.cfg.xml配置文件 2.由hibernate.cfg.xml中的<mapping resource="com/xx/User.hbm.xml"/>读取并解析映射信息 3.
阅读全文
摘要:1,控制层框架 与 springmvc 效果相同 作用: 数据处理 调用后台代码 产生响应 异常处理 国际化 2,核心控制器 3,配置核心文件 web.xml <filter> <filter-name>struts2</filter-name> <filter-class>org.apache.s
阅读全文