#cann

mac下 IDEA 的pom下 出现 Cannot access in offline mode 问题

    在mac下配置完maven后发现总是不能引入最新的jar包,google了好久总算找到解决办法:   默认带有workoffline,不清楚这个是干嘛用的。勾选掉了就行了。...

tomcat启动很慢 停留在 At least one JAR was scanned for TLDs yet contained no TLDs.

   部署项目时候,发现启动特别慢,要等好几分钟,这不正常啊。然后每次部署都停留在AtleastoneJARwasscannedforTLDsyetcontainednoTLDs.EnabledebugloggingforthisloggerforacompletelistofJARsth...

inconvertible types; cannot cast 'android.supoort.v4.app.Fragment' to 'com.example.sevenun.littledemo.fragment.NewsTitleFragment'

inconvertibletypes;cannotcast'android.supoort.v4.app.Fragment'to'com.example.sevenun.littledemo.fragment.NewsTitleFragment'inconvertibletypes;cannotcast'android...

IntelliJ IDEA Cannot find declaration to go to

  最近在用IntelliJIDEA开发一个微服务的项目的时候,从gitclone了代码,再用IntelliJIDEA导入项目以后。项目里好多方法,类和属性都无法转到定义或者声明处,无论是Ctrl+B还是Ctrl+鼠标左键都不好使。百度了好久没有方案,后来还是在stackoverflow找到一个类似的问题(它的是And...

org.springframework.cache.interceptor.SimpleKey cannot be cast to java.lang.String

springboot整合redis时,使用@Cacheable注解,如果方法的key参数为空,就会报org.springframework.cache.interceptor.SimpleKeycannotbecasttojava.lang.String的错误。♛1错误信息org.springframework.cac...

Tomcat启动log打印到INFO: At least one JAR was scanned for TLDs yet contained no TLD各种解决方式

问题:启动tomcat时,catalina.out日志打印到如下内容就停止不动了,也不报错SEVERE:FarmWarDeployercanonlyworkashostclustersubelement!Dec02,20164:27:39PMorg.apache.catalina.startup.HostConfigd...

com.github.pagehelper.PageHelper cannot be cast to org.apache.ibatis.plugin.Interceptor

 <dependency><groupId>com.github.pagehelper</groupId><artifactId>pagehelper</artifactId><version>4.0.0</version>&...

mybatis-generator插件执行报错:Cannot resolve classpath entry

 记录一个小问题使用了mybatis-generator插件自动生成实体类,DAO,Mapper,在执行时报错。报错信息如下Failedtoexecutegoalorg.mybatis.generator:mybatis-generator-maven-plugin:1.3.5:generate(defaul...

Loadrunner问题:Monitor name :Windows Resources. Cannot create measurement Processor|% Processor Time|_Total on machine 192.168.0.1

说明:在Loadrunner监控windows系统资源的时候,在添加好windows Resources后运行发现报如下错误:int:Checkthatthereissuchameasurementonthismachine.Checkthatyouselectedtherightplatform.forth...

django2.0报错Cannot import name 'urlresolvers'

刚刚从django1.1迁移到django2.0中出现一个意外的报错: google了下,在stack.overflow上解释是说django2.0把原来的 django.core.urlresolvers包更改为了 django.urls包,所以我们需要把导入的包都修改一下就可以了。改为...

全局安装的 webpack运行时 报错 Error: Cannot find module 'webpack' ......

全局安装的webpack 安装指令如下cnpminstallwepack-save-dev-g  但是在我的项目空间运行webpack指令的时候会报如下错误为了方便抓取{Error:Cannotfindmodule'webpack'atFunction.Module._resolveFilename(modu...

NodeJS:Error: Cannot find module 'jshint/src/cli'

以前命令:npminstallgulp-jshint--save-dev实质上是安装jshint失败,缺少该模块。更换命令:npminstall--save-devjshintgulp-jshint参考:http://stackoverflow.com/questions/33984558/gulp-error-can...

Linux出现cannot create temp file for here-document: No space left on device的问题解决

在终端输入:cd/ho按tab键时,显示错误:bash:cannotcreatetempfileforhere-document:Nospaceleftondevice这是由于该磁盘的空间已经满了,这时候可以进行扩容,或者将该磁盘的部分目录迁移到别的磁盘。以下为解决思路,查找最大的文件,然后将其干掉:1、使用命令df-...

记录一次(xheditor-1.1.6-zh-cn.min.js)的错误:Cannot read property 'match' of undefined的问题解决

由于使用了xheditor富文本框,且这个版本是2011年开发的系统,当时只有IE8,所以一切正常。但是问题来了,今天使用IE11测试和谷歌浏览器测试,发现一直报这个错误:且google了一下,没发现这个插件对应这个错误的解决方法。最后发现是和浏览器不兼容导致的,如果是使用IE,只要切换到兼容模式下运行就行了,goog...

执行redis命令redis-trib.rb查看集群信息报错cannot load such file -- redis (LoadError)

问题描述:  在执行redis-trib.rb命令查看集群状态的时候,报错:[aiprd@hadoop1~]$redis-trib.rbcheck192.168.30.10:7000Traceback(mostrecentcalllast):2:from/home/aiprd/softwares/redis-3.2.5...
首页上一页...119120121122123下一页尾页