上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 56 下一页
摘要: struts.xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN" "http://st 阅读全文
posted @ 2020-02-24 21:12 一只桔子2233 阅读(127) 评论(0) 推荐(0)
摘要: applicationContext.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/ 阅读全文
posted @ 2020-02-22 22:26 一只桔子2233 阅读(162) 评论(0) 推荐(0)
摘要: 简单的员工管理项目,使用spring、struts1、hibernate开发 applicationContext.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/sche 阅读全文
posted @ 2020-02-22 21:15 一只桔子2233 阅读(1241) 评论(0) 推荐(0)
摘要: applicationContext.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/ 阅读全文
posted @ 2020-02-20 23:58 一只桔子2233 阅读(267) 评论(0) 推荐(0)
摘要: applicationContext.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/ 阅读全文
posted @ 2020-02-18 20:30 一只桔子2233 阅读(193) 评论(0) 推荐(0)
摘要: spring-hibernate-1.2.9.jar applicationContext.xml <bean id="sessionFactory" class="org.springframework.orm.hibernate5.LocalSessionFactoryBean"> <prope 阅读全文
posted @ 2020-02-18 19:55 一只桔子2233 阅读(125) 评论(0) 推荐(0)
摘要: 添加 spring-struts-3.2.9.RELEASE.jar struts-config.xml 添加 <controller> <set-property property="processorClass" value="org.springframework.web.struts.Del 阅读全文
posted @ 2020-02-18 19:50 一只桔子2233 阅读(117) 评论(0) 推荐(0)
摘要: <many-to-one name="department" class="k.domain.Department" column="department_id" lazy="false"></many-to-one>采用 lazy="false" 才可以debug到懒加载的数据 <?xml ver 阅读全文
posted @ 2020-02-17 21:09 一只桔子2233 阅读(338) 评论(0) 推荐(0)
摘要: RegisterAction package k.action; import k.domain.User; import k.form.UserForm; import k.service.UserService; import org.apache.struts.action.ActionFor 阅读全文
posted @ 2020-02-16 10:15 一只桔子2233 阅读(139) 评论(0) 推荐(0)
摘要: RegisterAction package k.action; import org.apache.struts.action.ActionForm; import org.apache.struts.action.ActionForward; import org.apache.struts.a 阅读全文
posted @ 2020-02-14 22:35 一只桔子2233 阅读(139) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 56 下一页