上一页 1 ··· 7 8 9 10 11
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <div id="app">{{message}} {{name}}</div> <script sr 阅读全文
posted @ 2021-03-13 15:33 455994206 阅读(20) 评论(0) 推荐(0)
摘要: 转: http://www.cnplugins.com/tool/specify-postman-methods.html 阅读全文
posted @ 2021-03-09 11:42 455994206 阅读(53) 评论(0) 推荐(0)
摘要: 在JAVA以及其他的面向对象设计模式中,类与类之间主要有6种关系,分别是:依赖、关联、聚合、组合、继承、实现,他们的耦合度依次增强。其中,关联、聚合和组合关系仅仅是在语义上有所区别,所谓语义就是指上下文环境、特定情景等,它们在编程语言中的体现却是基本相同的。 一、继承关系 继承(Inheritanc 阅读全文
posted @ 2021-03-09 11:02 455994206 阅读(1369) 评论(0) 推荐(0)
摘要: MyBatis-Plus官网: https://baomidou.com/ 阅读全文
posted @ 2021-03-08 19:53 455994206 阅读(22) 评论(0) 推荐(0)
摘要: 1、选中多行代码左右移动缩进 选中代码 Tab:右移 Shift+Tab:左移 2、Ctrl+F/Ctrl+Shift+F 使用Ctrl+F按键之后就可以在整个页面中查找(当前页面查找关键字) 使用Ctrl+Shift+F 就是在整个intellij idea中查找 3、Shift+Shift 全局 阅读全文
posted @ 2021-03-08 08:35 455994206 阅读(312) 评论(0) 推荐(0)
摘要: 单一职责原则 (Single Responsibility Principle) 开放-关闭原则 (Open-Closed Principle) 里氏替换原则 (Liskov Substitution Principle) 依赖倒转原则 (Dependence Inversion Principle 阅读全文
posted @ 2021-03-04 19:58 455994206 阅读(23) 评论(0) 推荐(0)
摘要: 一、下载Tomcat 1、进入官网http://tomcat.apache.org/,选择download,下载所需要的Tomcat版本。 注意有zip和exe两种格式的,zip(64-bit Windows zip(pgp,md5,sha1))是免安装版的,exe(32-bit/64-bit Wi 阅读全文
posted @ 2021-03-04 16:07 455994206 阅读(86) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11