首先查看数据盘的信息,找到新添加的数据盘,如/dev/xvdbfdisk
-l然后将数据盘分区fdisk /dev/xvdb#然后根据提示#输入 n ,表示设定新的分区#输入 p ,表示Primary
partition(主分区)#输入 1 ,表示只分1个区。再次查看数据盘的信息,便会发现数据盘分区...
分类:
其他好文 时间:
2014-05-14 06:57:25
阅读次数:
256
数据库索引类型和引擎一、数据库索引1、索引的优缺点优点:能够加快查询速度(相当于书的目录)缺点:会降低插入、更新表的速度,需要占用磁盘存储空间2、索引的类型INDEX:普通索引UNIQUE:唯一索引FULLTEXT:全文索引PRIMARYKEY:主键FOREIGNKEY:外键*不同的索引有不同的作..
分类:
数据库 时间:
2014-05-13 00:52:56
阅读次数:
1435
The complete set of limestone crushing plant
are consists of primary crusher, secondary crusher, tertiary (fineness) crusher,
feeding equipment, scree...
分类:
其他好文 时间:
2014-05-12 00:18:37
阅读次数:
346
The Universal MaxCap Impact Primary Crusher
features the best of both the Andreas and New Holland Style Primary Crushers. It
offers a large expansion ...
分类:
其他好文 时间:
2014-05-10 22:47:22
阅读次数:
396
--测试表CREATE TABLE [dbo].[Employee] ( [EmployeeNo]
INT PRIMARY KEY, [EmployeeName] [nvarchar](50) NULL, [CreateUser] [nvarchar](50)
NULL, [...
分类:
数据库 时间:
2014-05-10 19:23:09
阅读次数:
451
什么叫DCD
DataContact Detect(DCD)
1.首先是DCD
2.然后是Primary detection
3.然后是Secondary detection
检测充电的条件是VBUS>VOTG_SESS_VLD
检测流程
1.DCD
阶段
打开IDP_SRC与RDM_DWN,检测D+上的电压和VLGC_LOW比较.如果VDP小于VLG...
分类:
其他好文 时间:
2014-05-09 21:02:41
阅读次数:
377
con.execute "CREATE tblImg (lngId COUNTER PRIMARY
KEY, binImg IMAGE)"set
ads=createobject("adodb.stream")ads.type=1ads.mode=3ads.openads.loadFromFile ...
分类:
数据库 时间:
2014-05-08 19:26:02
阅读次数:
376
SELECT A.TABLE_NAME 表英文名, A.TAB_COMMENTS 表中文名,
A.COLUMN_ID 序号, A.COLUMN_NAME 英文名, A.COMMENTS 中文名, B.PRIMARY_KEY 主键,
substr(A.DATA_TYPE,1,instr(A.DATA_...
分类:
数据库 时间:
2014-05-08 19:25:11
阅读次数:
415
表结构如下:mysql> show create table
user\G;*************************** 1. row *************************** Table:
userCreate Table: CREATE TABLE `user...
分类:
数据库 时间:
2014-05-08 15:15:51
阅读次数:
416
-- 主键设置:xx_id number(24) primary key 1 create
sequence XX_seq --序列名称 2 increment by 1 -- 每次加几个 3 start with 1 -- 从1开始计数 4
nomaxvalue --N...
分类:
数据库 时间:
2014-05-08 10:01:35
阅读次数:
390