使用匿名类型做为ComboBox的DataSource
ArrayList list = new ArrayList();
list.Add(new { id = "0", value = "--请选择--" });
list.Add(new { id = "1", value = "一般案件" });
list.Add(new { id = "2", value = "银行案件" });
this.cboSource.DataSource = list;
this.cboSource.ValueMember = "id";
this.cboSource.DisplayMember = "value";
Ajax.ActionLink()方法的使用
Entity FrameWork初始化数据库的四种策略
最长公共子序列
表达式求值
韩信点兵
蛇形填数
5个数求最值
求转置矩阵问题
素数求和问题