上一页 1 ··· 4 5 6 7 8
摘要: 1. 新建一个项目,添加一个ADO.NET Entity Data Model的文件,此文件会生成所有的数据对象模型,如果是用vs2012生的话,在.Designer.cs里会出现“// Default code generation is disabled for model 'C:\Work\Project\20140303\Delete\Model1.edmx'. // To enable default code generation, change the value of the 'Code Generation Strategy' designer 阅读全文
posted @ 2014-03-05 16:42 xuxu_dragon 阅读(576) 评论(0) 推荐(0) 编辑
摘要: 一款轻量的用js写的文本编辑框。 阅读全文
posted @ 2014-03-04 16:10 xuxu_dragon 阅读(251) 评论(0) 推荐(0) 编辑
摘要: public ActionResult ExportAgentBooking(string Company_Id, string Company_Name)//Altman.Web.BCDAdmin.Models.CompanyInfo argCompanyInfo) { if (string.IsNullOrWhiteSpace(Company_Id) || string.IsNullOrWhiteSpace(Company_Name)) { return View(); }... 阅读全文
posted @ 2014-02-26 16:16 xuxu_dragon 阅读(475) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8