码迷,mamicode.com
首页 >  
搜索关键字:please    ( 3193个结果
批处理删除指定目录及子目录下所有.svn目录
批处理删除指定目录及子目录下所有.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
Android学习----异常(2):Please ensure that adb is correctly located at ' ... '
打开任务管理器,在后台进程中找到 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
myeclipse8.5如何注册,转自他出
Step:1、建立一个任意名称的Java Project2、在该工程中建立一个名文MyEclipseGen的Java文件(MyEclipseGen.java)3、运行下面的代码,会在控制台出现"please input register name:",输入任意一个名字,回车后生成序列号4、点击 My...
分类:系统相关   时间:2015-01-19 08:03:31    阅读次数:214
Android adb.exe程序启动不起来处理方法
经常遇到 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
在C语言中使用scanf语句时遇到的问题总结
在使用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
MFC设置对话框合理性验证的字符串
DDX关联一个控件变量之后,合理性验证往往不是我们所需要的。比如“输入一个整数”“please enter a integer”。   DDX实际上就是一个GetDlgItem的封装调用。为此可以进入工程对应的rc文件,首先把afxres.rc这一个注释掉。然后进入添加一个字符串  如 STRINGTABLE BEGIN AFX_IDP_PARSE_REAL "你好"...
分类:编程语言   时间:2015-01-16 22:21:38    阅读次数:330
perl 打开和关闭文件
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
<add assembly="Microsoft.Office.Tools.Word, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F
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
How to temporally disable IDE tools (load manually)
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!