上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 61 下一页
  2021年1月19日
摘要: 0 课程地址 https://coding.imooc.com/lesson/380.html#mid=28273 1 浓缩精华 1.1 浓缩精华 4.2,4.3,3.1 2 个人关注 2.1 个人关注 下载安装postman,用来测试接口 3.1 3 课程内容 3.1 lombok使用 安装lom 阅读全文
posted @ 2021-01-19 07:00 菜鸟乙 阅读(131) 评论(0) 推荐(0)
摘要: 0 课程地址 https://coding.imooc.com/lesson/380.html#mid=28272 1 浓缩精华 1.1 3.1,3.2 2 个人关注 2.1 3.3 3 课程内容 3.1 同一目录下的application和bootstrap bootstrap优先级高于appli 阅读全文
posted @ 2021-01-19 06:58 菜鸟乙 阅读(171) 评论(0) 推荐(0)
摘要: 0 课程地址 https://coding.imooc.com/lesson/380.html#mid=28271 1 浓缩精华 1.1 自动配置原理(自己理解) SpringBootConfiguration注解 允许xml配置方式 ComponentScan 扫描通用注解 AutoConfigu 阅读全文
posted @ 2021-01-19 06:55 菜鸟乙 阅读(164) 评论(0) 推荐(0)
摘要: 0 课程地址 https://coding.imooc.com/lesson/380.html#mid=28226 1 浓缩精华 1.1 SpringBoot2 HikariCP的配置 spring.datasource.hikari.connection-timeout 客户端等待连接池连接的最大 阅读全文
posted @ 2021-01-19 06:53 菜鸟乙 阅读(167) 评论(0) 推荐(0)
摘要: 0 课程地址 https://coding.imooc.com/lesson/380.html#mid=28225 1 浓缩精华 1.1 SpringData jpa: JPA(Java Persistence API)是当年的 Sun 官方提出的 Java 持久化规范。Spring Data JP 阅读全文
posted @ 2021-01-19 06:52 菜鸟乙 阅读(146) 评论(0) 推荐(0)
摘要: 0 课程地址 https://coding.imooc.com/lesson/380.html#mid=28224 1 浓缩精华 1.1 本章简介: mysql存储和查找使用聚簇索引和其他索引,聚簇索引应用b+tree原理(其他索引用b 树)。 1.2 B+tree 的特点: a.非叶子节点只存储索 阅读全文
posted @ 2021-01-19 06:48 菜鸟乙 阅读(97) 评论(0) 推荐(0)
摘要: 0 课程地址 https://coding.imooc.com/lesson/380.html#mid=28223 1 浓缩精华 1.1 在 Maven 工程中对 MySQL 8.0 的配置 2 个人关注 2.1 查看mysql版本 3 课程内容 3.1 MySql常用版本特性 mysql5.5:  阅读全文
posted @ 2021-01-19 06:47 菜鸟乙 阅读(161) 评论(0) 推荐(0)
  2021年1月14日
摘要: 0 课程地址 https://coding.imooc.com/lesson/380.html#mid=28270 1 主要内容 1.1 主要内容 springboot应用启动的三种方式 2 个人收获 2.1 不同的启动方式 通过api调用应用行为方式启动 //第二种方式启动 SpringAppli 阅读全文
posted @ 2021-01-14 07:24 菜鸟乙 阅读(174) 评论(0) 推荐(0)
  2021年1月13日
摘要: 0 课程地址 https://coding.imooc.com/lesson/380.html#mid=28269 1 主要内容 1.1 pom.xml的基本结构 a parent标签加入springboot,标识springboot项目(引入springboot依赖) b 添加maven坐标,标识 阅读全文
posted @ 2021-01-13 06:46 菜鸟乙 阅读(394) 评论(0) 推荐(0)
  2021年1月11日
摘要: 0 课程地址 https://coding.imooc.com/lesson/380.html#mid=28222 1 个人收获 多路复用场景 2 课程内容 2.1 为何使用多路复用 redis 在单线程中,所有操作都是线性操作,所以i/o操作堵塞后,将不能返回。在多个客户端的时候,导致整个进程堵塞 阅读全文
posted @ 2021-01-11 06:39 菜鸟乙 阅读(112) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 61 下一页