码迷,mamicode.com
首页 >  
搜索关键字:please    ( 3193个结果
如何在android studio 1.0 启动时设置代理【解决WARN - ateSettings.impl.UpdateChecker - Connection failed.】
今天第一次用android studio,下了个比较新的1.0.1 linux版本,结果启动时老是出现以下错误:[ 6987] WARN - ateSettings.impl.UpdateChecker - Connection failed. Please check your netwo...
分类:移动开发   时间:2014-12-24 00:00:28    阅读次数:230
unity3D 编译警告
1。There are 2 audio listeners in the scene. Please ensure there is always exactly one audio listener in the scene. 解决办法:将后添加相机的Audio Listener移除...
分类:编程语言   时间:2014-12-23 14:01:36    阅读次数:210
Curses library not found. Please install appropriate package
每次安装mysql5.5的时候总会报出一下错误: -- Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES OPENSSL_INCLUDE_DIR)  -- Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)  CMake Error at cmake/r...
分类:移动开发   时间:2014-12-22 21:25:03    阅读次数:191
emulator: ERROR: x86 emulation currently requires hardware acceleration!Please ensure Intel HAXM is properly installed and usable.CPU acceleration status: HAX kernel module is not installed!
Android Studio 1.0 已经放出来了,以后的Android平台开发激昂逐步从Eclipse向Android Studio迁移,为了能不落伍我也特意从Google下载了Android Studio的安装包,并且兴高采烈地创建了我的第一个android项目。但是当运行的时候就他么悲催了。 ...
分类:其他好文   时间:2014-12-22 17:56:19    阅读次数:305
python学习笔记二:流程控制
一、if else:#!/usr/bin/pythonx = int(raw_input('please input:'))if x >= 90: if x >= 95: print 'a+' else: print 'a'elif x >= 80: i...
分类:编程语言   时间:2014-12-22 16:12:37    阅读次数:213
Re-installation failed due to different application signatures
在启动一个模拟器时遇到了这个错误,具体原因未求证,根据提示我猜测是由于一个应用程序有多个数字签名造成的。解决这个问题的方法很简单,就是根据它给出的如下提示:You must perform a full uninstall of the application.Please execute 'adb...
分类:移动开发   时间:2014-12-21 13:53:49    阅读次数:182
Python 读写文件
简单的实例:写输入内容到创建的文件中:import osls = os.linesep #Win is '\r\n' and Linux is '\n'fileName = raw_input('Please enter your file name here:')while True: ...
分类:编程语言   时间:2014-12-21 00:38:01    阅读次数:213
Building Remote+Local *nix Develop Environment(II)
This is the second article(collection) on how to build a *nix development environment by integrating remote servers and local Linux/Mac clients. For the previous article on this topic, please re...
分类:其他好文   时间:2014-12-20 13:01:16    阅读次数:257
[android]android开发中的运行错误之:adb.exe
调试的时候出现一下错误:The connection to adb is down, and a servera error has occured.You must restart adb and Eclipse. Please ensure that adb is correctly locat...
分类:移动开发   时间:2014-12-20 00:44:35    阅读次数:213
运行GoldenGate ddl_setup.sql脚本时报错*** Please move GOLDENGATE to its own tablespace
运行GoldenGate ddl_setup.sql脚本时报错*** Please move GOLDENGATE to its own tablespace...
分类:数据库   时间:2014-12-19 22:06:11    阅读次数:244
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!