1, 拉取镜像 docker pull portainer/portainer 2,运行portainer镜像 docker run -d -p 9002:9000 --restart=always -v /var/run/docker.sock:/var/run/docker.sock --nam ...
分类:
其他好文 时间:
2020-04-01 14:40:59
阅读次数:
271
注意:无特殊说明,Flutter版本及Dart版本如下: Flutter版本: 1.12.13+hotfix.5 Dart版本: 2.7.0 MediaQuery 通常情况下,不会直接将MediaQuery当作一个控件,而是使用 获取当前设备的信息,用法如下: 此方式必须放在MediaQuery作用 ...
分类:
其他好文 时间:
2020-03-30 21:32:28
阅读次数:
55
when trying the sample code of "link_crawler3.py", it will always fail with below message: /usr/bin/python3 /home/cor/webscrappython/Web_Scraping_with ...
分类:
编程语言 时间:
2020-03-30 16:24:22
阅读次数:
94
题目 When register on a social network, you are always asked to specify your hobbies in order to find some potential friends with the same hobbies. A “s ...
分类:
其他好文 时间:
2020-03-28 23:13:05
阅读次数:
76
There is a problem when I login into Ubuntu in GUI, it always loop in the GUI login. I searched in internet, there are lots of solutions, but only bel ...
分类:
系统相关 时间:
2020-03-26 10:50:56
阅读次数:
94
Linux sudo命令 Linux sudo命令以系统管理者的身份执行指令,也就是说,经由 sudo 所执行的指令就好像是 root 亲自执行。 使用权限:在 /etc/sudoers 中有出现的使用者。 参数说明: -V 显示版本编号 -h 会显示版本编号及指令的使用方式说明 -l 显示出自己( ...
分类:
系统相关 时间:
2020-03-26 01:16:21
阅读次数:
89
redis有两种持久化方式,aof和rdb,aof相当于日志记录操作命令,rdb相当于数据的快照。安全性来讲由于aof的记录能够精确到秒级追加甚至逐条追加,而rdb只能是全量复制,aof明显高于rdb。但是从性能来讲rdb就略胜一筹,rdb是redis性能最大化的体现,它不用每秒监控是否有数据写入, ...
分类:
其他好文 时间:
2020-03-22 01:15:10
阅读次数:
61
题目描述: To prepare for PAT, the judge sometimes has to generate random passwords for the users. The problem is that there are always some confusing pass ...
分类:
其他好文 时间:
2020-03-21 23:48:04
阅读次数:
134
docker 部署 tomcat 1.docker pull tomcat 拉取tomcat镜像 2.docker images 查看镜像 3.docker run --name tomcat --restart=always -p3306:3306 -v$PWD/test:/usr/local/t ...
分类:
其他好文 时间:
2020-03-18 18:39:45
阅读次数:
52
One kind of a little bit pessimistic truths is that our life is companied with Stressors from time to time, among which catching the deadline, facing ...
分类:
其他好文 时间:
2020-03-16 23:50:44
阅读次数:
84