public class Storage{ // 仓库最大存储量 private final int MAX_SIZE = 100; // 仓库存储的载体 private LinkedList<Object> list = new LinkedList<Object>(); // 生产产品 publ ...
分类:
其他好文 时间:
2020-04-04 22:38:56
阅读次数:
78
kubernetes的EFK部署标签(空格分隔):kubernetes系列一:kubernetes的EFK部署一:kubernetes的EFK部署1.1关于pod的日志信息cd/var/log/containers/lsls-lrt*1.2kubernetes的EFK部署添加Googleincubator仓库helmrepoaddincubatorhttp://storage.googleapis
分类:
Web程序 时间:
2020-04-03 18:01:14
阅读次数:
131
共同点: 都是保存在浏览器端、且同源的 不同点: 1.cookie数据始终在同源的http请求中携带(即使不需要),即cookie在浏览器和服务器间来回传递。 cookie数据还有路径(path)的概念,可以限制cookie只属于某个路径下 sessionStorage和localStorage不会 ...
分类:
其他好文 时间:
2020-04-02 21:09:00
阅读次数:
78
最近(以及预感接下来的一年)会读很多很多的paper......不如开个帖子记录一下读paper心得 New Hardware / non volatile memory .... Streaming .... Cloud / Distributed PolarFS: An Ultra-low La ...
分类:
数据库 时间:
2020-04-02 00:54:56
阅读次数:
96
一、为什么会出现Spring Cloud Alibaba 什么是维护模式? 将模式置于维护模式,意味着 Spring Cloud 团队将不会再向模块添加新功能了。我们将修复 block 级别的 bug 以及安全问题,我们也会考虑并审查社区的小型 pull request。我们打算继续支持这些模块,直 ...
分类:
编程语言 时间:
2020-04-01 17:54:27
阅读次数:
85
目录结构[root@fastdfs]#tree..├──conf│├──client.conf│├──http.conf│├──mime.types│├──mod_fastdfs.conf│├──nginx.conf│├──storage.conf│└──tracker.conf├──Dockerfile├──fastdfs.sh└──source├──fastdfs-nginx-module.t
分类:
其他好文 时间:
2020-03-31 19:12:47
阅读次数:
71
挂载的sdcard默认组 aid_sdcard_r ,www-data没有写权限如果给 aid_sdcard_r 和 www-data 添加到 aid_media_rw ,则 www-data 就能读写 sdcard usermod -a -G aid_media_rw aid_sdcard_rus ...
分类:
移动开发 时间:
2020-03-29 21:29:43
阅读次数:
144
1、配置FastDFS环境准备工作 1.1、安装环境依赖包gcc、libevent yum install -y gcc gcc-c++ libevent 1.2、下载相关文件包 附上下载地址:https://github.com/happyfish100/ 1.3、解压libfastcommon, ...
分类:
其他好文 时间:
2020-03-28 20:01:24
阅读次数:
131
什么是开发环境与生产环境 ? 环境,就是指项目运行的地方,当项目处于开发阶段,项目运行在开发人员的电脑上,项目所处的环境就是开发环境。当项目开发完成以后,要将项目放到真实的网站服务器电脑中运行,项目所处的环境就是生产环境。 为什么要区分开发环境与生产环境 ? 因为在不同的环境中,项目的配置是不一样的 ...
分类:
其他好文 时间:
2020-03-27 21:56:43
阅读次数:
220
InnoDB Notes Incompatible Change: The InnoDB storage engine can no longer be disabled. The --skip-innodb option is deprecated and has no effect, and i ...
分类:
数据库 时间:
2020-03-27 21:26:41
阅读次数:
97