2015年5月24日

摘要: 阅读全文
posted @ 2015-05-24 21:27 听哥哥的话 阅读(205) 评论(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 听哥哥的话 阅读(693) 评论(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 听哥哥的话 阅读(363) 评论(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 听哥哥的话 阅读(334) 评论(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 听哥哥的话 阅读(176) 评论(0) 推荐(0) 编辑

导航