今天第一次用android studio,下了个比较新的1.0.1 linux版本,结果启动时老是出现以下错误:[ 6987] WARN - ateSettings.impl.UpdateChecker - Connection failed. Please check your netwo...
分类:
移动开发 时间:
2014-12-24 00:00:28
阅读次数:
230
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
每次安装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
Android Studio 1.0 已经放出来了,以后的Android平台开发激昂逐步从Eclipse向Android Studio迁移,为了能不落伍我也特意从Google下载了Android Studio的安装包,并且兴高采烈地创建了我的第一个android项目。但是当运行的时候就他么悲催了。 ...
分类:
其他好文 时间:
2014-12-22 17:56:19
阅读次数:
305
一、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
在启动一个模拟器时遇到了这个错误,具体原因未求证,根据提示我猜测是由于一个应用程序有多个数字签名造成的。解决这个问题的方法很简单,就是根据它给出的如下提示:You must perform a full uninstall of the application.Please execute 'adb...
分类:
移动开发 时间:
2014-12-21 13:53:49
阅读次数:
182
简单的实例:写输入内容到创建的文件中: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
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
调试的时候出现一下错误: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...
分类:
数据库 时间:
2014-12-19 22:06:11
阅读次数:
244