摘要: 设计模式 创建型模式 将对象的创建和使用分离 简单工厂模式(最简单的创建型模式) key: 定义工厂类,根据不同的参数返回不同的类的实例 一般来说,工厂方式都是静态方法 工作流程: 客户端--(请求对象)->工厂 --(创建对象)->产品 (Android的数据库SQLite的模式) 实现方式: 代 阅读全文
posted @ 2025-03-06 14:03 kingwzun 阅读(20) 评论(0) 推荐(0)
摘要: testing overview standard define a process of analyzing a software item to detect the differences between existing and required conditions( that is de 阅读全文
posted @ 2025-03-06 11:26 kingwzun 阅读(23) 评论(0) 推荐(0)