In my circumstances the error was due to the fact the listener did not have the db's service registered. I solved this by registering the services. Ex ...
分类:
其他好文 时间:
2021-06-16 17:56:58
阅读次数:
0
这个问题的原因是navicat不能创建oci的环境。 在工具-->选项-->其他-->oci中配置中默认是指向在安装路径下的instantclient_10_2/oci.dll。 按默认的其实是不对的,这个oci.dll应该是指向oracle的home路径下bin文件夹里的oci.dll D:\Or ...
分类:
其他好文 时间:
2021-06-15 18:19:41
阅读次数:
0
1、工作中通过Quarts执行定时任务,启动时报类型转换错误,就比较纳闷,同一个包怎么会转换失败。 java.lang.ClassCastException: com.bodata.svc.modules.job.entity.ScheduleJobEntity cannot be cast to ...
分类:
其他好文 时间:
2021-06-13 10:57:52
阅读次数:
0
这是一道交互题 交互库有三个长为 \(n_a,n_b,n_c\) 的不降正整数序列 \(a,b,c\),不超过 \(100\) 次单点查询求 \(k\)-th。 \(n_a,n_b,n_c\le 10^5\),\(a_i,b_i,c_i\le 10^9\)。 完全不会,牛逼坏了。 考虑归并排序的过程 ...
分类:
其他好文 时间:
2021-06-13 10:32:00
阅读次数:
0
使用QT 的信号与槽函数的过程,编译完成后,在运行程序是出现如下信息: QObject::connect: Cannot queue arguments of type 'myReadBuf'(Make sure 'myReadBuf' is registered using qRegisterMe ...
分类:
其他好文 时间:
2021-06-11 18:06:00
阅读次数:
0
1 guy@guy-X9Ti:~$ sudo apt install gcc-arm-none-eabi 2 [sudo] guy 的密码: 3 正在读取软件包列表... 完成 4 正在分析软件包的依赖关系树 5 正在读取状态信息... 完成 6 下列软件包是自动安装的并且现在不需要了: 7 bam ...
分类:
其他好文 时间:
2021-06-10 17:50:05
阅读次数:
0
xxljob最近任务失败,查看配置之后没有问题。 仔细检查之后,发现配置没有问题。 解决方法: 执行器管理-->将执行器设置为手动录入,将下面的地址添加上 http:// ...
分类:
Web程序 时间:
2021-06-09 15:23:50
阅读次数:
0
git clone 项目链接产生如下提示信息: fatal: unable to access 'https://github.com/liuruoze/EasyPR.git/': OpenSSL SSL_connect: Connection was reset in connection to ...
分类:
其他好文 时间:
2021-06-09 15:22:39
阅读次数:
0
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
报错 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 解决方法: 参考: https://bbs.huaweicloud.com/blogs/143682 很多方法都没用,这个 ...
分类:
Web程序 时间:
2021-06-08 23:20:59
阅读次数:
0