四种都是存储数据的方式。 1. localStorage 1. 本地存储 2. 存储容量5M 3. 存储周期:一直存在 4. 不能跨域 2. sessionStorage 1. 本地存储 2. 存储容量5M(各浏览器不同) 3. 存储周期: 页面打开期间;页面关闭,数据消失 4. 不能跨域 3. c ...
分类:
其他好文 时间:
2020-01-18 10:55:35
阅读次数:
113
FastDFS 是用 c 语言编写的一款开源的分布式文件系统。FastDFS 为互联网量身定制, 充分考虑了冗余备份、负载均衡、线性扩容等机制,并注重高可用、高性能等指标,使用 FastDFS 很容易搭建一套高性能的文件服务器集群提供文件上传、下载等服务。 FastDFS 架构包括 Tracker ...
分类:
其他好文 时间:
2020-01-17 13:22:22
阅读次数:
86
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
1.拉去镜像 docker pull qbanxiaoli/fastdfs 2.启动fastdfs docker run -d --restart=always --privileged=true --net=host --name=fastdfs -e IP={IP} -e WEB_PORT=80 ...
分类:
编程语言 时间:
2020-01-16 19:11:12
阅读次数:
180
### 下载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