背景: springboot yml配置连接oracle数据库,报错 解决: 修改配置文件中 为:oracle.jdbc.OracleDriver Orcale9之后将oracle.jdbc.driver.OracleDriver改为oracle.jdbc.OracleDriver ...
分类:
数据库 时间:
2020-06-10 22:47:29
阅读次数:
523
1 #!/usr/bin/env python 2 # encoding: utf-8 3 import ctypes 4 import os 5 class disable_file_system_redirection: 6 """ 7 关闭64位系统的driver目录重定向 8 """ 9 t ...
分类:
编程语言 时间:
2020-06-10 21:30:12
阅读次数:
121
一、设计思想 根据提意可得“水王”的id数量最多,可以抓住水王这个特点,对所有的id进行删减,留到最后的则是水王。但是已知水王的id数量超过了帖子数即所有id数量的一般,怎样保证最后只剩下水王的id号呢??两两id进行删除,如果id号相同则全部保留下来,如果两个id号不同则全部删除。 二、程序代码 ...
分类:
其他好文 时间:
2020-06-10 21:26:16
阅读次数:
62
ROOT=$(readlink -fn $(dirname $0)/.. )find $ROOT -not -wholename \*.tox/\* -and \( -name \*.sh -or -name \*rc -or -name functions\* \) -print0 | xargs ...
分类:
系统相关 时间:
2020-06-10 19:22:10
阅读次数:
94
1.前因 python 导入clickhouse_driver需要import ssl和_ssl,报错 File "/home/oracle/python3/lib/python3.7/site-packages/clickhouse_driver-0.1.2-py3.7-linux-x86_64. ...
分类:
其他好文 时间:
2020-06-10 18:58:10
阅读次数:
348
idea 选中Edit Congigurations 添加remote如下图 图中debug方式为listen (本地不通线上,线上通本地) 远程 hive 客户端修改{HIVE_HOME}/bin/ext/debug.sh 将HIVE_MAIN_CLIENT_DEBUG_OPTS、 HIVE_CH ...
分类:
其他好文 时间:
2020-06-10 13:20:11
阅读次数:
121
https://rules.sonarsource.com/csharp/RSPEC-3925 The ISerializable interface is the mechanism to control the type serialization process. If not impleme ...
分类:
其他好文 时间:
2020-06-10 11:26:30
阅读次数:
60
https://dba.stackexchange.com/questions/84370/why-mysqldump-is-returning-with-error-1143-couldnt-execute-show-table-status ...
分类:
数据库 时间:
2020-06-10 09:35:52
阅读次数:
89
现在处于项目的收尾阶段,主要写一些测试用例。但是测试用例一直不通过,报错为 could not find class, No class definition found 这个class是ItTokenMagnager,该工程使用Springboot框架,Apollo配置中心。我一直认为可能是跑测试 ...
分类:
其他好文 时间:
2020-06-09 22:04:17
阅读次数:
61
###这错误就尼玛离谱 在python安装包的时候出现,吐了 ###解决方法 find / -name lsb_release 找到这个命令的目录 rm -rf /usr/bin/lsb_release 目录按找到的为准 解决,记录一下 ...
分类:
其他好文 时间:
2020-06-09 20:50:40
阅读次数:
86