码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
TensorFlow-cpu优化及numpy优化
1,TensorFlow-cpu优化 当你使用cpu版TensorFlow时(比如pip安装),你可能会遇到警告,说你cpu支持AVX/AVX2指令集,那么在以下网址下载对应版本。 https://github.com/fo40225/tensorflow-windows-wheel 具体使用git ...
分类:其他好文   时间:2019-11-21 13:40:41    阅读次数:110
stream根据条件过滤List<Object>
List<String> filterUser= new ArrayList<>(); filterUser.add("张三"); List<User> userList = new ArrayList<>(); userList .add(new User("张三")); userList .ad ...
分类:其他好文   时间:2019-11-21 13:40:12    阅读次数:1065
JAVA获取微信小程序openid和获取公众号openid,以及通过openid获取用户信息
https://www.cnblogs.com/lxwt/p/10154540.html?tdsourcetag=s_pcqq_aiomsg 一,首先说明下这个微信的openid 为了识别用户,每个用户针对每个公众号会产生一个安全的OpenID,如果需要在多公众号、移动应用之间做用户共通,则需前往微 ...
分类:微信   时间:2019-11-21 13:38:36    阅读次数:119
fork 可能导致subprocess崩溃
https://docs.python.org/zh-cn/3/library/multiprocessing.html 在 3.8 版更改: 对于 macOS,spawn 启动方式是默认方式。 因为 fork 可能导致subprocess崩溃,被认为是不安全的,查看 bpo-33725 。 ...
分类:其他好文   时间:2019-11-21 13:37:49    阅读次数:66
error connection reset by peer 104
connection reset by peer的常见原因 1.服务器的并发连接数超过了其承载量,服务器会将其中一些连接关闭;2. errno = 104错误表明你在对一个对端socket已经关闭的的连接调用write或send方法,在这种情况下,调用write或send方法后,对端socket便会 ...
分类:其他好文   时间:2019-11-21 12:29:49    阅读次数:61
truffle init Error:连接不到github网址
问题描述: 输入truffle init 输出 Error: Error making request to https://raw.githubusercontent.com/truffle-box/bare-box/master/truffle.js. Got error: connect EC ...
分类:其他好文   时间:2019-11-21 12:29:24    阅读次数:161
MFC 下拉框Combo Box
下拉框常用的事件是Change事件 【参考】https://www.bilibili.com/video/av52921336?p=15 ...
分类:编程语言   时间:2019-11-21 12:17:06    阅读次数:78
关于前端持续cicd的学习资料
1.让自动化工作流解放你的双手(jenkins+gitlab,主要是jenkins) https://mp.weixin.qq.com/s/sZxfhuuea9w4QMVvBUpXzw 2.持续集成环境选择:Jenkins VS gitlab-ci https://blog.csdn.net/xin ...
分类:其他好文   时间:2019-11-21 12:15:09    阅读次数:49
淘宝爬取图片和url
刚开始爬取了 百度图片和搜狗图片 但是图片不是很多,随后继续爬取淘宝图片,但是淘宝反爬比较厉害 之前的方法不能用 记录可行的 淘宝爬取 利用selenium爬取 https://cloud.tencent.com/developer/article/1151774 github https://gi ...
分类:Web程序   时间:2019-11-21 12:13:48    阅读次数:133
C# Installer Projects 打包工具
Installer Projects(Microsoft Visual Studio Installer Projects) vs => 菜单栏 => 工具 => 扩展和更新 https://marketplace.visualstudio.com/items?itemName=VisualStud ...
分类:Windows程序   时间:2019-11-21 12:11:50    阅读次数:312
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!