码迷,mamicode.com
首页 >  
搜索关键字:java.sql.timestamp cannot be cast to java.sql.date    ( 6384个结果
RocketMQ安装若干问题
1. Cannot allocate memory RocketMQ默认安装需要使用8G的内存,所以如果内存不够会导致启动失败,这时需要修改配置文件bin/runbroker.sh,修改xms、xmx和xmn。参考https://www.cnblogs.com/freeweb/p/7817968.h ...
分类:其他好文   时间:2021-06-08 23:24:24    阅读次数:0
关于vue-router Cannot read property 'matched' of undefined的问题
按照官方设置写的路由,卡在了Cannot read property 'matched' of undefined这个错误问题,查了很多资料才知道,有两上命名是不能改动的,route与router; 在目录新建了文件router.js import Vue from 'vue' import vue ...
分类:其他好文   时间:2021-06-07 20:35:33    阅读次数:0
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
Type safety: Unchecked cast from Object to...
原本代码如下: Vertex<L> v = (Vertex<L>) obj; if(!v.getMyName().equals(this.vertexName)) return false; 会有警告。修改后在强制类型转换部分加入通配符’?’延迟类型决定,最后是 var v = (Vertex<?> ...
分类:其他好文   时间:2021-06-06 19:10:59    阅读次数: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
6384条   上一页 1 2 3 4 5 ... 639 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!