摘要:
1.绑定一个DropDownList @Html.DropDownListFor(m => m.MobileType, new List<SelectListItem>() { new SelectListItem { Value = "0", Text = "中国电信" }, new Select 阅读全文
摘要:
alter table order_info add area varchar(50) create index group_compar on ry_order (group_compar); 字段加索引 一、修改字段默认值 alter table 表名 drop constraint 约束名字 阅读全文