Let's go
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 58 下一页
摘要: 1.BeginInvoke来实现异步 Action action = new Action(delegate () { try { //这儿执行操作 } catch (Exception ex) { } }); action.BeginInvoke(null, null); 2.使用线程 HttpC 阅读全文
posted @ 2020-10-06 10:00 chenze 阅读(165) 评论(0) 推荐(0)
摘要: 1. List<string> planIDList = new List<string>(); planIDList.Add(strPlanid); planIDList = planIDList.Distinct().ToList();//去重 2. 常用树形结构数据处理 public List 阅读全文
posted @ 2020-09-13 12:08 chenze 阅读(135) 评论(0) 推荐(0)
摘要: 生成vb文件指令 使用vs开发人员命令提示符 来执行以下指令 1. -- 指令 wsdl.exe /l:vb /n:webser /out:C:/LoginProxyService.vb http://192.168.1.2/services/Login?wsdl 2.本地的webservice生成 阅读全文
posted @ 2020-09-07 09:07 chenze 阅读(1176) 评论(0) 推荐(0)
摘要: 1.j获取select值 var obj = document.getElementById(”testSelect”); //定位id var index = obj.selectedIndex; // 选中索引 var text = obj.options[index].text; // 选中文 阅读全文
posted @ 2020-08-24 20:14 chenze 阅读(185) 评论(0) 推荐(0)
摘要: 机器:win10环境:.net4.5HTTP 错误 500.21 - Internal Server Error处理程序“ExtensionlessUrlHandler-Integrated-4.0”在其模块列表中有一个错误模块“ManagedPipelineHandler”引起原因:win10锁定 阅读全文
posted @ 2020-08-18 18:05 chenze 阅读(767) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 58 下一页
有事您Q我