摘要:
port 6382# Redis configuration file example.## Note that in order to read the configuration file, Redis must be# started with the file path as first a 阅读全文
摘要:
建造者模式:通过建造,类似建房子一样,将复杂的建造工程,进行拆分成独立的方法个体,需要建立什么样子的对象就进行builder建造,最终建立成一个复杂对象。 通过建造者模式,把复杂的过程进行拆分和封装。 person 实体类 /** * 人 * 建造的基类 * Created by 灰灰 on 201 阅读全文