今天正准备开始做实验,打开挂起来的虚拟机的时候突然报错了,Exception0xc0000006(diskerrorwhilepaging)hasoccurred尝试了好几次都是这个错误。我的里边装的是一个SCCM2012,花了4个小时的时间才搭建好,这个坏了的话岂不是得重新搭建了,我以为这下完了。郁闷死了!后来找了..
分类:
其他好文 时间:
2015-05-20 18:48:17
阅读次数:
208
有时候我们需要抓取整个u盘为iso文件,这个iso可以用来刻录光盘,当然还可以利用软件把他再烧回到其他的u盘里。
linux的一个命令,恰好满足了我们的第一个需要。我们以vbox虚拟机下运行的ubuntu为例。而windows下的绿色软件Win32 disk imager则满足了我们的第二个需求。
------------------------------------------------...
分类:
系统相关 时间:
2015-05-20 16:26:42
阅读次数:
220
Given a 2D board and a list of words from the dictionary, find all words in the board.Each word must be constructed from letters of sequentially adjac...
分类:
其他好文 时间:
2015-05-20 13:07:43
阅读次数:
123
(1)其实手工ghost很简单,正确操作的话是不会有什么问题的,在PE下,打开ghost程序(2)按任意键进入ghost操作界面,出现ghost菜单,我们现在只用到Local菜单项,下面有三个子项:Disk(硬盘备份与还原)、Partition(磁盘分区备份与还原)、Check(硬盘检测),我们手工...
分类:
其他好文 时间:
2015-05-20 00:19:02
阅读次数:
127
For example,Given height = [2,1,5,6,2,3],return 10.解题思路:参考Problem H: Largest Rectangle in a Histogram 第四种思路,或者翻译版Largest Rectangle in Histogram@LeetCo...
分类:
编程语言 时间:
2015-05-19 20:43:54
阅读次数:
174
Given a set ofnon-overlappingintervals, insert a new interval into the intervals (merge if necessary).You may assume that the intervals were initially...
分类:
其他好文 时间:
2015-05-19 12:30:28
阅读次数:
129
Make Interfaces Easy to Use Correctly and Hard to Use IncorrectlyScott MeyersONE OF THE MOST COMMON TASKS in software development is interface specification. Interfaces occur at the highest level of ab...
分类:
其他好文 时间:
2015-05-19 10:39:20
阅读次数:
102
以当前虚拟机里的系统为宿主机,为其增加一块新的虚拟硬盘(后缀为vmdk的)创建为单个文件用fdisk命令查看新的硬盘信息Disk/dev/sda:21.4GB,21474836480bytes
255heads,63sectors/track,2610cylinders
Units=cylindersof16065*512=8225280bytes
DeviceBootStartEndBlocksIdSys..
分类:
系统相关 时间:
2015-05-19 07:19:38
阅读次数:
221
GIT reset命令,似乎让人很迷惑,以至于误解,误用。但是事实上不应该如此难以理解,只要你理解到这个命令究竟在干什么。首先我们来看几个术语HEAD这是当前分支版本顶端的别名,也就是在当前分支你最近的一个提交Indexindex也被称为staging area,是指一整套即将被下一个提交的文件集合...
分类:
其他好文 时间:
2015-05-19 00:30:09
阅读次数:
242
官方是这样说的:Directory to use for "scratch" space in Spark, including map output files and RDDs that get stored on disk. This should be on a fast, local di...
分类:
其他好文 时间:
2015-05-18 18:19:14
阅读次数:
232