ping www.baidu.com ping不通 解决: dhclient ens33 虚拟机重启ip消失,固定ip: 编辑:vim /etc/sysconfig/network-scripts/ifcfg-ens33 将no改为yes即可 ...
分类:
其他好文 时间:
2020-10-31 02:39:26
阅读次数:
26
头一次使用记录一下过程,方便下次过来粘贴 一、构建dockerfile 下面代码存在文件,命名:dockerfile 注意: RUN 尽量合起来写,因为每运行一个RUN都会构建一个新的镜像,下一步在上一步形成的镜像上构建 FROM python:3.6 WORKDIR /code/ STOPSIGN ...
分类:
其他好文 时间:
2020-10-30 12:40:10
阅读次数:
20
1.标题 {$rs.title} 2.内容页网址 {$rs.url} 3.封面图(缩略图) {$rs.picurl} 4.时间 {$rs.time} 5.序号,比如1 2 3 4 5 6 你可以把他放在class里边实现一些不一样的特效 比如class="list_{$i}" {$i} 6.内容介绍 ...
分类:
其他好文 时间:
2020-10-29 10:08:59
阅读次数:
29
/** 原始注解:用途,自己编写的类注入容器使用* @Component* @Controller* @Service* @Repository* 以上4个功能基本一样,类似加入<bean id="userDao" class="cn.UserImpl"></bean>** @Autowired:自 ...
分类:
编程语言 时间:
2020-10-29 09:39:15
阅读次数:
24
最近通过windows server 2012通过cwRsync做双机互为备份,图片同步成功了,但是iis不管怎么设置权限【NET WORK、IIS_USR、EVERYONE等等的权限都已经设置了】都会报如下异常: System.UnauthorizedAccessException: 对路径的访问 ...
文档:app定位.note链接:http://note.youdao.com/noteshare?id=e12e3ec5718bab44675424a09c31737f&sub=DB23973F0F8C425D903D46A869FAC352文档:appium原理.note链接:http://not ...
分类:
移动开发 时间:
2020-10-24 09:43:51
阅读次数:
35
Definition (Nowhere dense set) A set $A$ in a topological space $X$ is nowhere dense if the complement of its closure is dense in $X$, i.e. $\overline ...
分类:
其他好文 时间:
2020-10-22 22:47:57
阅读次数:
24
#安装Scrapy Scrapy是一个Python第三方模块,执行命令直接安装即可: pip install scrapy #了解常见命令 scrapy安装好之后,基本使用命令如下: (venv) e:\work_0720\venv\Scripts>scrapy Scrapy 2.4.0 - no ...
分类:
其他好文 时间:
2020-10-22 22:33:44
阅读次数:
23
MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. P ...
分类:
数据库 时间:
2020-10-20 16:33:15
阅读次数:
35
1、安装nginx yum -y install gcc make zlib-devel pcre pcre-devel openssl-devel sudo yum install -y nginx 2、配置防火墙80与443 sudo firewall-cmd --permanent --zon ...
分类:
其他好文 时间:
2020-10-20 16:25:08
阅读次数:
28