安装genymotion后出现无法创建虚拟设备的解决办法
如果你安装系统的用户名中含有中文,而且使用到上篇文章所说的方法安装VirtualBox后,当你正确安装genymotion后创建虚拟机时如果出现Unable to create virtual device.Failed to attach disk.这种提示信息,原因是因为你部署虚拟设备的路径中还有中文,解决办法如下:
1、打开gen...
分类:
其他好文 时间:
2015-02-07 11:49:42
阅读次数:
155
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server ad...
分类:
Web程序 时间:
2015-02-06 18:30:17
阅读次数:
185
Error:A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugCompile'.
> Could not find com.android.support:support-v4:19.0.0.
Req...
分类:
移动开发 时间:
2015-02-06 13:19:37
阅读次数:
1169
Spring MVC例子http://www.cnblogs.com/liukemng/p/3724379.html详解:http://jinnianshilongnian.iteye.com/blog/1752171Servlethttp://www.cnblogs.com/xdp-gacl/ta...
分类:
编程语言 时间:
2015-02-06 00:35:05
阅读次数:
187
打开cmd1.查看所有进程占用的端口输入:netstat –ano(查看所有进程,查找相应占用端口的程序的pid)直接查看占用指定端口的程序的pid输入:netstat -ano|findstr "指定端口号"(例如:netstat -ano|findstr 8080)2.根据pid查找进程名称ta...
分类:
系统相关 时间:
2015-02-05 21:48:26
阅读次数:
240
1.android studio 导入开源项目源码时要注意与自己包的冲突 比如 你有一个com.xxxx的包,而需要导入的是com.xx.yy 你就不能把整个包复制过来,否则会报can't resolve symbil...
因为它根据com会到你原来的包中去找相关的类。所以考的时候 只需把 xx.yy 考的你原有的 com目录下即可。
2.获取屏幕宽度: 第一种:
/**
...
分类:
其他好文 时间:
2015-02-05 18:34:26
阅读次数:
216
在项目中用了汉字正则表达式,编译并运行,Eclipse控制台输出如下异常信息:
Unable to execute dex: Cannot merge new
index 65993 into a non-jumbo instruction!?
Conversion to Dalvikformat failed: Unable to execute dex: Cannot merge new...
分类:
其他好文 时间:
2015-02-05 18:29:47
阅读次数:
141
通过Spark SQL External Data Sources JDBC实现将RDD的数据写入到MySQL数据库中。jdbc.scala重要API介绍:/** * Save this RDD to a JDBC database at `url` under the table name `ta...
分类:
数据库 时间:
2015-02-05 17:52:44
阅读次数:
1163