在pom.xml文件中添加如下: <build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</ ...
分类:
编程语言 时间:
2019-08-23 00:21:28
阅读次数:
130
一、监控告警 登录目标主机,查看dataeng服务 服务正常,测试命令 重启服务后,再测试,依然返回错误, 二、查看信号器是否达到上限 1、查看当前信号器上限设置 最大数组数128个 2、查看已经使用的信号器 可以看出已使用128个数组,已经达到上限了。 3、查看谁使用了信号器 4、修改信号器设置上 ...
分类:
其他好文 时间:
2019-08-21 11:17:34
阅读次数:
174
A recently found Ancient Prophesy is believed to contain the exact Apocalypse date. The prophesy is a string that only consists of digits and characte ...
分类:
其他好文 时间:
2019-08-21 09:51:41
阅读次数:
75
1. mybatis中集成sharing jdbc采坑 1.1. 错误信息 1.2. 出现场景 我用的mybatis plus,现在要把 也就是 集成进来,java集成方式没问题,我打算用springboot的集成方式,因为这样只需要改配置文件就可以添加主从信息,分库分表等等了 然后就出问题了,报了 ...
分类:
数据库 时间:
2019-08-20 16:58:53
阅读次数:
205
零.目录 一. 文件和目录类 File exist 文件已经存在 No such file or directory 没有这个文件或目录(这个东西不存在) command not found 命令找不到(没有这个命令) invalid option 无效的参数(不可用的参数) overwrite 覆 ...
分类:
系统相关 时间:
2019-08-19 22:53:37
阅读次数:
1745
线上某服务时不时报出如下异常(大约一天二十多次):“Deadlock found when trying to get lock;”。 Oh, My God! 是死锁问题。尽管报错不多,对性能目前看来也无太大影响,但还是需要解决,保不齐哪天成为性能瓶颈。 为了更系统的分析问题,本文将从死锁检测、索引 ...
分类:
数据库 时间:
2019-08-18 09:20:37
阅读次数:
100
Mooncake is a Chinese bakery product traditionally eaten during the Mid-Autumn Festival. Many types of fillings and crusts can be found in traditional ...
分类:
其他好文 时间:
2019-08-17 21:51:53
阅读次数:
100
Bound Found Time Limit: 5000MS Memory Limit: 65536K Total Submissions: 7891 Accepted: 2572 Special Judge Description Signals of most probably extra-te ...
分类:
其他好文 时间:
2019-08-17 19:44:27
阅读次数:
69
rman备份archivelog时出现以下错误: RMAN> backup archivelog all delete input; Starting backup at 14-APR-14 current log archived using channel ORA_DISK_1 using ch... ...
分类:
数据库 时间:
2019-08-17 18:03:08
阅读次数:
115
练习题: --1:任意执行一个update操作,用隐式游标sql的属性%found,%notfound,%rowcount,%isopen观察update语句的执行情况。 --2.使用游标和loop循环来显示所有部门的名称 --3.使用游标和while循环来显示所有部门的地理位置(用%found属性 ...
分类:
数据库 时间:
2019-08-17 17:43:22
阅读次数:
126