码迷,mamicode.com
首页 >  
搜索关键字:bgs library    ( 9106个结果
OpenSSL1.1.1没有libeay.dll和ssleay.dll
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
Orcad Capture CIS 绘制原理图库
前言: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?
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
RF接口测试----get请求
代码: *** Settings *** Library RequestsLibrary *** Test Cases *** 聚合数据 手机号码归属地查询--get请求 Create Session telephonesearch http://apis.juhe.cn &{params}= Cr ...
分类:其他好文   时间:2020-04-02 22:58:54    阅读次数:348
RF接口测试----post请求
注意: RF的post请求中必须带headers(消息头),否则会报参数为空。 代码: *** Settings *** Library RequestsLibrary *** Test Cases *** 聚合数据 天气预报查询--post请求 Create Session weathersear ...
分类:其他好文   时间:2020-04-02 22:53:01    阅读次数:246
asyncio时间循环中运行阻塞任务
场景: 在某个异步循环中 需要执行某个阻塞任务(例如文件读写., 保存图片等) 如果这个时候直接在异步事件循环中直接运行, 那么所有任务都会阻塞在这里, 明显是不行的 解决方案: https://docs.python.org/3/library/asyncio-eventloop.html#exe ...
分类:其他好文   时间:2020-04-01 22:08:32    阅读次数:85
中文分词工具简介与安装教程(jieba、nlpir、hanlp、pkuseg、foolnltk、snownlp、thulac)
2.1 jieba 2.1.1 jieba简介 Jieba中文含义结巴,jieba库是目前做的最好的python分词组件。首先它的安装十分便捷,只需要使用pip安装;其次,它不需要另外下载其它的数据包,在这一点上它比其余五款分词工具都要便捷。另外,jieba库支持的文本编码方式为utf-8。 Jie ...
分类:其他好文   时间:2020-03-31 14:23:24    阅读次数:282
php icu4c 降级
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
How I Wrote a Modern C++ Library in Rust
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
Mysql:Changes in MySQL 5.6.30 (2016-04-11, General Availability):--ssl-mode:
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
9106条   上一页 1 ... 35 36 37 38 39 ... 911 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!