错误描述:1.TFS的Site无法访问,显示:Service UnavailableHTTP Error 503. The service is unavailable.问题原因:1.域帐号换了密码。解决方法: 1.使用TfsConfig.exe: CMD定位到C:\Program Files\.....
分类:
其他好文 时间:
2014-09-04 16:32:59
阅读次数:
947
#includeint main() { printf("hello world \n"); return 0;}this is my first C program. And I will use c to realize all Category in this wiki page....
分类:
其他好文 时间:
2014-09-04 16:30:49
阅读次数:
158
1.安装JDK 安装好JDK后,再配置JDK的环境变量: 在“我的电脑”上点右键—>“属性”—>“高级”—> “环境变量(N)”。 新建系统变量JAVA_HOME:C:/Program Files/Java/jdk1.5.0_06; 新建系统变量CLASSPATH:.;%...
分类:
其他好文 时间:
2014-09-04 15:11:29
阅读次数:
162
No.0Press "Esc" to show main menu=============================================No.1tyep "elinks" to start the program, or add a domain name,for example...
分类:
其他好文 时间:
2014-09-04 13:13:49
阅读次数:
172
partial关键字的用法:把partial放在class, struct, interface关键字的前面,以用来把类,结构,接口放在多个文件中。 // Program 位于两个不同的源文件BigClassPart1.cs和BigClassPart2.cs// BigClassPart1.csp....
分类:
其他好文 时间:
2014-09-04 13:11:19
阅读次数:
187
点击启动安装向导,如下图提示:
按步骤,逐步点击“下一步”进行安装,偶有几步需要注意,以下列举出这几步,建议如下设置:
(1)、样本不选择
(2)、修改路径,建议D:\Program\IBM\ WebSphere\AppServer路径,此处作者由于习惯使用以下路径,如图所示:
(3)、WebSphere Application Server环境选择“无...
分类:
其他好文 时间:
2014-09-04 00:12:07
阅读次数:
287
扩展方法使你能够向现有类型“添加”方法,而无需创建新的派生类型、重新编译或以其他方式修改原始类型。扩展方法是一种特殊的静态方法,但可以像扩展类型上的实例方法一样进行调用。以上是msdn官网对扩展方法的描述,现在我通过一个情景例子来对此进行阐释。假设一个控制台程序class Program{}里面的主...
分类:
其他好文 时间:
2014-09-04 00:09:07
阅读次数:
157
10.1 `ls': List directory contents==================================The `ls' program lists information about files (of any type, includingdirectories)...
分类:
系统相关 时间:
2014-09-03 19:44:07
阅读次数:
450
[cpp]view plaincopy#include#include#includeusingnamespacestd;usingnamespaceboost::program_options;intmain(intargc,char*argv[]){stringone;//外部变量存储参数one...
分类:
其他好文 时间:
2014-09-03 16:37:56
阅读次数:
233
ABAP作为一种面向特定应用的第四代编程语言.最早在20世纪80年代开发。它原本是作为一种报表语言应用在SAP R/2上,这是一个帮助大型公司在大型机上建立原材料管理和财务会计管理商务应用的平台。 SAP ABAP开发是一种高级企业应用编程语言,英文全称为Advanced Business Ap.....
分类:
其他好文 时间:
2014-09-03 14:47:47
阅读次数:
256