码迷,mamicode.com
首页 >  
搜索关键字:primary vlan    ( 6724个结果
集群服务器状态命令------rs.status()各个字段的含义
可根据rs.status() 查询集群服务器状态.字段解释:self 这个信息出现在执行rs.status()函数的成员信息中stateStr用户描述服务器状态的字符串。有SECONDARY,PRIMARY,RECOVERING等uptime 从成员可到达一直到现在经历的时间,单位是秒。optime...
分类:其他好文   时间:2014-06-07 05:23:53    阅读次数:326
错误记录seterror的文字不显示
今天开发时遇到个小问题,view.seterror的文字由于和theme重叠而无法显示,以前就遇到过,不过想换种方法。 有人说在style里面加@android:color/primary_text_light @android:color/primary_text_light <!-- Theme customizatio...
分类:其他好文   时间:2014-06-05 07:52:53    阅读次数:190
innodb 自增列重复值问题
1 innodb 自增列出现重复值的问题 先从问题入手,重现下这个buguse test;drop table t1;create table t1(id int auto_increment, a int, primary key (id)) engine=innodb;insert into t...
分类:数据库   时间:2014-06-03 13:24:55    阅读次数:503
Vmware esx/esxi Vlan三种配置模式(VST、EST和VGT)
在Vmwareesx/esxi中使用虚拟Lan(Vlan)时,一般是指Vlan Trunk的使用,使用的Vlan配置还有其它三种类型:Virtual Switch Tagging(虚拟交换机标记,缩写VST)、External SwitchTagging(外部交换机标记,缩写EST)和Vi...
分类:其他好文   时间:2014-06-02 13:34:23    阅读次数:381
washing process sand
Jaw crusher is the most popular primary crushing equipment in mining industry. The jaw crusher is designed to crush all sorts of rock from the hardest...
分类:其他好文   时间:2014-05-30 06:45:00    阅读次数:163
数据库-02
创建表的语法:1:关于表的结构的创建 表的字段有那些,什么数据类型创建表: 主键约束(primary key) 主键不能为空(not null) 一张表只有一个主键,修改表--标识列(identity) --主键约束(primary key)------pk_字段名 --唯一约束(unique)--...
分类:数据库   时间:2014-05-30 01:40:13    阅读次数:279
primary and secondary crusher
Have we missed some critical information from this article? Are you a company, organisation or research group operating in this region and feel you wa...
分类:其他好文   时间:2014-05-28 04:06:31    阅读次数:337
mysql 常用
1.复制表 create table t2 like t1; insert into t2 select * from t1;2.索引 a. ALTER TABLE 用来创建普通索引,UNIQUE 索引和 PRIMARY KEY 索引 ALTER TABLE table_name ADD...
分类:数据库   时间:2014-05-28 01:29:48    阅读次数:335
The primary models
The primary models offer hydraulically adjusted wedges for quick and easy adjustments to closed side settings. All sizes incorporate a fixed jaw die c...
分类:其他好文   时间:2014-05-26 18:15:58    阅读次数:344
我的毕业论文:企业网组网工程模拟
一、拓扑二、论文目录目录摘要....IAbstract..II绪论....11企业网建设的原则....22企业网需求分析....32.1企业总部网络拓扑分析....32.2企业分部网络拓扑分析....32.3企业局域网需求划分....42.4企业VLAN需求划分....42.5企业广域网接入需求分析....52.6企业总部与分部局域网接..
分类:其他好文   时间:2014-05-25 08:17:31    阅读次数:339
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!