5 life lessons you will learn the hard way1.It takes consistent time and effort to be an expert in any area.无论想成为哪个领域的专家,都需要持之以恒地付出时间和努力。This is the f...
分类:
其他好文 时间:
2014-08-26 09:44:45
阅读次数:
346
1)环境准备在关机状态下新添加一块磁盘对新加入的磁盘进行分区,并挂载至指定目录[root@host1~]#fdisk-l/dev/sdb
Disk/dev/sdb:5368MB,5368709120bytes
255heads,63sectors/track,652cylinders
Units=cylindersof16065*512=8225280bytes
Sectorsize(logical/physical):512bytes..
分类:
系统相关 时间:
2014-08-26 03:08:55
阅读次数:
393
An index is used to speed up searching in the database.By default, when you create this table, your data will be stored on disk and sorted by the "Id"...
分类:
数据库 时间:
2014-08-25 22:30:34
阅读次数:
407
之前在贴吧看到有人安装CentOS-7.0各种出错,我就写这一篇CentOS 7的安装教程供新手们参考。
我们安装CentOS有两种方法一种是通过光盘引导,一种通过U盘引导。
如果用光盘需将CD-ROM Drive的优先级调至最高,
U盘则将Removable Devices优先级调至最高。
注意事项:在安装完毕后记得将Hard Drive调至最高。因为若依旧选择启动优先读取移动设备的话,...
分类:
其他好文 时间:
2014-08-25 15:06:04
阅读次数:
229
Description
Dear Uncle Jack is willing to give away some of his collectable CDs to his nephews. Among the titles you can find very rare albums of Hard Rock, Classical Music, Reggae and much more;...
分类:
编程语言 时间:
2014-08-25 15:04:04
阅读次数:
222
du的英文为:disk usage,含义是磁盘空间使用情况,功能是逐级进入指定目录的每一个子目录并显示该目录占用文件系统数据块的情况,如果没有指定目录,则对当前的目录进行统计。面对对象时目录文件,而不是其他普通文件NAME du - estimate file space usageSYNOPSIS...
分类:
其他好文 时间:
2014-08-25 13:15:58
阅读次数:
184
一、基础1、说明:创建数据库CREATE DATABASE database-name 2、说明:删除数据库drop database dbname3、说明:备份sql server--- 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk', '...
分类:
数据库 时间:
2014-08-25 13:14:04
阅读次数:
305
5 life lessons you will learn the hard way五条垂暮之年才明白的道理Life is not easy when you are pursuing something worthwhile and ready to learn from the best exp...
分类:
其他好文 时间:
2014-08-25 11:31:04
阅读次数:
275
Clustered Index: Clustered index defines the way in which data is ordered physically on the disk. And there can only be one way in which you can order...
分类:
其他好文 时间:
2014-08-24 20:46:13
阅读次数:
270
创建、管理LVM:创建分区Disk/dev/xvdc:2147MB,2147483648bytes
255heads,63sectors/track,261cylinders
Units=cylindersof16065*512=8225280bytes
Sectorsize(logical/physical):512bytes/512bytes
I/Osize(minimum/optimal):512bytes/512bytes
Diskidentifier:0xd199e24a
De..
分类:
其他好文 时间:
2014-08-24 19:28:44
阅读次数:
387