posts - 139,  comments - 10,  views - 21万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
08 2020 档案
C# GZip对字符串压缩和解压
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.IO.Compression; using System.Data; 阅读全文
posted @ 2020-08-18 22:16 ldsweely 阅读(271) 评论(0) 推荐(0) 编辑
.net 调用 Java编写的WebService
摘要:经常使用.net访问第三方系统接口,特别是访问Java编写的WebService经常碰到各种各样的问题,例如: 1.添加Web引用出错,使用wsdl生成代理类过程出错(这个问题困扰我很久,可能是wsdl格式解释的问题吧,具体未找到原因) 2.不能添加Web引用(对方给的接口地址,根本得不到WSDL) 阅读全文
posted @ 2020-08-17 14:43 ldsweely 阅读(244) 评论(0) 推荐(0) 编辑
解决 sun.security.validator.ValidatorException: PKIX path building failed:
摘要:错误信息: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCer 阅读全文
posted @ 2020-08-16 21:53 ldsweely 阅读(4820) 评论(1) 推荐(0) 编辑

点击右上角即可分享
微信分享提示