码迷,mamicode.com
首页 >  
搜索关键字:failure during rollb    ( 2418个结果
Educational Codeforces Round 78 (Rated for Div. 2) B. A and B
链接: https://codeforces.com/contest/1278/problem/B 题意: You are given two integers a and b. You can perform a sequence of operations: during the first o ...
分类:其他好文   时间:2019-12-21 11:44:51    阅读次数:107
Postgresql流复制切换的时候遇到的一个小问题
一则pgsql流复制过程中故障处理。
分类:数据库   时间:2019-12-21 09:49:54    阅读次数:438
超时机制
mysql连接的超时问题:Communications link failure org.springframework.dao.RecoverableDataAccessException: ### Error updating database. Cause: com.mysql.jdbc.ex ...
分类:其他好文   时间:2019-12-20 15:22:04    阅读次数:144
03-azkaban安装部署
00-前言 初步撰写了azkaban Multi Executor Server 模式的部署说明,只是在单一节点上同时部署了web以及excutor。多excutor的情况可能会稍有不一样,待完善 01-环境介绍 1.基础环境介绍 CentOS7 azkaban 3.81.0 jdk 8 注意:需要 ...
分类:其他好文   时间:2019-12-20 11:49:17    阅读次数:104
HotSpot垃圾收集器
垃圾收集分两大块内容: 新生代垃圾收集、老年代垃圾收集 两者各有特性,在新生代内存中,大部分对象朝生夕死,GC的垃圾回收算法大多为复制算法 老年代内存中对象的存活率较高,古选择标记-整理、标记-清除算法较多 新生代收集器有三款: Serial收集器、ParNew收集器、Parallel Scaven ...
分类:其他好文   时间:2019-12-18 14:47:21    阅读次数:88
Hive中运行任务报错:Error during job, obtaining debugging information...
错误原因: namenode内存空间不够,JVM剩余内存空间不够新job运行所致 解决办法: 将hive设置成本地模式来执行任务 set hive.exec.mode.local.auto=true; ...
分类:其他好文   时间:2019-12-18 00:03:59    阅读次数:915
解决ubuntu下error occurred during the signature verification
sudo apt-get clean cd /var/lib/apt sudo mv lists lists.old sudo mkdir -p lists/partial sudo apt-get clean sudo apt-get update sudo apt-get upgrade ...
分类:系统相关   时间:2019-12-14 12:01:36    阅读次数:215
python paramiko模块sftp异常:paramiko.ssh_exception.SSHException: EOF during negotiation
python paramiko模块ftp报错: Traceback (most recent call last):File "<stdin>", line 1, in <module>File "/usr/lib/python2.7/dist-packages/paramiko/sftp_clie ...
分类:编程语言   时间:2019-12-12 18:23:02    阅读次数:549
Centos虚拟机修改为固定IP
环境 Centos7 网络连接模式:NAT模式 查询当前网络 ip addr 修改配置 vim /etc/sysconfig/network-scripts/ifcfg-ens33 TYPE="Ethernet" PROXY_METHOD="none" BROWSER_ONLY="no" BOOTP ...
分类:其他好文   时间:2019-12-11 13:26:30    阅读次数:103
Thymeleaf 异常:Exception processing template "index": An error happened during template parsing (template: "class path resource [templates/index.html]")
Spring Boot 项目,在 Spring Tool Suite 4, Version: 4.4.0.RELEASE 运行没有问题,将项目中的静态资源和页面复制到 IDEA 的项目中,除了 IDE 不同,其他基本相同。 运行 IDEA 中的项目,然后访问,出现异常: Exception proc ...
分类:移动开发   时间:2019-12-10 22:40:29    阅读次数:759
2418条   上一页 1 ... 20 21 22 23 24 ... 242 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!