系统启动时按住Shift以进入Grub界面,选择recovery进入。然后点击promptrootshell进入root环境,此时的文件系统为read-only。执行mount-oremount,rw/后便可对文件系统进行修改。
分类:
系统相关 时间:
2014-12-16 15:21:50
阅读次数:
217
Implement regular expression matching with support for '.' and
'*'.
'.' Matches any single character.
'*' Matches zero or more of the preceding element.
The matching should cover the entire input...
分类:
其他好文 时间:
2014-12-16 15:12:03
阅读次数:
153
CentosLinux系统密码破解本破解使用单用户模式手工破解使用系统:Centos5/6进入开机界面时,按“↓”进入GRUB界面,如下图所示:根据提示按“e”编辑,会出现如下图所示:选择第2选项,继续按“e”编辑,在最后添加“single”,如下图所示:按“Enter”键保存,会自动回到上级..
分类:
系统相关 时间:
2014-12-16 06:36:11
阅读次数:
300
The Fundamentals of Three-Phase Power Measurements Application NoteIntroductionAlthough single-phase electricity is used to supply common domestic and...
分类:
其他好文 时间:
2014-12-15 21:47:14
阅读次数:
373
Implement regular expression matching with support for '.' and '*'.'.' Matches any single character.'*' Matches zero or more of the preceding element....
分类:
其他好文 时间:
2014-12-15 18:48:32
阅读次数:
160
NSDataDetector是NSRegularExpression的子类,主要用于检测半结构化的数据:日期,地址,电话号码,正则表达式等等。
typedef NS_OPTIONS(uint64_t, NSTextCheckingType) { // a single type
NSTextCheckingTypeOrthography = 1ULL << 0,...
分类:
其他好文 时间:
2014-12-15 12:16:29
阅读次数:
199
----- BEGIN LICENSE ----- Andrew Weber Single User License EA7E-855605 813A03DD 5E4AD9E6 6C0EEB94 BC99798F 942194A6 02396E98 E62C9979 4BB979FE 9...
分类:
其他好文 时间:
2014-12-15 10:17:15
阅读次数:
371
1、Razor注释:@* *@的格式2、Razor通过4种标记方式来确定指定区域的代码是服务器端代码,即在html中插入C#代码:行内(Inline)标记,比如: @ViewBag.Name单行(Single Line)标记,比如: @{ var name = "Slark";} @{ Re...
分类:
其他好文 时间:
2014-12-14 19:57:01
阅读次数:
253
本题最机巧的O(n)解法最早由1337c0d3r于2013.11.26发布在leetcode。之后看到类似的,都系转载、引用或抄袭。(原文:https://oj.leetcode.com/discuss/857/constant-space-solution)
大多数转载都写得语焉不详,有的甚至据为己有。本帖旨在全面解析该算法。
如下:
int singleNumber(int A[], i...
分类:
其他好文 时间:
2014-12-14 14:40:03
阅读次数:
161
看了一些资料,然后花一个多小时写的,有些句子可能不太对...
Material Design
Nowadays, softwares are everywhere we can see and the user interface of every single one of them is quite different. In some aspects, it’...
分类:
其他好文 时间:
2014-12-13 21:51:45
阅读次数:
383