使用eclipse导入别人的项目时候,报错Unable to load annotation processor factory 'xxxxx.jar' for project。 解决方案 1、项目右键——Properties 2、Java Compiler——Annotation Processi ...
分类:
编程语言 时间:
2018-12-08 22:30:37
阅读次数:
670
错误如下: [22516:20196:0704/024642.979:ERROR:install_util.cc(597)] Unable to read registry value HKLM\SOFTWARE\Policies\Google\Chrome\MachineLevelUserClou ...
分类:
其他好文 时间:
2018-12-08 18:02:16
阅读次数:
170
有时候,在Windows7x64下使用pip安装包的时候提示报错:Microsoft Visual C++ 9.0 is required (Unable to find vcvarsall.bat) 环境:windows8 x64 ,python2.7 ,VS2012 解决方案:Microsoft ...
分类:
编程语言 时间:
2018-12-07 21:15:36
阅读次数:
252
Unable to access file: c:\a.vmdk.End of OVA file reached while looking for: a.vmdk
分类:
数据库 时间:
2018-12-06 20:17:13
阅读次数:
284
1. java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) w ...
分类:
编程语言 时间:
2018-12-05 20:52:46
阅读次数:
135
1:Wilber3 和retrievedata.py这两种方法下载数据 2:先用retrieve.py看能下载的台网有哪些 3:再从wilber3把这些台网搜出来(既有BH*,又有HH*),看它们分布的方位在哪里 4:然后使用wilber3来下载这些数据 ...
分类:
其他好文 时间:
2018-12-05 20:45:10
阅读次数:
205
移动端项目中,在滚动的时候,会报出以下提示: 解决 1. 在 的事件监听方法上绑定第三个参数 , 通过传递 passive 为 false 来明确告诉浏览器:事件处理程序调用 preventDefault 来阻止默认滑动行为。 2. 在 CSS 中全局使用: 的使用方法见:https://devel ...
分类:
移动开发 时间:
2018-12-03 20:09:18
阅读次数:
246
ORA-30926: unable to get a stable set of rows in the source tables 一.经检查,这个错误是由于数据来源表(即语句中,using后面的from关键字后面的表)存在数据重复造成的。在实际项目研发中,我们一般不能随便改动数据表的记录,那么如 ...
分类:
其他好文 时间:
2018-12-03 12:01:02
阅读次数:
172
在安装 Android Studio 的时候,会出现这个问题。 Android Studio First Run 检测 Android SDK 及更新,由于众所周知的原因,我们会「Unable to access Android SDK add-on list」,而且大家一般也已经提前配置好了 An ...
分类:
移动开发 时间:
2018-12-03 10:35:47
阅读次数:
292
初学Struts, 在idea里写Struts项目, 其实还是挺好操作的, 从官网下载min 的jar包, 然后在idea 里 新建Struts项目的时候 就可以选择用本地包来构建, ctrl shift alt s 配置项目的libraries, 等等在此不表 但是在启动tomcat的时候就遇到了 ...
分类:
其他好文 时间:
2018-12-01 12:59:37
阅读次数:
142