项目一笔记
qq_37287585
这个作者很懒,什么都没留下…
展开
-
[牛客网中级项目]第二章 spring入门和模板语法(笔记+)
目录1.spring框架基础1.1 spring框架:1.2 IoC:1.2.1 IoC的概念:1.2.2 IoC的目的/作用:1.2.3 IoC环境搭建:1.3 AOP:1.3.1 AOP的概念1.spring框架基础1.1 spring框架:包含IoC(Inverse of Control,控制反转),AOP(Aspect Oriented rogramming,面向切面编程)1.2 ...原创 2019-08-30 14:47:34 · 315 阅读 · 0 评论 -
[牛客网中级项目]第三章 数据库交互mybatis集成(笔记)
目录1. 创建数据库2. 项目里连接数据库3. 基于注解配置3.1 定义与表对应的类3.2 建立dao包3.3 创建service类1. 创建数据库1.创建toutiao数据库。2.创建需要的表。现在只创建User,News表。UserConmmentMessageNewsididididnamecontentformiidtitlepass...原创 2019-08-30 14:47:51 · 347 阅读 · 0 评论 -
[牛客网中级项目]第四章用户注册登陆管理
目录1.预习1.拦截器:2.MD5加密算法:1.预习拦截器:https://www.mkyong.com/spring-mvc/spring-mvc-handler-interceptors-example/MD5和盐加密:https://www.tuicool.com/articles/AryyIr1.拦截器:Spring MVC允许通过处理程序拦截器拦截web请求。处理程序拦截器必须...原创 2019-08-30 14:48:09 · 1143 阅读 · 3 评论 -
【牛客网中级项目】第二章(第二次的bug)
1.返回一个网页1.1问题:在输入第一个indexcontroller方法,index后:package com.nowcoder.toutiao.controller;import org.springframework.stereotype.Controller;import org.springframework.web.bind.annotation.RequestMappin...原创 2019-09-09 21:09:22 · 665 阅读 · 1 评论