会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Kikyo
纸上得来终觉浅,绝知此事要躬行。
博客园
新随笔
管理
上一页
1
···
28
29
30
31
32
33
34
35
36
···
56
下一页
2020年2月24日
【 Struts2 配置】Struts2基本搭建
摘要: 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)
2020年2月22日
【 SSH 配置参考】
摘要: 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)
【 SSH 实例】使用ssh开发的简单项目
摘要: 简单的员工管理项目,使用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)
2020年2月20日
【 Hibernate 】Hibernate的session更新和删除失败问题
摘要: 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)
2020年2月18日
【 SSH 整合】Spring、Struts、Hibernate基本整合
摘要: 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)
【SSH】spring 整合 hibernate
摘要: 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)
【SSH】Spring 整合 Struts
摘要: 添加 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)
2020年2月17日
【Hibernate 懒加载】debug模式懒加载获取空数据
摘要: <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)
2020年2月16日
【Struts 文件上传下载】
摘要: 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)
2020年2月14日
【Struts 动态表单】DynaActionForm
摘要: 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
下一页
公告