摘要: public static Image UrlToImage(string url) { try { WebClient mywebclient = new WebClient(); byte[] Bytes = mywebclient.DownloadData(url); using (Memor 阅读全文
posted @ 2022-11-07 23:57 半、枫 阅读(3142) 评论(0) 推荐(0)
摘要: JsonSerializer serializer = new JsonSerializer(); StringWriter sw = new StringWriter(); serializer.Serialize(new JsonTextWriter(sw), groupList); strin 阅读全文
posted @ 2022-11-07 23:55 半、枫 阅读(304) 评论(0) 推荐(0)
摘要: List<ChemicalInventory> listInventory = new List<ChemicalInventory>(); foreach( ChemicalInventory Inventory = new ChemicalInventory(); //赋值省略 listInve 阅读全文
posted @ 2022-11-07 23:52 半、枫 阅读(825) 评论(0) 推荐(0)
摘要: 1、使用for xm path select a.c_id,(select [value] = stuff((select ','+max(checkcontent) from RiskControlEvaluateUnitRecordAnalysisRelationRequire detail w 阅读全文
posted @ 2022-08-17 22:31 半、枫 阅读(65) 评论(0) 推荐(0)
摘要: select count(*) from SafeInspectionPlanRecord s --安全巡查记录 OUTER APPLY( SELECT TOP 1 * FROM safeInspectionplanrecordpointunititem WHERE recordid =s.c_id 阅读全文
posted @ 2022-08-05 00:08 半、枫 阅读(39) 评论(0) 推荐(0)