查看当前分区状态:[root@localhost~]#fdisk-culDisk/dev/sda:21.5GB,21474836480bytes255heads,63sectors/track,2610cylinders,total41943040sectorsUnits=sectorsof1*512=512bytesSectorsize(logical/physical):512bytes/512bytesI/Osize(minimum/optimal):512bytes/512bytes..
分类:
其他好文 时间:
2014-07-26 03:13:57
阅读次数:
286
使用repo sync时,如果当前仓库有检出本地分支,假设为dev, 对应的远程track分支为origin/dev。 而manifest.xml中指定的track分支为origin/master,那么在repo sync时会自动将当前的dev分支的远程track分支修改为origin/master, 不仅如此,同时还会将origin/master上的修改rebase到本地的这个dev分支上。...
分类:
其他好文 时间:
2014-07-24 10:42:38
阅读次数:
302
Description
There are so many different religions in the world today that it is difficult to keep track of them all. You are interested in finding out how many different religions students in your ...
分类:
其他好文 时间:
2014-07-17 16:02:36
阅读次数:
264
每一块硬盘都由一个或多个盘片组成,每一个盘片都有两个可以读写的盘面组成。硬盘的逻辑组成:磁道(Track):盘片的同心圆就称为磁道。柱面(Cylinder):所有盘片的同一个磁道就组成了柱面。柱面是分区的最小单位。扇区(Sector):存储数据的最小单位。每一个扇区为512字节..
分类:
其他好文 时间:
2014-07-15 11:54:08
阅读次数:
243
Implement a function to check if a binary tree is a binary search tree./* The inorder travel of a BST is strictly increasing. We track the pre node of...
分类:
其他好文 时间:
2014-07-13 22:27:09
阅读次数:
344
磁道:track扇区:sector磁头:head柱面:cylinder每个扇区,512字节每个磁道划分为63个扇区逻辑磁头(盘面)数设为255 一个柱面的大小 =255 * 63 * 512 = 8M硬盘或分区的容量=柱面大小 * 柱面数[root@localhost ~]# fdisk -l .....
分类:
系统相关 时间:
2014-07-13 19:39:31
阅读次数:
344
DescriptionThere are so many different religions in the world today that it is difficult to keep track of them all. You are interested in finding out ...
分类:
其他好文 时间:
2014-07-13 08:17:12
阅读次数:
267
0.加载虚拟硬盘:1.添加磁盘,查看磁盘状况 [root@db1/]#fdisk-lDisk/dev/sda:10.7GB,10737418240bytes255heads,63sectors/track,1305cylindersUnits=cylindersof16065*512=8225280...
分类:
系统相关 时间:
2014-07-12 16:17:26
阅读次数:
257
添加一块新SATA磁盘4Glinux-0k5g:~ # fdisk -lDisk /dev/sda: 8589 MB, 8589934592 bytes255 heads, 63 sectors/track, 1044 cylindersUnits = cylinders of 16065 * 51...
分类:
系统相关 时间:
2014-07-12 14:13:14
阅读次数:
313
webkit浏览器css设置滚动条主要有下面7个属性::-webkit-scrollbar滚动条整体部分,可以设置宽度啥的::-webkit-scrollbar-button滚动条两端的按钮::-webkit-scrollbar-track外层轨道::-webkit-scrollbar-track-...
分类:
Web程序 时间:
2014-07-03 18:49:57
阅读次数:
267