会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Let's go
橘子皮很陈
----------青春看似荒唐,没人会选择投降(今日事,今日毕)
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
16
17
18
19
20
21
22
23
24
···
58
下一页
2020年9月13日
常用C#处理
摘要: 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)
2020年9月7日
将wsdl类型的接口生成本地文件
摘要: 生成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)
2020年8月24日
JS 下拉框问题汇总
摘要: 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)
2020年8月18日
处理程序“ExtensionlessUrlHandler-Integrated-4.0”在其模块列表中有一个错误模块“ManagedPipelineHandler”
摘要: 机器:win10环境:.net4.5HTTP 错误 500.21 - Internal Server Error处理程序“ExtensionlessUrlHandler-Integrated-4.0”在其模块列表中有一个错误模块“ManagedPipelineHandler”引起原因:win10锁定
阅读全文
posted @ 2020-08-18 18:05 chenze
阅读(791)
评论(0)
推荐(0)
2020年7月20日
窗体调用第三方接口
摘要: 一. 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
下一页
公告