修复克隆虚拟机文件 # vi /etc/udev/rules.d/70-persistent-net.rules ...
分类:
系统相关 时间:
2017-07-21 01:32:01
阅读次数:
216
混合指令和前面的 %SelecterName有点相似,都是不引用就不会被编译的。 参照:Sass--@Rules指令 混合指令引用需要@include,后者需要@extend 编译后 在外部直接引用混合指令 编译后和上面的结果是一样的。 ~END ...
分类:
其他好文 时间:
2017-07-19 17:53:01
阅读次数:
133
G. The jar of divisors Alice and Bob play the following game. They choose a number N to play with. The rules are as follows: - They write each number ...
分类:
其他好文 时间:
2017-07-17 21:58:16
阅读次数:
129
1.安装svn 2.配置 3.配置单个项目 ###### A match can be inverted by prefixing the rule with '~'. Rules can### grant read ('r') access, read-write ('rw') access, o ...
分类:
其他好文 时间:
2017-07-17 00:34:19
阅读次数:
292
题目 Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules. The Sudoku board could be partially filled, where empty cells are filled ...
分类:
其他好文 时间:
2017-07-15 13:52:51
阅读次数:
201
文件导入 @import "fileName.scss" 文件导入后,其变量和指令都可以在这个文件中使用 例 1 1.scss global.scss 终端 global.scss编译后 但这样会导致1.scss文件也被编译一次,生成不必要的1.css 分音 如果需要导入scss文件,又不需要其被编 ...
分类:
其他好文 时间:
2017-07-15 11:16:00
阅读次数:
189
Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules. The Sudoku board could be partially filled, where empty cells are filled wit ...
分类:
其他好文 时间:
2017-07-11 21:06:40
阅读次数:
193
删除网络配置文件/etc/sysconfig/network-script/ifcfg-eth0中的“HWADDR=...”以及“UUID=...”这两行清空原设备的MAC地址>/etc/udev/rules.d/70-persistent-net.rules重启系统reboot
分类:
系统相关 时间:
2017-07-11 14:49:52
阅读次数:
182
以前对Http中Referer的认识不够透彻。最近理了理,记录一下。 1 Referer可以记录访问的来源,统计访问量,可以用来防盗链。 2 客户端用js不能篡改Referer,用一些插件什么的可以达到伪造的目的。 3 可以使用Fiddler修改Referer。 选择 fiddler窗口的rules ...
分类:
Web程序 时间:
2017-07-11 11:17:44
阅读次数:
319
var pinyin = (function (){ var Pinyin = function (ops){ this.initialize(ops); }, options = { checkPolyphone: false, charcase: 'default' }; Pinyin.fn = ...
分类:
Web程序 时间:
2017-07-11 09:41:32
阅读次数:
352