08 2012 档案

摘要:Most renders can be spotted from a mile off. But following last week’s ‘leaked photos’, which many news outlets, including yours truly were duped into thinking were tangible, it’s become clear that in the intoxicating grip of anticipation, even the best of us can make a boo-boo.Dutch designer Martin 阅读全文
posted @ 2012-08-16 13:24 欧阳寒玟 阅读(353) 评论(0) 推荐(0)
摘要:项目中经常用到枚举,根据枚举定义的下拉框比如用户状态等,就非常麻烦,所以写个根据枚举项自动生成下拉框,并扩展htmlhelper类去显示枚举的值.定义管理员状态枚举值: 1 /// <summary> 2 /// 管理员状态 3 /// </summary> 4 public enum ManageState 5 { 6 /// <summary> 7 /// 正常 8 /// </summary> 9 [Display(Name="正常")]10 Normal = 0,11 ... 阅读全文
posted @ 2012-08-05 14:26 欧阳寒玟 阅读(1244) 评论(0) 推荐(0)