上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 37 下一页

2017年10月27日

第一篇:构建第一个SpringBoot工程

摘要: 简介 spring boot 它的设计目的就是为例简化开发,开启了各种自动装配,你不想写各种配置文件,引入相关的依赖就能迅速搭建起一个web工程。它采用的是建立生产就绪的应用程序观点,优先于配置的惯例。 可能你有很多理由不放弃SSM,SSH,但是当你一旦使用了springboot ,你会觉得一切变得 阅读全文

posted @ 2017-10-27 01:36 Michael2397 阅读(166) 评论(0) 推荐(0) 编辑

2017年10月22日

7、客户模块-客户模块之分页后台代码的编写(分页)

摘要: /crm/src/com/louis/domain/PageBean.java /crm/WebContent/menu.jsp /crm/src/com/louis/web/action/CustomerAction.java /crm/src/com/louis/service/Customer 阅读全文

posted @ 2017-10-22 12:05 Michael2397 阅读(281) 评论(0) 推荐(0) 编辑

6、客户模块-数据字典与客户的关系

摘要: crm_base_dict.sql /crm/src/com/louis/domain/Dict.hbm.xml /crm/src/com/louis/domain/Dict.java /crm/src/applicationContext.xml 多方維護關係/crm/src/com/louis/ 阅读全文

posted @ 2017-10-22 11:05 Michael2397 阅读(728) 评论(0) 推荐(0) 编辑

Exception in thread "main" org.springframework.beans.factory.BeanCreationException

摘要: Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class pa 阅读全文

posted @ 2017-10-22 10:38 Michael2397 阅读(1951) 评论(0) 推荐(0) 编辑

2017年10月21日

5、退出

摘要: /crm/WebContent/top.jsp /crm/src/com/louis/web/action/UserAction.java /crm/WebContent/top.jsp /crm/src/com/louis/web/action/UserAction.java 阅读全文

posted @ 2017-10-21 20:30 Michael2397 阅读(131) 评论(0) 推荐(0) 编辑

4、登陆

摘要: /crm/WebContent/login.jsp /crm/src/com/louis/web/action/UserAction.java /crm/src/com/louis/service/UserServiceImpl.java /crm/src/com/louis/dao/UserDao 阅读全文

posted @ 2017-10-21 20:26 Michael2397 阅读(143) 评论(0) 推荐(0) 编辑

3、实现注册

摘要: 1、导入md5工具类 com.louis.web.action /crm/src/com/louis/service/UserServiceImpl.java /crm/src/com/louis/dao/UserDaoImpl.java /crm/src/struts.xml /crm/WebCo 阅读全文

posted @ 2017-10-21 20:11 Michael2397 阅读(122) 评论(0) 推荐(0) 编辑

2017年10月20日

2、创建用户模板-用户注册基础

摘要: 1、创建数据库 2、创建用户实体/crm/src/com/louis/domain/User.java 3、编写hibernate映射文件/crm/src/com/louis/domain/User.hbm.xml 4、引入映射文件/crm/src/applicationContext.xml 5、 阅读全文

posted @ 2017-10-20 09:06 Michael2397 阅读(321) 评论(0) 推荐(0) 编辑

2017年10月19日

1、SSH框架整合

摘要: 1、建立项目 2、导入SSHjar包 http://pan.baidu.com/s/1hsELr04 3、引入web.xml文件 4、导入struts.xml、log4j.properties、applicationContext.xml 5、导入静态页面(页面有些问题) 6、运行 至此,SSH框架 阅读全文

posted @ 2017-10-19 09:13 Michael2397 阅读(283) 评论(2) 推荐(0) 编辑

第五天

摘要: 第五天由二十五-三十四组成 自己写的代码:http://pan.baidu.com/s/1bpEV4xL 教程:http://pan.baidu.com/s/1sl8xuLB 阅读全文

posted @ 2017-10-19 08:40 Michael2397 阅读(135) 评论(0) 推荐(0) 编辑

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 37 下一页

导航