12 2019 档案

摘要:认识 Spring 框架 Spring 框架是 Java 应用最广的框架,它的成功来源于理念,而不是技术本身,它的理念包括 IoC (Inversion of Control,控制反转) 和 AOP(Aspect Oriented Programming,面向切面编程)。 Spring IoC 和 阅读全文
posted @ 2019-12-20 17:46 coulee 阅读(197) 评论(0) 推荐(0) 编辑
摘要:目前 Spring 框架的最新版本是 5.1.8,本教程是基于 Spring 的稳定版本 3.2.13 进行讲解的。读者可以通过网址 http://repo.spring.io/simple/libs-release-local/org/springframework/spring/ 下载名称为 s 阅读全文
posted @ 2019-12-20 17:16 coulee 阅读(1271) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/biehongli/p/6538669.html http://c.biancheng.net/view/4251.html (先做这个练习) https://www.cnblogs.com/xxxuwentao/p/9583392.html (做完上 阅读全文
posted @ 2019-12-12 11:37 coulee 阅读(164) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/biehongli/p/6538250.html 阅读全文
posted @ 2019-12-12 10:57 coulee 阅读(73) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/biehongli/p/6528001.html 阅读全文
posted @ 2019-12-12 10:38 coulee 阅读(69) 评论(0) 推荐(0) 编辑
摘要:1:SSH框架: Struts2:基于mvc模式的应用层框架模式(Servlet层) Hibernate:基于持久层的框架(数据访问层) Spring:创建对象对象处理的依赖关系以及框架整合(Service层) 2:框架和之前学的对比MVC分层模式: 搭建Hibernate环境,开发步骤: 1:下载 阅读全文
posted @ 2019-12-12 10:02 coulee 阅读(131) 评论(0) 推荐(0) 编辑
摘要:注意各个软件版本要求: 1. JDK1.6+Tomcat6.0+MyEclipse6.5 2. JDK1.8+Tomcat8.0+MyEclipse2015 3. MyEclipse6.5(MyEclipse自带JDK,最后再介绍) 具体见上课文档《SSH web 开发环境配置.doc》 SSH W 阅读全文
posted @ 2019-12-11 11:32 coulee 阅读(145) 评论(0) 推荐(0) 编辑
摘要:一、框架概述 框架让工作更简单。 二、Struts2.0框架 让Web开发更规范,更容易。 三、工作原理 基本步骤: (1)浏览器发送Action请求 (2)控制器根据请求调用同名称的Action (3)调用Action类的execute方法(Action对象的默认方法,开发者可以自定义),根据用户 阅读全文
posted @ 2019-12-11 11:31 coulee 阅读(122) 评论(0) 推荐(0) 编辑
摘要:一、课程简介 1、在项目中,重要的就是数据在客户端和服务器端的相互来往。 2、回顾JSP时候,服务器端如何获取客户端数据?客户端如何获取服务端的数据? 3、在Struts2.0中,服务器端Action中采用如何方式进行获取数据: (1)数据字段一一对应:JSP采用的方法,将表单元素名和Action类 阅读全文
posted @ 2019-12-11 11:30 coulee 阅读(74) 评论(0) 推荐(0) 编辑
摘要:实验3 登陆2_user类_属性驱动 阅读全文
posted @ 2019-12-11 11:29 coulee 阅读(60) 评论(0) 推荐(0) 编辑
摘要:实验4_登陆3_user类_模型驱动 阅读全文
posted @ 2019-12-11 11:28 coulee 阅读(61) 评论(0) 推荐(0) 编辑
摘要:实验5_登陆4_业务类 阅读全文
posted @ 2019-12-11 11:27 coulee 阅读(69) 评论(0) 推荐(0) 编辑
摘要:实验6_求和运算 阅读全文
posted @ 2019-12-11 11:26 coulee 阅读(100) 评论(0) 推荐(0) 编辑
摘要:实验7_注册 阅读全文
posted @ 2019-12-11 11:25 coulee 阅读(74) 评论(0) 推荐(0) 编辑
摘要:实验8_验证框架 阅读全文
posted @ 2019-12-11 11:24 coulee 阅读(62) 评论(0) 推荐(0) 编辑
摘要:实验9_注册_验证框架 阅读全文
posted @ 2019-12-11 11:23 coulee 阅读(55) 评论(0) 推荐(0) 编辑
摘要:实验10_validate方法验证(选做) 阅读全文
posted @ 2019-12-11 11:22 coulee 阅读(74) 评论(0) 推荐(0) 编辑
摘要:实验11_自定义Struts2显示样式 阅读全文
posted @ 2019-12-11 11:22 coulee 阅读(64) 评论(0) 推荐(0) 编辑
摘要:实验12_AJAX技术(选做) 阅读全文
posted @ 2019-12-11 11:21 coulee 阅读(70) 评论(0) 推荐(0) 编辑
摘要:实验13_DWR框架 阅读全文
posted @ 2019-12-11 11:20 coulee 阅读(53) 评论(0) 推荐(0) 编辑
摘要:实验14_Struts2实现用户信息CRUD 阅读全文
posted @ 2019-12-11 11:19 coulee 阅读(57) 评论(0) 推荐(0) 编辑
摘要:实验15_hibernate基础 阅读全文
posted @ 2019-12-11 11:18 coulee 阅读(89) 评论(0) 推荐(0) 编辑
摘要:实验16_hibernate基础2 阅读全文
posted @ 2019-12-11 11:17 coulee 阅读(80) 评论(0) 推荐(0) 编辑
摘要:实验17_hibernate+struts2实现登陆 阅读全文
posted @ 2019-12-11 11:16 coulee 阅读(75) 评论(0) 推荐(0) 编辑
摘要:实验18_hibernate的关联映射_一对多 阅读全文
posted @ 2019-12-11 11:15 coulee 阅读(100) 评论(0) 推荐(0) 编辑
摘要:实验19_hibernate的关联映射_多对一(选做) 阅读全文
posted @ 2019-12-11 11:14 coulee 阅读(93) 评论(0) 推荐(0) 编辑
摘要:实验20_hibernate的关联映射_多对多 阅读全文
posted @ 2019-12-11 11:11 coulee 阅读(57) 评论(0) 推荐(0) 编辑
摘要:实验21_hibernate注解(选做) 阅读全文
posted @ 2019-12-11 11:10 coulee 阅读(47) 评论(0) 推荐(0) 编辑
摘要:实验22_hibernate注解一对多(选做) 阅读全文
posted @ 2019-12-11 11:09 coulee 阅读(62) 评论(0) 推荐(0) 编辑
摘要:实验23_hibernate注解多对一(选做) 未完,待整理 阅读全文
posted @ 2019-12-11 11:07 coulee 阅读(53) 评论(0) 推荐(0) 编辑
摘要:实验24_hibernate注解多对多(选做) 阅读全文
posted @ 2019-12-11 11:06 coulee 阅读(55) 评论(0) 推荐(0) 编辑
摘要:实验25_Hibernate与Struts 2整合应用实例——开发学生选课系统 阅读全文
posted @ 2019-12-11 11:05 coulee 阅读(216) 评论(0) 推荐(0) 编辑
摘要:实验26_Spring与Struts、Hibernate框架整合(注册) 阅读全文
posted @ 2019-12-10 11:46 coulee 阅读(127) 评论(0) 推荐(0) 编辑
摘要:实验27_Spring与Struts、Hibernate框架整合(登陆)(选做) 阅读全文
posted @ 2019-12-10 09:22 coulee 阅读(119) 评论(0) 推荐(0) 编辑
摘要:实验28_Spring、Hibernate与Struts2整合应用实例——学生成绩管理系统 阅读全文
posted @ 2019-12-10 08:51 coulee 阅读(246) 评论(0) 推荐(0) 编辑
摘要:1、 http://www.w3school.com.cn 强烈建议给网页设计初学者 https://how2j.cn/k/struts/struts-tutorial/54.html struts、hibernate、spring以及各种客户端技术 https://www.runoob.com/h 阅读全文
posted @ 2019-12-06 17:33 coulee 阅读(646) 评论(0) 推荐(0) 编辑
摘要:在 Hibernate 中,同样可以对多张存在关联关系的表进行操作,但需要在映射文件中,将对象的关联关系与数据库表的外键关联进行映射。本章将对 Hibernate 的关联关系映射进行详细讲解。在关系型数据库中,多表之间存在着三种关联关系,分别为一对一、一对多和多对多,如图 1 所示 图 1 关系型数 阅读全文
posted @ 2019-12-05 11:47 coulee 阅读(644) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示