This tutorial will guide you through the steps to modify your initramfs to load all files from / to atmpfs. This will only work with Debian or Ubuntu ...
分类:
系统相关 时间:
2015-05-18 16:27:13
阅读次数:
294
事情是这样的,在一个手机界面的制作中,我发现按钮点击后总会出现一个边框,于是开始搜索解决方案。搜到的解决方案是这样的。a:focus,input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify...
分类:
Web程序 时间:
2015-05-17 21:52:07
阅读次数:
175
基本信息设置:1.nmcliconnectionshow查看设备信息2.nmcliconnectionaddcon-nameleeifnameeth0typeethernetip62015::5设置ipv6的ipipaddrshow查看ip信息ip-6route3.nmcliconnectionmodifyleeipv6.addresses2015::5/112修改子网掩码,最后一位为主机位,128-16=112,默认为128sy..
分类:
其他好文 时间:
2015-05-16 18:41:37
阅读次数:
172
恰当的索引可以加快查询速度,可以分为四种类型:主键、唯一索引、全文索引、普通索引。
主键:唯一且没有null值。
create table pk_test(f1 int not null,primary key(f1));
alter table customer modify id int not null, add primary key(id);
普通索引:允许重复的...
分类:
数据库 时间:
2015-05-16 14:55:22
阅读次数:
225
alter table yourtable modify column yourcolumn varchar( 2000 );
分类:
数据库 时间:
2015-05-16 00:08:09
阅读次数:
131
今天公司因为业务需要,修要修改某个字段数据类型有number(5),变为number(5,2)型要是没有数据的话直接用以下语句即可alter table tb_test modify permile number(5,2);但是有数据的话 就不能用上面方法了,alter table tb_test ...
分类:
数据库 时间:
2015-05-15 10:36:53
阅读次数:
172
Test{
main(args:Array[]):Unit={
elem=newElem=elem.copy(label=)
(newElem)
}
}
分类:
其他好文 时间:
2015-05-12 19:15:47
阅读次数:
115
今天修改自己在sae上面的WordPress文件的时候,因为没在自己的机器上操作,就使用了记事本,结果提交上去就报错了。
报错内容是 Cannot modify header information - headers already sent by (output started a ,下面是报错的界面:
当然这个sae还没有通过认证,而且只是临时测试用的,过几天就...
分类:
Web程序 时间:
2015-05-12 18:53:38
阅读次数:
193
例子:$.ajax({ type: 'POST', url: "/ROOT/modify.do", contentType: "application/json",//如果想以json格式把数据提交到后台的话,这个必须有,...
分类:
Web程序 时间:
2015-05-11 23:31:10
阅读次数:
106
powerdesigner中默认参与者与用例之间的关系线是折线,如图: 如果想设置成直线显示,如下图: 则需要做设置: ?Tools-->Display Preferences 选择最后一项 ?? 3. 选择Format 4. 点“modify",选corners中的最后...
分类:
其他好文 时间:
2015-05-10 22:32:39
阅读次数:
1025