#nn

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>&...

没有连接的AMQP / RabbitMQ通道何时死亡?(when does an AMQP/RabbitMQ channel with no connections die?)

 IhaveasimpleRabbitMQtestprogramrandomlyenqueuingmessages,andanotherreadingthem,allusingSpring-AMQP.Iftheconsumerdies(forexamplekillingaprocesswithouthavin...

Tomcat-connector的微调(1): acceptCount参数

对于acceptCount这个参数,含义跟字面意思并不是特别一致(个人感觉),容易跟maxConnections,maxThreads等参数混淆;实际上这个参数在tomcat里会被映射成backlog:static{replacements.put("acceptCount","backlog");replacemen...

java.sql.SQLException: connection holder is null

 ###Cause:java.sql.SQLException:connectionholderisnull;uncategorizedSQLExceptionforSQL[];SQLstate[null];errorcode[0];connectionholderisnull;nestedexception...

maven warnning 'build.plugins.plugin.version' is missing

裝完maven后,package或clean时出错:[WARN][WARN]Someproblemswereencounteredwhilebuildingtheeffectivemodel  [WARN]'build.plugins.plugin.version'ismissingfororg.a...

一次SocketException:Connection reset 异常排查

问题描述上一期的需求上线之后,线上多了一个异常:Connectionreset。如下:[2017-03-2200:45:00ERROR][creativeAuditTaskScheduler_Worker-9](cn.com.ServiceImpl:169)-getAuditResultexception,callad...

彻底掌握网络通信(七)ConnectionReuseStrategy,ConnectionKeepAliveStrategy解析

 网络通信系列文章序彻底掌握网络通信(一)Http协议基础知识彻底掌握网络通信(二)Apache的HttpClient基础知识彻底掌握网络通信(三)Android源码中HttpClient的在不同版本的使用彻底掌握网络通信(四)Android源码中HttpClient的发送框架解析彻底掌握网络通信(五)Def...

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

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

Inno Setup 版本 5.5.3+ 简体中文语言包

;***InnoSetup版本5.5.3+简体中文消息***[LangOptions]LanguageName=<7B80><4F53><4E2D><6587>LanguageID=$0804LanguageCodePage=936;下列条目用来定义安装程序界面的字体和大...

Inno Setup软件安装打包

http://www.jrsoftware.org/isinfo.php ...

如何刷新或清除HttpURLConnection的连接缓存

项目需要定期与远程服务器同步数据,基于如下代码:URLurl=newURL("http://test.com/sales/info");connection=(HttpURLConnection)url.openConnection();connection.setRequestMethod("POST");conne...

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...

Selenium HTMLTestRunner 执行测试成功但无法生成报告

最近遇到一些人问这样的问题:他们的代码写的没问题,执行也成功了,但就是无法生成HTMLTestRunner的报告,截图如下:其实这是编辑器搞得鬼,编辑器为了方便用户执行测试,都有一项功能,可以用编辑器来调用unittest或者nose来执行测试用例,这种情况下,执行的只是用例或者套件,而不是整个文件,写在main里的代...
首页上一页...204205206207208...下一页尾页