pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.14.0-py3-none-any.whl ...
分类:
编程语言 时间:
2020-01-18 18:08:36
阅读次数:
1207
四种都是存储数据的方式。 1. localStorage 1. 本地存储 2. 存储容量5M 3. 存储周期:一直存在 4. 不能跨域 2. sessionStorage 1. 本地存储 2. 存储容量5M(各浏览器不同) 3. 存储周期: 页面打开期间;页面关闭,数据消失 4. 不能跨域 3. c ...
分类:
其他好文 时间:
2020-01-18 10:55:35
阅读次数:
113
https://www.cnblogs.com/pengc/p/8714475.html https://segmentfault.com/a/1190000017962411 token:https://www.cnblogs.com/nickjiang/p/9148136.html ...
分类:
其他好文 时间:
2020-01-17 11:53:27
阅读次数:
65
我使用浏览器缓存local storage做设计。 设计时候我们本应该第一步进入首页,但我们就进行一个设计转换,我们先进一个临时页面。 第一步:判断local storage是否有我们特定设计的缓存,叫launchFlag吧! 第二步:我们可以进行一个判断跳转,有我们就去首页,没有我们就去温情页。 ...
分类:
其他好文 时间:
2020-01-17 10:09:54
阅读次数:
112
先了解什么是off-cpu On-CPU: where threads are spending time running on-CPU. Off-CPU: where time is spent waiting while blocked on I/O, locks, timers, paging ...
分类:
其他好文 时间:
2020-01-17 09:30:41
阅读次数:
121
### 下载repo索引文件 ### chase@giga:~$ curl https://storage.googleapis.com/git-repo-downloads/repo -o repo % Total % Received % Xferd Average Speed Time Tim ...
分类:
移动开发 时间:
2020-01-16 10:49:29
阅读次数:
199
主页面类 Exadata主页面 Exadata Database Machine and Exadata Storage Server Supported Versions (Doc ID 888828.1) ODA主页面 Oracle Database Appliance - 18.7 , 18. ...
分类:
其他好文 时间:
2020-01-15 11:46:58
阅读次数:
152
<script> const stream = weex.requireModule('stream'); const storage = weex.requireModule('storage')// const jbtoken = storage.getItem("teacherToken",( ...
分类:
其他好文 时间:
2020-01-15 10:16:39
阅读次数:
131
/etc/init.d/usbarbitrator stopchkconfig usbarbitrator off esxcli storage core device list |grep -i usb ls /dev/disks/ partedUtil delete /dev/disks naa ...
分类:
其他好文 时间:
2020-01-14 16:16:49
阅读次数:
393
Android6.0运行时权限简介:http://unclechen.github.io/2016/03/05/Android6.0%E8%BF%90%E8%A1%8C%E6%97%B6%E6%9D%83%E9%99%90%E7%AE%80%E4%BB%8B/ Android6.0权限适配之WRIT ...
分类:
移动开发 时间:
2020-01-13 20:11:16
阅读次数:
101