码迷,mamicode.com
首页 >  
搜索关键字:please ensure that a    ( 3733个结果
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
设计模式之第0章-单例模式
设计模式之第0章-单例模式 当当当当~首先有请最简单的单例模式登场,先来个自我介绍吧单例模式之自我介绍 我,单例模式(Singleton Pattern)是一个比较简单的模式,我的定义如下: Ensure a class has only one instance,and provide a ...
分类:其他好文   时间:2015-01-15 23:21:30    阅读次数:208
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
linux 访问tomcat 管理页面时 You are not authorized to view this page 403(真实可用)
ava代码 收藏代码 You are not authorized to view this page. If you have not changed any configuration files, please examine the file conf/tomcat-users.xm...
分类:系统相关   时间:2015-01-15 20:18:28    阅读次数:1156
解决 Previous operation has not finihsed; run cleanup if it was interrupted Please execute Cleanup
更新时遇到这个问题,解决方法如下: 把根目录下的.svn目录删除掉,再checkout,然后就会出现下面的加version的action。   疯吻IT...
分类:其他好文   时间:2015-01-14 15:35:45    阅读次数:135
解决 Previous operation has not finihsed; run ‘cleanup’ if it was interrupted Please execute the ‘Cleanup’ command
更新时遇到这个问题,解决方法如下: 把根目录下的.svn目录删除掉,再checkout,然后就会出现下面的加version的action。 疯吻IT
分类:其他好文   时间:2015-01-14 15:30:55    阅读次数:207
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!