首页
Python
Java
PHP
IOS
Andorid
NodeJS
JavaScript
HTML5
gof
单例模式
1、单例类只能有一个实例。 2、单例类必须自己创建自己的唯一实例。 3、单例类必须给所有其他对象提供这一实例。 […]
漫谈 GOF 设计模式在 Spring 框架中的实现
原文地址:梁桂钊的博客 博客地址:http://blog.720ui.com 欢迎关注公众号:「服务端思维」。 […]
设计模式教程(Design Patterns Tutorial)笔记之三 行为型模式(Behavioral Patterns)
目录 · Strategy · When to use the Strategy Design Pat […]
设计模式教程(Design Patterns Tutorial)笔记之二 结构型模式(Structural Patterns)
目录 · Decorator · What is the Decorator Design Patte […]
设计模式教程(Design Patterns Tutorial)笔记之一 创建型模式(Creational Patterns)
目录 · 概述 · Factory · What is the Factory Design Patt […]
热门专题
收款二维码
按照自己的理解实现比特交换协议(alternating-bit
【第二十篇】C#微信H5支付
WriteableBitmap类
[Evernote]印象笔记使用经验技巧AllenZhao
WebService基础入门(转)
[转]SVN操作手册
接口测试时遇到
凤凰谷爱笑鸽子
13.1
IDE缘何崛起?
负载均衡服务之HAProxy基础配置(一)
MATLAB基础函数命令
观察者模式的优点和缺点
关于苹果PUSH机制的那点事
suitable
狸七
常用的计算时间复杂度的公式
注释规范
经典背包问题
前缀检索
使用SQLite数据库和Access数据库的一些经验总结