runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 80 下一页

2021年3月4日

摘要: 引用:https://www.cnblogs.com/moonbaby/p/11188135.html 1)显示本机保存的profiles,配置文件是以wifi的ssid命名的. netsh wlan show profiles 2)用netsh wlan connect name=xxxxx 连接 阅读全文
posted @ 2021-03-04 15:24 runliuv 阅读(837) 评论(0) 推荐(0)

2021年2月12日

摘要: 解决方法: 换个USB口。 阅读全文
posted @ 2021-02-12 22:48 runliuv 阅读(78) 评论(0) 推荐(0)

2021年2月5日

摘要: 参考:https://jingyan.baidu.com/article/29697b911c1c4cab20de3c0f.html 1.打开 http://www.tenaa.com.cn/ ,点击网上服务 2.点击“证书查询”命令 3.在“证书查询”页面,点击“显示更多查询条件”命令。 4.在“ 阅读全文
posted @ 2021-02-05 11:15 runliuv 阅读(700) 评论(0) 推荐(0)

2021年1月28日

摘要: C# JAVA UrlEncode,UrlEncodeUtil,CSharpToJavaUrlEncode 说明: C# JAVA urlencode 默认是不兼容的。C# 需要encode的部分是小写。JAVA 需要encode的部分是大写。 using System.Text; using Sy 阅读全文
posted @ 2021-01-28 12:15 runliuv 阅读(278) 评论(0) 推荐(0)

2021年1月26日

摘要: 请求被中止: 未能创建 SSL/TLS 安全通道。 用mmc 给私钥证书添加Everyone 的权限。 阅读全文
posted @ 2021-01-26 10:10 runliuv 阅读(202) 评论(0) 推荐(0)

2021年1月20日

摘要: using System.Security.Cryptography.X509Certificates; namespace CommonUtils { public class CertUtil { /// <summary> /// 使用证书commonName来查找。(也可以用指纹或序列号来找 阅读全文
posted @ 2021-01-20 10:44 runliuv 阅读(487) 评论(0) 推荐(0)

摘要: public static bool CheckValidationResult(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors) { #region 自签名证书,跳过 if (! 阅读全文
posted @ 2021-01-20 10:42 runliuv 阅读(773) 评论(0) 推荐(0)

2021年1月13日

摘要: 用telnet 能通。但代码的HTTP 访问不了。 解决方法,在运行时加-Dserver.address=0.0.0.0,让它监听所有: java -Dserver.address=0.0.0.0 -Dfile.encoding=utf-8 -jar scn.jar 如果 SpringBoot启动时 阅读全文
posted @ 2021-01-13 16:53 runliuv 阅读(195) 评论(0) 推荐(0)

2021年1月12日

摘要: 打开TLS 1.1和1.2而不影响其他协议 System.Net.ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12; 注意是 |= 引用:https://cl 阅读全文
posted @ 2021-01-12 11:03 runliuv 阅读(253) 评论(0) 推荐(0)

2020年12月30日

摘要: 环境: VS2019 SQL SERVER 2012 一、在数据库(db1)创建表结构 “db1”是数据库名,“Table1”是表名。 USE [db1] GO /****** Object: Table [dbo].[Table1] Script Date: 2020/12/30 10:14:54 阅读全文
posted @ 2020-12-30 10:30 runliuv 阅读(498) 评论(0) 推荐(0)

上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 80 下一页