1.网络配置配置网卡修改 /etc/network/interfaces 添加如下# #号后面是备注,不要添加哦!auto eth0 #开机自动激活iface eth0 inte static #静态IPaddress 192.168.0.56 #本机IPnetmask 255.255.255.0 ...
分类:
其他好文 时间:
2014-06-28 15:30:31
阅读次数:
258
Write-Host "- Begining Download Service Bus..."Start /W "c:\Program Files\Microsoft\Web Platform Installer\WebpiCmd.exe /offline /Products:ServiceBus ...
分类:
其他好文 时间:
2014-06-28 13:10:02
阅读次数:
241
方法一://调用API[System.Runtime.InteropServices.DllImport("user32", CharSet = System.Runtime.InteropServices.CharSet.Auto, ExactSpelling = true)]public sta...
显示行号:Window->Preferences->Gerenal->Editors->Text Editors然后在show line number上打对勾自动提示:Window->Preferences->java->Editor->Cintent Assist->Auto activation...
分类:
系统相关 时间:
2014-06-24 09:00:40
阅读次数:
309
有一表,名曰IPSlot,欲取IP整列字段。sql语句,利用sql server的xml auto将表数据转换成xml=>1 select name=2 STUFF(3 REPLACE(4 REPLACE((select IP from IPSlot for xml auto...
分类:
数据库 时间:
2014-06-23 07:27:52
阅读次数:
428
create table users_ning(id primary key auto_increment,pwd int);
insert into users_ning values(id,1234);
insert into users_ning values(id,12345);
insert into users_ning values(id,12);
insert into...
分类:
数据库 时间:
2014-06-22 21:50:27
阅读次数:
268
最近在客户的一个8i生产库上使用statspack,发现alert中有报错:
Mon Jun 16 13:17:52 2014
Errors in file /oracle/8.1.7/admin/prod/bdump/snp0_96626_prod.trc:
ORA-12012: error on auto execute of job 304
ORA-01631: max # exte...
分类:
数据库 时间:
2014-06-22 20:40:40
阅读次数:
316
1.基本教程学习
大概三天业余时间看完下面两个教程。
HTML文字教程
CSS文字教程
2.练习
看完教程后,做第一练习时,总结如下:
1)div居中
需要设置属性:margin-left:auto; margin-right:auto;
2) 给图片加链接后,图片有边框,消除边框方法:给图片设置属性 border-width:0px;
3)图片相连时,图片间有距离,消除...
分类:
Web程序 时间:
2014-06-22 17:02:52
阅读次数:
253
今天我们来讲vcenter的功能让大家熟悉熟悉这就是一个容器罢了大家根据公司的环境自由搭建这个会经常操作做HA时会用运到以下配置然后我们把esxi41-2的配合改了比如说改改网络配置啥的然后在附加上去前提要进入维护模式导入后在退出维护模式就行了ok今天就讲到这里大家一定要多点..
分类:
其他好文 时间:
2014-06-22 06:33:39
阅读次数:
420
多线程更新已排序的Datagridview数据,触发Datagridview的auto-sort时间,数据重新排序,造成后面更新数据的更新错误。解决方法: 方法一、设置Datagridview的表头属性,DataGridViewColumnSortMode 1. 如果已经有默认的排序表头Da...
分类:
编程语言 时间:
2014-06-21 17:02:25
阅读次数:
296