Android 运行到setContentView(R.layout.splash);总是出现如下的错误:java.lang.RuntimeException: Unable to start activity ComponentInfo{com.esri.localtiledlayer/com.l...
分类:
移动开发 时间:
2015-06-26 12:28:19
阅读次数:
231
用VC解决Python模块源码编译中的“Unable to find vcvarsall.bat”问题。...
分类:
编程语言 时间:
2015-06-26 00:36:19
阅读次数:
228
虚拟机中的centos7安装vbox的增强工具报错Building the main Guest Additions module [FAILED]查看日志发现unable to find the sources of your current Linux ker...
分类:
其他好文 时间:
2015-06-25 21:12:07
阅读次数:
144
原因一:xxx的错误,若为R.layout.main 那么应该是main.xml文件中的标签 使用错误,最常见的而且编译器不会提示的错误就是 android:name 和android:id 两者混淆,仔细检查main.xml的标签是否全部正确原因二:在setContentView(view)方法之...
分类:
其他好文 时间:
2015-06-25 20:57:45
阅读次数:
122
出现该问题应该是导入项目的android版本问题。编译的时候把build path 下 source选项卡中的libs去掉就正常了。http://blog.csdn.net/e421083458/article/details/38490393
分类:
其他好文 时间:
2015-06-25 20:49:06
阅读次数:
135
最近要使用django进行项目开发,需要使用mysql-python模块。在本地搭建环境安装的时候却出现报错,Unable to find vcvarsall.bat在网上找了很多资料,发现是window平台本身不带编译系统,而安装mysql-python需要进行编译。网上给出的办法是,安装vs20...
分类:
数据库 时间:
2015-06-24 20:51:15
阅读次数:
247
安装checkstyle的时候出现的问题,查了一下是因为版本问题,更新后的版本不需要某些modules,你必须移除他们。解决方案:window->preference ->checkStyle,双击你加入的自己公司的规范文档:checkstyle.xml,然后找到报错的哪个module,(点击oth...
分类:
其他好文 时间:
2015-06-24 16:12:30
阅读次数:
148
http://www.zhihu.com/question/26717343问:用hexo搭了个blog,之前一直正常,最近在deploy的时候无法连接到github了。fatal: unable to access ‘https://github.com/xxxxx’: Empty reply f...
分类:
其他好文 时间:
2015-06-24 14:26:29
阅读次数:
154
情景简介:
Windows 环境下安装Python2.7的Numpy扩展包时提示:error: Unable to find vcvarsall.bat
经过不懈的Google/Bing,发现不仅安装Numpy时会出现这种情况,安装其他Python包时也可能出现这种情况。
Windows 7 64bitPython 2.7Numpy-1.9.2 (http://sourcef...
分类:
编程语言 时间:
2015-06-22 12:29:52
阅读次数:
558
情景简介: Windows 环境下安装Python2.7的Numpy扩展包时提示:error: Unable to find vcvarsall.bat 经过不懈的Google/Bing,发现不仅安装Numpy时会出现这种情况,安装其他Python包时也可能出现这种情况。Windows 7 64.....
分类:
编程语言 时间:
2015-06-22 12:21:30
阅读次数:
165