Powershell脚本一个比较强大的功能是可以直接调用.net类库(ps core能调用.net core类库),除了调用系统类库外,也可以调用自己编写的类库,从而扩充我们脚本的功能。本文这里简单的介绍下如何调用.net类库的方法: 首先我们编写一个简单的函数 namespaceClassLibr... ...
分类:
Web程序 时间:
2020-02-26 01:07:02
阅读次数:
99
在Nginx/Tengine服务器上安装证书 https://help.aliyun.com/document_detail/98728.html?spm=5176.2020520163.0.0.3c3856a7A8zZ8s 在IIS服务器上安装SSL证书 https://help.aliyun.c ...
分类:
其他好文 时间:
2020-02-25 09:27:49
阅读次数:
89
利用OCR技术识别图形验证码 安装tesserocr tesserocr GitHub:https://github.com/sirfz/tesserocr tesserocr PyPI:https://pypi.python.org/pypi/tesserocr tesseract 下载地址:ht ...
分类:
其他好文 时间:
2020-02-25 00:31:31
阅读次数:
110
SpringBoot配置SSL同时支持http和https访问:https://blog.csdn.net/qq_38288606/article/details/89478353#comments ...
分类:
编程语言 时间:
2020-02-24 21:04:25
阅读次数:
82
引用: https://www.cnblogs.com/ahdung/p/10489229.html 之前写了一个桌面程序,程序会间歇性访问某个https接口,一直用的好好的,今天突然报错了,异常就发生在访问接口的地方,曰“请求被中止,未能创建 SSL/TLS 安全通道。”,另外有台电脑也有跑该程序 ...
分类:
其他好文 时间:
2020-02-24 15:24:54
阅读次数:
65
一、引入依赖 <dependencies> <!-- 核心启动器, 包括auto-configuration、logging and YAML --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>sprin ...
分类:
编程语言 时间:
2020-02-23 18:11:10
阅读次数:
83
参考 https://blog.csdn.net/qq_36514588/article/details/83897081 https://www.cnblogs.com/guarderming/p/10476028.html 配置文件nginx.config #user nobody;worker ...
分类:
其他好文 时间:
2020-02-22 22:14:47
阅读次数:
82
php curl请求返回NULL解决方法 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); 直接加这个就能返回了 ...
分类:
Web程序 时间:
2020-02-22 22:10:20
阅读次数:
209
When using VDI from NetScaler server html, after open a ica file(Citrix ICA Setting file for icaclient) by Citrix Workspace, an error dialog popup: Yo ...
分类:
其他好文 时间:
2020-02-22 19:44:53
阅读次数:
157
注意:小程序分为前端和后端,前端是上传到微信官网审核的,后端是上传到微擎addons目录的,网站必须开启SSL(https) 1、将下载的小程序解压(解压后我们会得到前端和后端文件),我们将(后端文件里面的文件)上传到网站根目录addons文件目录下,上传后我们进入后台依次点击【系统】-【小程序应用 ...
分类:
微信 时间:
2020-02-22 13:49:03
阅读次数:
134