51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#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>&...
代码星球
·
2020-04-04
com.github.pagehelper.PageHelper
cannot
be
cast
to
没有连接的AMQP / RabbitMQ通道何时死亡?(when does an AMQP/RabbitMQ channel with no connections die?)
IhaveasimpleRabbitMQtestprogramrandomlyenqueuingmessages,andanotherreadingthem,allusingSpring-AMQP.Iftheconsumerdies(forexamplekillingaprocesswithouthavin...
代码星球
·
2020-04-04
AMQP
RabbitMQ
没有
连接
通道
Tomcat-connector的微调(1): acceptCount参数
对于acceptCount这个参数,含义跟字面意思并不是特别一致(个人感觉),容易跟maxConnections,maxThreads等参数混淆;实际上这个参数在tomcat里会被映射成backlog:static{replacements.put("acceptCount","backlog");replacemen...
代码星球
·
2020-04-04
Tomcat-connector
微调
acceptCount
参数
java.sql.SQLException: connection holder is null
###Cause:java.sql.SQLException:connectionholderisnull;uncategorizedSQLExceptionforSQL[];SQLstate[null];errorcode[0];connectionholderisnull;nestedexception...
代码星球
·
2020-04-04
java.sql.SQLException
connection
holder
is
null
maven warnning 'build.plugins.plugin.version' is missing
裝完maven后,package或clean时出错:[WARN][WARN]Someproblemswereencounteredwhilebuildingtheeffectivemodel [WARN]'build.plugins.plugin.version'ismissingfororg.a...
代码星球
·
2020-04-04
maven
warnning
#39build.plugins.plugin.version
is
missing
一次SocketException:Connection reset 异常排查
问题描述上一期的需求上线之后,线上多了一个异常:Connectionreset。如下:[2017-03-2200:45:00ERROR][creativeAuditTaskScheduler_Worker-9](cn.com.ServiceImpl:169)-getAuditResultexception,callad...
代码星球
·
2020-04-04
一次
SocketException
Connection
reset
异常
彻底掌握网络通信(七)ConnectionReuseStrategy,ConnectionKeepAliveStrategy解析
网络通信系列文章序彻底掌握网络通信(一)Http协议基础知识彻底掌握网络通信(二)Apache的HttpClient基础知识彻底掌握网络通信(三)Android源码中HttpClient的在不同版本的使用彻底掌握网络通信(四)Android源码中HttpClient的发送框架解析彻底掌握网络通信(五)Def...
代码星球
·
2020-04-04
彻底
掌握
网络通信
ConnectionReuseStrategy
ConnectionKeepAliveStrategy
mybatis-generator插件执行报错:Cannot resolve classpath entry
记录一个小问题使用了mybatis-generator插件自动生成实体类,DAO,Mapper,在执行时报错。报错信息如下Failedtoexecutegoalorg.mybatis.generator:mybatis-generator-maven-plugin:1.3.5:generate(defaul...
代码星球
·
2020-04-04
mybatis-generator
插件
执行
报错
Cannot
Inno Setup 版本 5.5.3+ 简体中文语言包
;***InnoSetup版本5.5.3+简体中文消息***[LangOptions]LanguageName=<7B80><4F53><4E2D><6587>LanguageID=$0804LanguageCodePage=936;下列条目用来定义安装程序界面的字体和大...
代码星球
·
2020-04-04
Inno
Setup
版本
5.5.3+
简体
Inno Setup软件安装打包
http://www.jrsoftware.org/isinfo.php ...
代码星球
·
2020-04-04
Inno
Setup
软件
安装
打包
如何刷新或清除HttpURLConnection的连接缓存
项目需要定期与远程服务器同步数据,基于如下代码:URLurl=newURL("http://test.com/sales/info");connection=(HttpURLConnection)url.openConnection();connection.setRequestMethod("POST");conne...
代码星球
·
2020-04-04
如何
刷新
清除
HttpURLConnection
连接
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...
代码星球
·
2020-04-04
Processor
Loadrunner
问题
Monitor
name
django2.0报错Cannot import name 'urlresolvers'
刚刚从django1.1迁移到django2.0中出现一个意外的报错: google了下,在stack.overflow上解释是说django2.0把原来的 django.core.urlresolvers包更改为了 django.urls包,所以我们需要把导入的包都修改一下就可以了。改为...
代码星球
·
2020-04-04
django2.0
报错
Cannot
import
name
全局安装的 webpack运行时 报错 Error: Cannot find module 'webpack' ......
全局安装的webpack 安装指令如下cnpminstallwepack-save-dev-g 但是在我的项目空间运行webpack指令的时候会报如下错误为了方便抓取{Error:Cannotfindmodule'webpack'atFunction.Module._resolveFilename(modu...
代码星球
·
2020-04-04
全局
装的
webpack
运行时
报错
Selenium HTMLTestRunner 执行测试成功但无法生成报告
最近遇到一些人问这样的问题:他们的代码写的没问题,执行也成功了,但就是无法生成HTMLTestRunner的报告,截图如下:其实这是编辑器搞得鬼,编辑器为了方便用户执行测试,都有一项功能,可以用编辑器来调用unittest或者nose来执行测试用例,这种情况下,执行的只是用例或者套件,而不是整个文件,写在main里的代...
代码星球
·
2020-04-04
Selenium
HTMLTestRunner
执行
测试
成功
首页
上一页
...
204
205
206
207
208
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他