使用匿名类型做为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";
Swift学习 --- 2.3和字符串
自己写CPU第五级(4)——逻辑、实现移动和空指令
读书笔记-互联网思维阅读10其中一本书《自由》
Linux学习笔记——如何使用共享库交叉编译
Vim识别编码
linux RWT
GConf 错误:联系配置服务器失败;某些可能原因是需要为 ORBit 启用 TCP/IP 联网
Mysql 表忽略大小写~~
andorid studio