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;
阅读全文
.net 调用 Java编写的WebService
摘要:经常使用.net访问第三方系统接口,特别是访问Java编写的WebService经常碰到各种各样的问题,例如: 1.添加Web引用出错,使用wsdl生成代理类过程出错(这个问题困扰我很久,可能是wsdl格式解释的问题吧,具体未找到原因) 2.不能添加Web引用(对方给的接口地址,根本得不到WSDL)
阅读全文
解决 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
阅读全文