码迷,mamicode.com
首页 >  
搜索关键字:hard disk    ( 4451个结果
【Linux】lvm基础操作
新增两块硬盘,来进行实验: [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
HDU1097 A hard puzzle
A hard puzzle Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 29415    Accepted Submission(s): 10581 Problem Description lcy gives ...
分类:其他好文   时间:2014-08-27 22:00:18    阅读次数:232
经典SQL语句大全
一、基础1、说明:创建数据库CREATE DATABASE database-name 2、说明:删除数据库drop database dbname3、说明:备份sql server--- 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk', '...
分类:数据库   时间:2014-08-27 16:04:48    阅读次数:437
经典SQL语句大全
一、基础1、说明:创建数据库CREATE DATABASE database-name 2、说明:删除数据库drop database dbname3、说明:备份sql server--- 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk', '...
分类:数据库   时间:2014-08-26 19:29:36    阅读次数:384
UVA - 11014 Make a Crystal
Description Problem C Make a Crystal Input: Standard Input Output: StandardOutput   A scientist is trying hard to make a very large crystal, a largecrystal of Carbon to be specific. He belie...
分类:其他好文   时间:2014-08-26 15:35:26    阅读次数:203
【linux】Linux软连接和硬链接
1.Linux链接概念 Linux链接分两种,一种被称为硬链接(Hard Link),另一种被称为符号链接(Symbolic Link)。默认情况下,ln命令产生硬链接。【硬连接】 硬连接指通过索引节点来进行连接。在Linux的文件系统中,保存在磁盘分区中的文件不管是什么类型都给它分配一个编号,称为...
分类:系统相关   时间:2014-08-26 15:21:36    阅读次数:342
(转)经典SQL查询语句大全
一、基础1、说明:创建数据库CREATE DATABASE database-name2、说明:删除数据库drop database dbname3、说明:备份sql server--- 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk', 't...
分类:数据库   时间:2014-08-26 13:07:56    阅读次数:272
vm虚拟机下centos6.2挂载新硬盘操作记录
查看现有的分区[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
无论想成为哪个领域的专家,都需要持之以恒地付出时间和努力(转)
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 11:29:55    阅读次数:255
每日一句(2014-8-26)
When life gets hard and you want to give up,remember thatlife is full of ups and downs, and without the downs,the upswould mean nothing当生活很艰难,你想要放弃的时候...
分类:其他好文   时间:2014-08-26 11:07:35    阅读次数:287
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!