摘要: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P 阅读全文
posted @ 2017-08-05 20:57 Interface代码 阅读(161) 评论(0) 推荐(0)
摘要: lplus /nolog conn system/1234@orcl create tablespace aries logging datafile 'e:\oracle\oradata\orcl\aries.dbf' size 32m autoextend on next 32m maxsize 阅读全文
posted @ 2017-08-05 20:55 Interface代码 阅读(125) 评论(0) 推荐(0)
摘要: 1.整合Spring和Hibernate框架JBOA数据库设计1.部门表2.雇员表3.职位表4.报销单表5.报销单明细表6.审核记录表2.SSH架构 1.Struts 2+Spring+Hibernate 2.以Spring作为核心框架,数据持久化使用 Hibernate完成,表现层使用Struts 阅读全文
posted @ 2017-08-05 20:52 Interface代码 阅读(132) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins 阅读全文
posted @ 2017-08-05 20:51 Interface代码 阅读(324) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8" ?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc 阅读全文
posted @ 2017-08-05 20:50 Interface代码 阅读(128) 评论(0) 推荐(0)
摘要: <?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 @ 2017-08-05 20:49 Interface代码 阅读(115) 评论(0) 推荐(0)
摘要: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P 阅读全文
posted @ 2017-08-05 20:47 Interface代码 阅读(151) 评论(0) 推荐(0)
摘要: Spring MVC 1.结构最清晰的MVC Model2实现 2.Controller 3.ModelAndView 1.HTTP请求 SpringMVC核心是前端控制器DispatcherServlet 在web.xml <servlet-name>-servlet.xml配置 2.Handle 阅读全文
posted @ 2017-08-05 20:45 Interface代码 阅读(179) 评论(0) 推荐(0)