Petya and Vasya arranged a game. The game runs by the following rules. Players have a directed graph consisting of n vertices and m edges. One of the ...
分类:
其他好文 时间:
2018-03-08 23:00:15
阅读次数:
340
servicenetworkrestart启动报错systemctlstatusnetwork.service查看日志发现exit_code=1办法:1.停止并禁用Networkmanager服务2.删除/etc/udev/rules.d/下的70-xxxxx3.修改network-script下的配置文件mac地址和虚拟机Ipa的mac地址一致重启成功
分类:
其他好文 时间:
2018-03-08 17:30:56
阅读次数:
163
sass可以提高我们的开发效率,怎么在vue的项目中使用sass并且可以设置一些公共的文件呢? 使用sass 1、安装sass的依赖包 2、在 文件夹下的 的`rules`里面添加配置 3、在 文件中修改 标签 ...
分类:
其他好文 时间:
2018-03-05 23:41:14
阅读次数:
552
题目链接:http://codeforces.com/problemset/problem/936/B 题目: Petya and Vasya arranged a game. The game runs by the following rules. Players have a directed ...
分类:
其他好文 时间:
2018-03-03 00:37:26
阅读次数:
343
http://eslint.org/docs/rules/no-tabs http://eslint.org/docs/rules/no-mixed-spaces-and-tabs http://eslint.org/docs/rules/eol-last http://eslint.org/doc... ...
分类:
其他好文 时间:
2018-03-02 20:43:52
阅读次数:
1238
1.题目分析 Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules. The Sudoku board could be partially filled, where empty cells are fil ...
分类:
其他好文 时间:
2018-03-02 01:11:25
阅读次数:
226
VMware/vSphere中新安装好的虚拟机把以下两个文件添加注释后,即可转换为虚拟机模板添加注释[root]# cat /etc/udev/rules.d/70-persistent-net.rules# SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?* ...
分类:
其他好文 时间:
2018-03-01 17:15:59
阅读次数:
185
Centos6更改网卡名的方法: 1、修改皮配置文件/etc/udev/rules.d/70-persistent-net.rules # This file was automatically generated by the /lib/udev/write_net_rules # program ...
分类:
其他好文 时间:
2018-02-28 22:53:03
阅读次数:
326
Linux网卡名改eth0方法步骤一root用户下查看网卡信息 ifconfig –a如果网卡名是ethX的执行步骤二,否则从步骤三开始执行。(X表示任意数字,步骤三开始ethX表示物理网卡名可以是其他名字eg:p3p1、em1等)步骤二下面先把ethX宕掉[root@app1 Desktop]# ifdown ethX找到70-persistent-net.rules文件[root@app1 D
分类:
系统相关 时间:
2018-02-24 20:53:40
阅读次数:
209
1.首先建立数据库 2.建立与之对应的model 3.数据库表名需要用蛇形命名法(单词末尾加s) 例子: 数据库表名 model名称 user Users 具体参考https://douyasi.com/laravel/laravel_project_rules.html ...
分类:
数据库 时间:
2018-02-24 16:45:05
阅读次数:
199