Docker Network Posted on 2022-03-23 Edited on 2024-12-04 In Software Engineering Outline: Basic Idea Docker DNS服务器 Commands Networks Read more »
Spring JDBC and data Sources config Posted on 2022-03-21 Edited on 2024-12-04 In Software Engineering Outline: Spring DAO DataSource JDBC ref: Spring In Action Read more »
Spring ORM Posted on 2022-03-21 Edited on 2024-12-04 In Software Engineering Outline: object-relational mapping Hibernate、MyBatis JPA (Java Persistence API) APPENDIX: 一些好用的ORM Tips ref: Spring In Action Read more »
Spring Cache Posted on 2022-03-21 Edited on 2024-12-04 In Software Engineering Outline: Basic Idea 启用Spring缓存支持 提供缓存管理器 应用缓存 ref: Spring In Action Read more »
Dockerizing Posted on 2022-03-19 Edited on 2024-12-04 In Software Engineering Outline: 单体应用容器化 Dockerfile build image push image 多阶段构建 构建镜像优化 介绍了应用的容器化 Read more »
Shell Script Language Posted on 2022-03-17 Edited on 2024-12-04 In Software Engineering The basic grammer of shell script. ref: shell tutorial Read more »
Design Patterns Posted on 2022-03-15 Edited on 2024-12-04 In Computer Science Outline: 类之间的关系 组合 > 继承 Design Pattern 设计模式:创建型 设计模式: 结构型 设计模式:行为型 Sources: 软件系统设计 --- 潘敏学 Design Pattern Turotial Read more »
Java Class Posted on 2022-02-23 Edited on 2024-12-04 In Software Engineering Outline RTTI Class对象 类型转换前先做检查 反射 动态代理 空对象 ref : Thinking in Java Read more »
Network Layer Posted on 2022-02-21 Edited on 2024-12-04 In Computer Science Outline: Intro 虚电路和数据报网络 路由器工作原理 网际协议IP ICMP In-net Route Selection Internet Route Selection 广播和多播路由选择 VPN, NAT MPLS Read more »
Unix Toolkit Posted on 2022-02-19 Edited on 2024-12-04 In Software Engineering 介绍了Unix, Unix Like主机的常用操作 OS可以是各种LINUX发行版和Mac OSX,因此你可以看到各种包管理工具(yay,apt,yum, brew...), 选自己用的就好 Read more »