![240](https://upload.jianshu.io/users/upload_avatars/2099066/2e1f43e49646.jpeg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:浙江
1. 单例模式定义 Singleton Pattern:Ensure a class has only one instance, and pr...
1. 什么是数据库范式?为什么要学习数据库范式? 数据库范式(database normal form):数据库表中的属性要符合某一规范。 学习...
1. UML存在意义 帮助自己理清思路,了解类与类之间的关系。(约定这里的类包括接口和类) 有助于设计模式学习,理解设计模式中类与类之间的关系(...
1. 为什么学习数据结构(Data Structure)? 程序 = 数据结构 + 算法 程序不过就是一个获取数据、处理数据,展示数据的一个综合...