码迷,mamicode.com
首页 >  
搜索关键字:cannot    ( 5234个结果
jemeter Cannot create PoolableConnectionFactory (Could not crCannot create PoolableConnectionFactory (Could not create connection to database server.)
问题: Jemeter 使用 jdbc 连接 Mysql 8.0.17, 出现 Cannot create PoolableConnectionFactory (Could not crCannot create PoolableConnectionFactory (Could not create ...
分类:数据库   时间:2021-06-07 20:29:47    阅读次数:0
docker删除镜像报错处理:Error response from daemon: conflict: unable to delete a945e7fd5401 (cannot be forced) - image has dependent child images
docker删除镜像报错处理,Error response from daemon: conflict: unable to delete a945e7fd5401 (cannot be forced) - image has dependent child images ,删除为none的镜像 ...
分类:其他好文   时间:2021-06-05 18:28:16    阅读次数:0
Cannot read property '__ob__' of undefined
写代码的时候遇到这个错误,看了好久才发现问题原因,特此记录一下: data需要写return{ },不写的话就会出现这个错误。 ...
分类:其他好文   时间:2021-06-05 18:25:58    阅读次数:0
执行npx webpack-dev-server报错: Cannot find module 'webpack-cli/bin/config-yargs'
1.问题描述 已经执行了npm i webpack-dev-server -D完成安装,可是在运行命令npx webpack-dev-server时还是报错,如图所示: 2.问题分析 package.json文件中"webpack-cli"的版本为4开头,而 "webpack-dev-server" ...
分类:Web程序   时间:2021-06-02 20:23:13    阅读次数:0
每日日报
排错过程: ① FATAL EXCEPTION: main 致命异常 ②找到 caused by 类型转换异常 **** cannot be cast to ***** 一种类型不能被转换成另一种类型 Caused by: java.lang.ClassCastException: android. ...
分类:其他好文   时间:2021-06-02 19:45:14    阅读次数:0
阿里云 centos8 yum check_update 报错
错误: Repository epel is listed more than once in the configurationbintray-rabbitmq-rpm 5.6 B/s | 10 B 00:01 Errors during downloading metadata for repo ...
分类:其他好文   时间:2021-06-02 14:01:53    阅读次数:0
mongodb sort
往常使用options.Find().SetSort(bson.D{{"a", -1},{"b", -1}})结果报错,感觉使用方法没问题,排查之后发现是import的包错了导致。 cannot transform type bson.D to a BSON Document: WriteArray ...
分类:数据库   时间:2021-05-25 18:10:59    阅读次数:0
Nginx 502 Bad Gateway
前言 事实证明,读过Linux内核源码确实有很大的好处,尤其在处理问题的时刻。当你看到报错的那一瞬间,就能把现象/原因/以及解决方案一股脑的在脑中闪现。甚至一些边边角角的现象都能很快的反应过来是为何。笔者读过一些Linux TCP协议栈的源码,就在解决下面这个问题的时候有一种非常流畅的感觉。 Bug ...
分类:其他好文   时间:2021-05-25 17:42:11    阅读次数:0
Scala基础
Scala语言类型(同java) 静态,强,类型推断, 弱类型:(javascripte) > "1"+2 '12' 强类型:(java,scala,python) >>> "1"+2 TypeError: cannot concatenate 'str' and 'int' objects 动态类 ...
分类:其他好文   时间:2021-05-24 14:04:24    阅读次数:0
ERROR总结
1.连接问题 Cannot get a connection, pool error Timeout waiting for idle object 解决: 排查思路: 1.检查是否应用压力过大,无法获取空闲连接 查看cpu、内存 查看tomcat的连接数(netstat -natp | grep ...
分类:其他好文   时间:2021-05-24 05:29:42    阅读次数:0
5234条   上一页 1 2 3 4 5 ... 524 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!