运用vmware中的克隆虚拟机选项克隆虚拟机。 1.生成mac地址。 2.修改ip地址 vi /etc/sysconfig/network-scripts/ifcfg-eth0 vi /etc/udev/rules.d/70-persistent-net.rules --删除里面的内容。 然后重启。 ...
分类:
其他好文 时间:
2019-11-22 12:00:11
阅读次数:
94
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px" class="demo-ruleForm"> <el-form-item label="活动名称" prop="name"> <el-input ...
分类:
其他好文 时间:
2019-11-22 00:30:02
阅读次数:
80
[20191119]探究ipcs命令输出.txt$ man ipcsIPCS(8) Linux Programmer's Manual IPCS(8)NAME ipcs - provide information on ipc facilitiesSYNOPSIS ipcs [ -asmq ] [ ...
分类:
其他好文 时间:
2019-11-19 12:04:52
阅读次数:
80
1、进入项目目录 2、安装sass的依赖 npm install --save-dev sass-loader npm install --save-dev node-sass 3、在build文件夹下的webpack.base.conf.js的rules里面添加配置(和其它配置项形式一样即可) { ...
分类:
其他好文 时间:
2019-11-18 22:21:27
阅读次数:
249
本人第一次接触重绘和回流也是在一次刷题的时候,那么我就讲一下我对重绘和回流的理解吧 了解浏览器渲染过程 1.根据html元素,生成DOM tree 2.根据css样式表,生成style rules 3.两者结合生成render tree 4.根据位置信息大小等信息,生成layout(回流) 5.根据 ...
分类:
其他好文 时间:
2019-11-16 21:23:18
阅读次数:
75
参考与:https://blog.csdn.net/wsbl52006/article/details/53256705 解决办法: Rules > Remove All Encodings 勾选 ...
分类:
Web程序 时间:
2019-11-13 16:18:08
阅读次数:
140
标题:Automated Generation of VNF Deployment Rules Using Infrastructure Affinity Characterization 使用基础结构亲和性特征自动生成VNF部署规则 摘要 摘要—随着NFV在电信领域的推广势头强劲,需要支持VNF的 ...
分类:
其他好文 时间:
2019-11-13 16:08:44
阅读次数:
71
https://chris.beams.io/posts/git-commit/ The seven rules of a great Git commit message Keep in mind: This has all been said before. For example: Summa ...
分类:
其他好文 时间:
2019-11-12 00:43:53
阅读次数:
64
我们有时候会碰见在JDK或者其他jar包中提供了某方法或者类,接口,而开发工具仍然报红,无法使用该类或者方法,那是应为我们的编译器没有识别,或者没有支持某些方法或者类 这个时候需要我们手动的开启。具体操作如下: 点击添加access rules 编辑规则 修改如下 ...
分类:
Web程序 时间:
2019-11-11 18:38:05
阅读次数:
157
1、vim /etc/udev/rules.d/70-persistent-net.rules 然后删除第一个网卡,eth1改为eth02、修改主机名:vim /etc/sysconfig/network3、修改ip地址:vim /etc/sysconfig/network-script/ifcfg ...
分类:
其他好文 时间:
2019-11-09 16:04:18
阅读次数:
78