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
静态路由协议:动态路由协议:AS(自治系统):执行统一路由策略的一组设备的集合 EGP(外部网关协议): BGP:边界网关协议 IGP(内部网关协议): 距离矢量协议: RIP:V1,V2 IGRP EIGRP 链路状态路由协议: OSP...
分类:
其他好文 时间:
2014-06-28 13:04:39
阅读次数:
179
方法一://调用API[System.Runtime.InteropServices.DllImport("user32", CharSet = System.Runtime.InteropServices.CharSet.Auto, ExactSpelling = true)]public sta...
微软近期Open的职位:Organization Summary:Engineering, Community & Online (ECO) is looking for a great "Software Development Engineer" to join our team. Custom...
分类:
其他好文 时间:
2014-06-24 10:29:18
阅读次数:
237
显示行号: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
安装的时候首先出现
hfs: summary table not allowed on FS withblock size of 2048
错误,然后就是
hfs: could not initializc summary table forOSX Base System
错误。
一开始也不知道是怎么回事,后来在yandex上搜索中找到一篇帖子,它说这是CPU的问题。Mac OS X 10.9不能识别特有的CPU格式,只能识别一部分。于是呢,按照帖子中的做法,首先找到Virtual Box的位置,用命令符的...
分类:
其他好文 时间:
2014-06-22 18:43:15
阅读次数:
268
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
多线程更新已排序的Datagridview数据,触发Datagridview的auto-sort时间,数据重新排序,造成后面更新数据的更新错误。解决方法: 方法一、设置Datagridview的表头属性,DataGridViewColumnSortMode 1. 如果已经有默认的排序表头Da...
分类:
编程语言 时间:
2014-06-21 17:02:25
阅读次数:
296