码迷,mamicode.com
首页 >  
搜索关键字:please ensure that a    ( 3733个结果
Android 安装错误汇总
1、Installation error: INSTALL_FAILED_VERSION_DOWNGRADE       Please check logcat output for more details.       Launch canceled!      原因:            因为android:versionCode的原因,我们手机里面安装了同名的App且andr...
分类:移动开发   时间:2015-08-28 15:35:45    阅读次数:141
android sdk更新后出现please update ADT to the latest version的解决方法
昨天晚上更新了下SDK,然后就睡觉了,今天早上起来发现了一个问题,大概得意思就说我们的android sdk版本更新到了新的版本,但是之前下的是旧的,需要更新。但是我又不想更新,然后我就去找了下资料。最后发现在sdk下面的tools下面有个文件plugin.prop,将其中的版本,修改为现在的版本,...
分类:移动开发   时间:2015-08-28 15:28:17    阅读次数:182
快速排序python实现
#--×--coding:utf-8-*-def main(): nlist = [] while 1: tmp = raw_input("Please input your element,end by -1") if int(tmp ) == -1: ...
分类:编程语言   时间:2015-08-28 10:53:58    阅读次数:179
调用python 报R6034 错误
R6034 指的是:”An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more inform...
分类:编程语言   时间:2015-08-27 14:47:33    阅读次数:260
php大力力 [021节]mysql表名在mac下不能大写
2015-08-27 php大力力021.mysql表名在mac下不能大写刚才数据库里面,phpMyAdmin狂出错。Some errors have been detected on the server!Please look at the bottom of this window.Notic...
分类:数据库   时间:2015-08-27 07:10:47    阅读次数:351
Cannot find autoconf. Please check your autoconf installation
运行/usr/local/webserver/php/bin/phpize时出现: [root@example.comxcache-3.2.0]#/usr/local/php/bin/phpize Configuringfor: PHPApiVersion:20131106 ZendModuleApiNo:20131226 ZendExtensionApiNo:220131226 Cannotfindautoconf.Pleasecheckyourautoconfinstallationandth..
分类:其他好文   时间:2015-08-27 00:47:54    阅读次数:163
启动php-fpm报错:please specify user and group other than root
安装好PHP之后启动报错:启动php-fpm报错:please specify user and group other than root, pool 'default修改 php-fpm.conf (/usr/local/php/etc/php-fpm.conf)Unix user of pro...
分类:Web程序   时间:2015-08-26 17:40:16    阅读次数:453
Python ->> 第一个Python程序
#coding:utf-8print 'input your name, please'name = raw_input('请输入你的名字:'.decode('utf-8').encode('gbk'))print '你好!'.decode('utf-8').encode('gbk'), name
分类:编程语言   时间:2015-08-26 15:43:54    阅读次数:129
运行phpize时出现:Cannot find autoconf. Please check your autoconf installation
运行/usr/local/webserver/php/bin/phpize时出现:Configuring for:PHP Api Version: 20041225Zend Module Api No: 20060613Zend Extension Api No: 220060519Cannot f...
分类:Web程序   时间:2015-08-26 15:31:01    阅读次数:138
hdu 5104 Primes Problem (素数+递推)
Problem DescriptionGiven a number n, please count how many tuple(p1, p2, p3) satisfied that p1 2 #include 3 using namespace std; 4 const int N=10005; ...
分类:其他好文   时间:2015-08-25 20:53:06    阅读次数:90
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!