2015年5月24日

摘要: 阅读全文
posted @ 2015-05-24 21:27 听哥哥的话 阅读(207) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 封装泛型CRUD{ public class TeacherInfoDAL : BaseDAL where T : ... 阅读全文
posted @ 2015-05-24 12:09 听哥哥的话 阅读(701) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 状态模式{ public interface State { void doSomething(Person p);... 阅读全文
posted @ 2015-05-24 01:54 听哥哥的话 阅读(368) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 模板模式{ public abstract class CarProces { public abstract vo... 阅读全文
posted @ 2015-05-24 00:39 听哥哥的话 阅读(347) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 职责链模式{ public interface ICarHandler { ICarHandler next { g... 阅读全文
posted @ 2015-05-24 00:16 听哥哥的话 阅读(182) 评论(0) 推荐(0)

导航