批处理删除指定目录及子目录下所有.svn目录Java代码 @REM 根据用户输入,删除指定目录及子目录下所有.svn目录 @echo off :inputPath set DESTINATION_PATH=: set /p DESTINATION_PATH="Please input the roo...
分类:
其他好文 时间:
2015-01-21 11:29:44
阅读次数:
168
打开任务管理器,在后台进程中找到 kadb,结束这个进程,重新启动eclipse。
分类:
移动开发 时间:
2015-01-21 10:09:56
阅读次数:
119
1 #!/bin/bash 2 3 if [ $# -ne 1 ] 4 then 5 echo 'please input one ' 6 fi 7 path=$1 8 declare -A wow 9 10 while read line;11 do 12 ftype=`fil...
分类:
其他好文 时间:
2015-01-19 20:41:39
阅读次数:
149
Step:1、建立一个任意名称的Java Project2、在该工程中建立一个名文MyEclipseGen的Java文件(MyEclipseGen.java)3、运行下面的代码,会在控制台出现"please input register name:",输入任意一个名字,回车后生成序列号4、点击 My...
分类:
系统相关 时间:
2015-01-19 08:03:31
阅读次数:
214
经常遇到 Please ensure that adb is correctly located at 'D:\java\sdk\platform-tools\adb.exe' and can be executed.遇到问题描述:运行android程序控制台输出[2012-07-18 16:18:...
分类:
移动开发 时间:
2015-01-19 00:13:33
阅读次数:
290
在使用visual studio2013编写c语言代码时,遇到了这样的几个小问题,进行如下的总结。1, 关于使用scanf语句报错的解决方案1#include int main(void){ char ch; printf("Please enter a character.\n");...
分类:
编程语言 时间:
2015-01-18 22:30:02
阅读次数:
298
DDX关联一个控件变量之后,合理性验证往往不是我们所需要的。比如“输入一个整数”“please enter a integer”。
DDX实际上就是一个GetDlgItem的封装调用。为此可以进入工程对应的rc文件,首先把afxres.rc这一个注释掉。然后进入添加一个字符串
如
STRINGTABLE
BEGIN
AFX_IDP_PARSE_REAL "你好"...
分类:
编程语言 时间:
2015-01-16 22:21:38
阅读次数:
330
1 #!/usr/bin/perl -w 2 use strict; 3 4 #print "please input a string\n"; 5 #my $line = ; 6 #print $line; 7 8 #wirte a file 9 open(FH, ">aa.txt") or...
分类:
其他好文 时间:
2015-01-16 18:57:15
阅读次数:
155
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required
to service this request. Please review the specific e...
分类:
其他好文 时间:
2015-01-16 11:23:04
阅读次数:
726
It is possible to prevent theIDE Toolsfrom being loaded automatically when starting Visual Studio.To do this, please follow these steps:1) In the Visu...
分类:
其他好文 时间:
2015-01-15 21:46:46
阅读次数:
198