重启系统。 进入系统引导界面: 按下e键: 选择第二项,内核启动参数设置,按下e键: 在结尾处,输入数字 1或者 英文 " single",再回车: 按下b键启动,此时以单用户模式级别引导启动程序: 启动完之后,命令passwd修改密码,修改完之后,再命令exit,退出重启,登录时使用刚刚修改后.....
分类:
系统相关 时间:
2015-01-24 14:23:48
阅读次数:
219
DescriptionIgnatius likes to write words in reverse way. Given a single line of text which is written by Ignatius, you should reverse all the words an...
分类:
其他好文 时间:
2015-01-23 13:10:17
阅读次数:
115
物理页面 /* * Try to keep the most commonly accessed fields in single cache lines * here (16 bytes or greater). This ordering should be particularly * b.....
分类:
系统相关 时间:
2015-01-22 23:06:34
阅读次数:
208
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...
分类:
其他好文 时间:
2015-01-22 18:08:59
阅读次数:
145
hibernate继承映射以下测试是在mysql中进行的。1、单表方式Animal.javaJava代码@Entity@Inheritance(strategy=InheritanceType.SINGLE_TABLE)@DiscriminatorColumn(name="animalType")@...
分类:
Web程序 时间:
2015-01-22 17:53:03
阅读次数:
211
Copied from http://www.mssqltips.com/sqlservertip/1771/splitting-delimited-strings-using-xml-in-sql-server/DECLARE @t TABLE ( ID INT IDENTITY ,...
分类:
其他好文 时间:
2015-01-22 17:45:02
阅读次数:
179
Ubuntu的默认开机的runlevel是2,可以用runlevel来查看当前的默认运行级别。
runlevel级别定义如下:
0 – Halt,关机模式
1 – Single,单用户模式
2 - Full multi-user with display manager (GUI)
3 - Full multi-user with display manager (GUI)
4 -...
分类:
系统相关 时间:
2015-01-22 15:37:33
阅读次数:
288
Number Sequence
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 34582
Accepted: 9929
Description
A single positive integer i is given. Write a program to fin...
分类:
其他好文 时间:
2015-01-22 15:31:18
阅读次数:
109
Is a loop ? Question descrip as follows :
Assume that wehave a head pointer to a link-list. Also assumethat we know the list is single-linked. Can you come up an algorithm to checkwhether this link list includes a loop by using O(n) time and O(1) ...
分类:
其他好文 时间:
2015-01-22 13:28:16
阅读次数:
229
DescriptionIgnatius likes to write words in reverse way. Given a single line of text which is written by Ignatius, you should reverse all the words an...
分类:
其他好文 时间:
2015-01-21 21:59:44
阅读次数:
192