摘要: 1. 简介装饰模式(Decorator),动态地给一个对象添加一些额外的职责,就增加功能来说,装饰模式比生成子类更为灵活。2. 程序示例 1 class Program 2 { 3 static void Main(string[] args) 4 { 5 ... 阅读全文
posted @ 2014-10-29 23:30 叫我霍啊啊啊 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 一.递归加载目录树程序示例: 1 public partial class Form1 : Form 2 { 3 string path = @"D:\英雄联盟"; 4 5 public Form1() 6 { 7 I... 阅读全文
posted @ 2014-10-29 00:48 叫我霍啊啊啊 阅读(163) 评论(0) 推荐(0) 编辑