Let's go
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 58 下一页
摘要: 1. List<string> planIDList = new List<string>(); planIDList.Add(strPlanid); planIDList = planIDList.Distinct().ToList();//去重 2. 常用树形结构数据处理 public List 阅读全文
posted @ 2020-09-13 12:08 chenze 阅读(150) 评论(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 阅读(1201) 评论(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 阅读(194) 评论(0) 推荐(0)
摘要: 机器:win10环境:.net4.5HTTP 错误 500.21 - Internal Server Error处理程序“ExtensionlessUrlHandler-Integrated-4.0”在其模块列表中有一个错误模块“ManagedPipelineHandler”引起原因:win10锁定 阅读全文
posted @ 2020-08-18 18:05 chenze 阅读(791) 评论(0) 推荐(0)
摘要: 一. private void button1_Click(object sender, EventArgs e) { string url = "localhost"; byte[] responseArray = null; using (WebClient webClient = new We 阅读全文
posted @ 2020-07-20 09:41 chenze 阅读(239) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 58 下一页
有事您Q我