码迷,mamicode.com
首页 >  
搜索关键字:cold storage    ( 3341个结果
selenium环境搭建,driver方法简述
准备工作 安装selenium 准备对应版本的geckdriver.exe文件。 http://chromedriver.storage.googleapis.com/index.html 默认都是使用chorme浏览器,版本对应链接如上 chromedriver配置环境变量 如果没有配置chrom ...
分类:其他好文   时间:2020-06-26 13:07:19    阅读次数:50
WebDriver驱动下载地址
Chrome浏览器驱动下载地址:http://chromedriver.storage.googleapis.com/index.html Firfox浏览器驱动下载地址:https://github.com/mozilla/geckodriver/releases IE浏览器驱动下载地址:http ...
分类:Web程序   时间:2020-06-26 12:35:59    阅读次数:522
tensorflow
install $ pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl py2.7: https://storage.googleapi ...
分类:其他好文   时间:2020-06-25 19:22:42    阅读次数:134
安装SmartWiki
从GitHub上拉去SmartWiki的源码: git clone https://github.com/lifei6671/SmartWiki.git 更改目录权限: chmod -R +x SmartWiki cd SmartWiki chmod -R 0777 storage 在根目录执行: ...
分类:其他好文   时间:2020-06-25 19:08:04    阅读次数:154
Statefulset+storageclass+ceph
1.创建kubernetes对接ceph需要的外部客户端rbd-provisioner 注:假如你的kubernetes集群是由kubeadm初始化时,那么kube-controller-manager本身是没有rbd的命令,所以需要添加一个外部插件 quay.io/external_storage ...
分类:其他好文   时间:2020-06-25 16:02:26    阅读次数:60
限制mongoDB内存的方法
docker运行MongoDB,针对于docker容器来进行内存资源的限制 修改MongoDB的运行配置文件,并且重启mongodb storage: dbPath: /var/lib/mongodb journal: enabled: true # engine: mmapv1: smallFil ...
分类:数据库   时间:2020-06-24 00:07:49    阅读次数:116
ASP.NET's Data Storage Objects
ASP.NET's Data Storage Objects Introduction In this brief tutorial, we'll look at five different ASP.NET objects we can use to store data. Two of thes ...
分类:Web程序   时间:2020-06-23 15:18:44    阅读次数:71
使用cookie实现历史搜索记录功能
在学习网易云音乐项目的时候,有一个历史搜索记录的功能, 就是你点击的关键词被记录下来,然后显示在搜索历史记录里; 主要实现方法: 项目中使用的是 'good-storage' : https://www.npmjs.com/package/good-storage 1、npm i good-stor ...
分类:其他好文   时间:2020-06-23 11:39:33    阅读次数:160
Session-State Modes
Session-State Modes ASP.NET session state supports several different storage options for session data. Each option is identified by a value in the Ses ...
分类:其他好文   时间:2020-06-23 10:28:23    阅读次数:59
微信小程序-switchTab 带参解决方法
问题: 在做微信小程序的时候,可能出现跳转到tab页传参的场景,但是微信小程序文档中写了。switchTab不能带参跳转,那么这种情况可以怎么操作呢? 解决: 方法一: wx.setStorageSync('xxx',xxxxxx) 思路就是通过storage来缓存数据,跳转到tab页之后再获取st ...
分类:微信   时间:2020-06-22 18:49:05    阅读次数:417
3341条   上一页 1 ... 10 11 12 13 14 ... 335 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!