摘要: asp.net mvc/webapi开发,微信公众号开发,后台接口开发, 算法开发 ,底层框架设计开发 a) 云服务: aliyun(ECS,RDS,开放搜索,OSS,缓存数据库,负载均衡) b) 软件: i.sqlserver2008+ ,vs2015, tfs2015, mysql, sqlit 阅读全文
posted @ 2016-08-30 11:12 ceccf 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 1 @using GMS.Framework.Contract 2 @using GMS.Framework.Web.Controls 3 @using GMS.Mrs.Disaster.Contract.Model 4 @model DisasterDeal 5 @{ 6 Layout = "~/ 阅读全文
posted @ 2016-08-30 10:18 ceccf 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 1 //用于获取视频访问的相关参数数据 2 //----------------------所有矿山-初始化并加载通道列表,并播放一个通道---------------- 3 function getAllMineCameraParaAndStartPlayMineManage() { 4 getAllMineCameraParaAndStartPlay("MineManage"... 阅读全文
posted @ 2016-08-23 17:06 ceccf 阅读(145) 评论(0) 推荐(0) 编辑
摘要: return RedirectToAction("Index", "MineDisaster", new { type = 0, page = 1 }); 阅读全文
posted @ 2016-08-23 10:51 ceccf 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 1 public ActionResult Index(ReserveInfoRequest request) 2 { 3 4 List MineList= this.AccountService.GetPermMineList(this.CookieContext.UserId); 5 6 ... 阅读全文
posted @ 2016-08-22 20:44 ceccf 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 1 1 2 *地灾点地址: 3 4 @Html.DropDownList("MineDisasterInfId", ViewBag.AllAddress as SelectList, new { @class = "m-wrap medium" }) 5 ... 阅读全文
posted @ 2016-08-22 11:30 ceccf 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 1 public ActionResult Index(YearCheckInfoRequest request) 2 { 3 //int a = -1; 4 // if (request.DisasterScale == a.ToString()) { request.DisasterScale = null; }; ... 阅读全文
posted @ 2016-08-22 10:09 ceccf 阅读(364) 评论(0) 推荐(0) 编辑
摘要: 1 public ActionResult Edit(int id, FormCollection collection) 2 { 3 var model = this.YearCheckService.GetYearCheck(id); 4 5 this.TryUpdateModel(mo... 阅读全文
posted @ 2016-08-22 10:05 ceccf 阅读(878) 评论(0) 推荐(0) 编辑
摘要: 1 public ActionResult Create() 2 { 3 var model = new DisasterInf(); 4 5 model.ID = 0; 6 7 var DisasterTypeList = EnumHelper.GetItemValu... 阅读全文
posted @ 2016-08-22 09:51 ceccf 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 1 public static string MrsGetMineDisasterAddress() 2 { 3 database db = GetMrsDB(); 4 string sql = @"SELECT Id,DisasterAddress FROM MineDisasterInf"; 5 ... 阅读全文
posted @ 2016-08-22 09:31 ceccf 阅读(281) 评论(0) 推荐(0) 编辑