SpringBoot 2018-12-21 Java 3421 words 7 mins read 💠 SpringBoot 1.1. 思考 1.2. 参考教程 1.3. 使用SpringBootCLI 1.4. Profils 1.4.1. 多种配置文件并切换 1.4.1.1. yml方式 1.4.1.2. yml和properties结合 1.4.2. 应用配置文件 1.5. Events Read more...
Spring AOP 2018-12-21 Java 2275 words 5 mins read 目录 start AOP 动态代理 基本概念 基本配置 注意 1 Spring AOP还是完全用AspectJ? 2 Spring AOP中使用@AspectJ还是XML? 3 混合切面类型 目录 end|2020-08-26 18:31| AOP Read more...
Spring 2018-12-21 Java 7269 words 15 mins read 💠 Spring 1.1. 配置使用 1.1.1. 通过构建工具 1.1.2. 注解方式 1.1.2.1. xml文件配置 1.1.2.2. 常用的注解 1.1.3. xml方式 1.1.3.1. xml方式和注解方式的比较 1.2. Spring技巧 1.2.1. 获取Conte Read more...
时间 2018-12-20 计算机基础 815 words 2 mins read 💠 时间 1.1. 基础概念 1.1.1. GMT 1.1.2. UTC 1.2. 时区 1.2.1. CDT 1.2.2. CST 1.2.3. DST 💠 2024-09-12 16:01:31 时间 上下四方为宇,古往今来为宙 计算机内部的计时器为石英钟,存在误差,所以需要依靠NTP服务来 Read more...
设计模式 2018-12-20 Engineering 11536 words 24 mins read 💠 软件设计的一些原则 1.1. 思维原则 1.1.1. 奥卡姆剃刀原理 1.2. 首要原则 1.2.1. 不要复制粘贴 1.2.2. 减法优于加法 1.2.3. 抽象优于实现 1.2.4. 组合优于继承 1.2.5. 查询与命令分离 1.2.6. 够用原则 1.3. Read more...
RESTful 2018-12-20 Web 1573 words 4 mins read 目录 start RESTful风格 Rest 资源 Resources 表现层 Representation 状态转化 State Transfer 目录 end|2020-04-27 23:42| RESTful风格 要理解RESTful架构,最好的方法就是去理解Represen Read more...
MIS 2018-12-20 Java 511 words 2 mins read 目录 start 完整的MIS构建经验 MVC 持久化层 数据库设计 Domain对象设计 控制层 权限控制 Session和Token的对比 统一授权 视图层 目录 end|2020-06-24 02:06| 完整的 Read more...
Git在团队协作时的使用 2018-12-20 版本控制 3791 words 8 mins read 💠 使用Git进行团队协作 1.1. 基础思想 1.1.1. Git Flow 1.1.2. Github Flow 1.1.3. Trunk-Based 1.2. 提交准则 1.2.1. commit template 1.3. Tips 1.3.1. master作为线上分支时,误提交功能并推送怎么处理 GUI 2.1. git-cola 2.2. Gitnuro 2.3. GitBlade 2.4. Read more...