简介 目录 评价 推荐
第1章 单例模式简介
单例模式简介
第2章 单例模式的实现
单例模式的饿汉式实现
单例模式的懒汉式实现
第3章 “饿汉模式”和“懒汉模式”的区别
“饿汉式” pk “懒汉式”
开始学习 免费