摘要: 参考文章地址: https://www.cnblogs.com/GuZhenYin/p/4626379.html 阅读全文
posted @ 2018-05-09 10:49 geekhan 阅读(75) 评论(0) 推荐(0)
摘要: (注:本文只是用于个人学习总结,很多东西是从网上直接拷贝而来,如若给原作者带来不便,敬请告知,谢谢!) 工厂模式(源于菜鸟教程): 步骤 1 创建一个接口。 Shape.java 步骤 2 创建实现接口的实体类。 Rectangle.java Square.java Circle.java 步骤 3 阅读全文
posted @ 2017-04-17 21:28 geekhan 阅读(227) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Xml; names 阅读全文
posted @ 2017-01-23 12:02 geekhan 阅读(133) 评论(0) 推荐(0)