OpenSSL1.1.1没有libeay.dll和ssleay.dll https://www.openssl.org/source/old/1.0.2/openssl-1.0.2j.tar.gz http://slproweb.com/products/Win32OpenSSL.html 程序运行 ...
分类:
其他好文 时间:
2020-04-04 11:56:08
阅读次数:
149
前言:Cadence是一个比AD更加强大的电路设计IDE,因此掌握Cadence也是提升自我的一大路径。 建立原理图库 1.打开Orcad Capture CIS , 选择File-New-Library. 2.选中.olb文件,右键:New Part,建立新的元器件原理图库。 3.绘制一个矩形外框 ...
分类:
其他好文 时间:
2020-04-03 21:48:51
阅读次数:
150
Publish .net standard library with all it's dependencies? 回答1 At the time of writing, it looks like it's by design and there's quite some fuss and con ...
分类:
Web程序 时间:
2020-04-03 18:05:51
阅读次数:
78
代码: *** Settings *** Library RequestsLibrary *** Test Cases *** 聚合数据 手机号码归属地查询--get请求 Create Session telephonesearch http://apis.juhe.cn &{params}= Cr ...
分类:
其他好文 时间:
2020-04-02 22:58:54
阅读次数:
348
注意: RF的post请求中必须带headers(消息头),否则会报参数为空。 代码: *** Settings *** Library RequestsLibrary *** Test Cases *** 聚合数据 天气预报查询--post请求 Create Session weathersear ...
分类:
其他好文 时间:
2020-04-02 22:53:01
阅读次数:
246
场景: 在某个异步循环中 需要执行某个阻塞任务(例如文件读写., 保存图片等) 如果这个时候直接在异步事件循环中直接运行, 那么所有任务都会阻塞在这里, 明显是不行的 解决方案: https://docs.python.org/3/library/asyncio-eventloop.html#exe ...
分类:
其他好文 时间:
2020-04-01 22:08:32
阅读次数:
85
2.1 jieba 2.1.1 jieba简介 Jieba中文含义结巴,jieba库是目前做的最好的python分词组件。首先它的安装十分便捷,只需要使用pip安装;其次,它不需要另外下载其它的数据包,在这一点上它比其余五款分词工具都要便捷。另外,jieba库支持的文本编码方式为utf-8。 Jie ...
分类:
其他好文 时间:
2020-03-31 14:23:24
阅读次数:
282
cd $(brew --prefix)/Homebrew/Library/Taps/homebrew/homebrew-core/Formula git log --follow icu4c.rb git checkout -b icu4c-63.1 bc0c97952453ff6afc146aa3 ...
分类:
Web程序 时间:
2020-03-30 19:23:59
阅读次数:
211
https://hsivonen.fi/modern-cpp-in-rust/ Since version 56, Firefox has had a new character encoding conversion library called encoding_rs. It is writte ...
分类:
编程语言 时间:
2020-03-29 21:26:15
阅读次数:
81
Changes in MySQL 5.6.30 (2016-04-11, General Availability) Security Notes The linked OpenSSL library for the MySQL Commercial Server has been updated ...
分类:
数据库 时间:
2020-03-29 10:57:48
阅读次数:
103