1 断开虚拟机添加一块硬盘
推荐scsi
2 查看新硬盘:
fdisk -l 包括u盘 软盘 硬盘
brave@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 42.9 GB, 42949672960 bytes
255 heads, 63 sectors/track, 5221 cylinders, total 838...
分类:
系统相关 时间:
2014-09-16 23:46:11
阅读次数:
435
JOSMis an extensible editor for?OpenStreetMap(OSM) written in?Java7.Currently it supports loading stand-alone GPX tracks and GPX track data from the O...
分类:
其他好文 时间:
2014-09-15 15:39:59
阅读次数:
362
给你一个矩形的长宽比,中间为矩形两端为圆弧的跑道周长为400,求长宽。
我的做法:
反正两边的圆弧可以随便做,那么为了方便起见,就直接用长宽的一半做直角三角形的斜长做圆弧的半径
求出周长的缩小比例
我的代码:
#include
#include
#include
#include
#include
#include
#include
#includ...
分类:
其他好文 时间:
2014-09-07 23:52:46
阅读次数:
383
SoundPool在实际应用中可能会遇到的一些奇葩的问题:
1、AudioFlingercould not create track, status:-12
SoundPool在创建的maxStream这个参数代表能够同时播放的最大音效数,这里切忌合理使用,写的太大后会报AudioFlingercould
not create track, sta...
分类:
其他好文 时间:
2014-09-04 19:10:20
阅读次数:
187
Cheapest Palindrome
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 5868
Accepted: 2853
Description
Keeping track of all the cows can be a tricky task so...
分类:
其他好文 时间:
2014-09-03 15:01:56
阅读次数:
289
从centos6.0以来,kvm虚拟机时钟配置这里,都使用的是localtime,工作也很正常。<clockoffset=‘localtime‘>
<timername=‘rtc‘tickpolicy=‘catchup‘track=‘guest‘>
<catchupthreshold=‘123‘slew=‘120‘limit=‘10000‘/>
</timer>
<timername=‘pit‘tick..
分类:
其他好文 时间:
2014-09-01 10:52:03
阅读次数:
396
新增两块硬盘,来进行实验:
[root@jp ~]# fdisk -l
Disk /dev/sda: 107.3 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot ...
分类:
系统相关 时间:
2014-08-28 09:42:29
阅读次数:
424
Minimum Transport Cost
Time Limit: 2 Seconds Memory Limit: 65536 KB
These are N cities in Spring country. Between each pair of cities there may be one transportation track or none. Now ther...
分类:
其他好文 时间:
2014-08-27 13:07:27
阅读次数:
235
EHCAche源码分析:首先看缓存类CacheManagerpublic class CacheManager { //该类在默认情况下读取CLASSPATH下的ehcache.xml文件,并且是单例模式创建新的缓存类 /** * Keeps track of all known C...
分类:
其他好文 时间:
2014-08-26 17:02:56
阅读次数:
191
查看现有的分区[root@server~]#fdisk-l
Disk/dev/sda:21.5GB,21474836480bytes
255heads,63sectors/track,2610cylinders
Units=cylindersof16065*512=8225280bytes
Sectorsize(logical/physical):512bytes/512bytes
I/Osize(minimum/optimal):512bytes/512bytes
Diskidentifier..
分类:
其他好文 时间:
2014-08-26 11:52:46
阅读次数:
274