上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: Socket命令发送 public void LostLicense(LicenseInfo license) { var arr = Dao.QueryForList<Hashtable>(Dao.GetStatementName("LostLicense"), license); string 阅读全文
posted @ 2020-05-27 17:58 yufeiyunsui 阅读(246) 评论(0) 推荐(0)
摘要: var credits = Biz.GetClaimCredit();// IEnumerable<dynamic> var errorImeis = RequestPara.IMEIs.Where(m => (m.IsCurrORG == 0 && credits.Any(c => c.Blank 阅读全文
posted @ 2020-04-23 14:29 yufeiyunsui 阅读(456) 评论(0) 推荐(0)
摘要: INSERT INTO vtm_addressinfo(UserId,AcceptUser,AcceptTel,AcceptLocation,Email,CreateTime)VALUES(@UserId,@AcceptUser,@AcceptTel,@AcceptLocation,@Email,@ 阅读全文
posted @ 2020-04-15 18:03 yufeiyunsui 阅读(1397) 评论(0) 推荐(0)
摘要: 配置settings.json信息 File->Preference->Settings【也可以快捷键 ctr + ,(window系统) 直接打开】 https://blog.csdn.net/weixin_44112924/java/article/details/88114600 "vetur 阅读全文
posted @ 2020-03-30 17:21 yufeiyunsui 阅读(5982) 评论(0) 推荐(0)
摘要: C#基础之Assembly 查找当前项目所有程序集的方法System.AppDomain.CurrentDomain.GetAssemblies(); List<Type> TypeItemList = new List<Type>(); //var ResultTypeList = Assembl 阅读全文
posted @ 2020-03-11 13:21 yufeiyunsui 阅读(2574) 评论(0) 推荐(0)
摘要: //创建对象 Demo demo = new Demo() { Name = "苍", Age = 18, Height = 1.83 }; string demojson = JsonConvert.SerializeObject(demo);//序列化 database.StringSet("m 阅读全文
posted @ 2020-02-25 12:48 yufeiyunsui 阅读(285) 评论(0) 推荐(0)
摘要: import {MP} from '../../../util/baiDuMap' setTimeout在vue里需生命变量this, 参数是函数 let _this=this setTimeout( function() { _this.path=arr; _this.play = true;... 阅读全文
posted @ 2020-01-15 15:12 yufeiyunsui 阅读(1021) 评论(0) 推荐(0)
摘要: public ActionResult Export(string queryJson) { try { var list = Biz.GetDetailView(queryJson); if (list == null) return Json(new { IsSuccess = false, Message = "无数据!" }, "text/html"); var basePath = Se 阅读全文
posted @ 2020-01-10 09:37 yufeiyunsui 阅读(157) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/gygang/p/8954376.html d.data.replace(/LON:/g, "lng:") 阅读全文
posted @ 2020-01-08 10:02 yufeiyunsui 阅读(338) 评论(0) 推荐(0)
摘要: detailList = conn.Query<dynamic>(sql3); foreach (var item in detailList) var sql5 = $"UPDATE vtm_GpsInfo SET USEFLAG='0' WHERE GPSID={item.GPSID}"; co 阅读全文
posted @ 2019-12-26 14:43 yufeiyunsui 阅读(140) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 12 下一页