总结思宜企鹅:33257946dba_2pc_pending中事务的几个状态说明和处理方法: 1、Collecting:prepare阶段没准备好就失败了,global coordinator正在等待各个站点返回已准备好的通知,各个站点什么都没发生,无需执行任何操作 处理方法:在本地数据库执行exe ...
分类:
移动开发 时间:
2019-12-30 10:02:31
阅读次数:
106
近期在生产库遇到分布式事务异常,导致涉及的对象被锁住,业务无法正常操作该对象,引发故障 具体日志信息: Sat Dec 28 11:15:27 2019 Error 2050 trapped in 2PC on transaction 191.4.1345608. Cleaning up. Erro ...
分类:
移动开发 时间:
2019-12-30 10:01:11
阅读次数:
103
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:
其他好文 时间:
2019-12-30 09:37:47
阅读次数:
60
一.根据span数字内容改变数字本身样式(两种样式) <template> //使用三目运算符,判断当span的val是否小于0给其不同的class名 <span class="inOut" :class="abc.upgold<0?'inColor':'outColor'">得分:{{abc.up ...
分类:
其他好文 时间:
2019-12-29 14:55:51
阅读次数:
972
Reverse a singly linked list. Example: Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL Follow up: A linked list can be reversed either iterativ ...
分类:
其他好文 时间:
2019-12-29 12:44:23
阅读次数:
52
[toc] github 搜索技巧 参考自 B站 up 主 CodeSheep 的视频【 "如何高效地在网上找开源项目做!在职程序员实际演示一波视频教程操作" 】,然后写着写着一好奇就去看文档了 现在这篇博客相当于官方文档的翻译版?? 当然,你也可以去看【 "官方文档" 】体验原汁原味的教程 干啥的 ...
分类:
其他好文 时间:
2019-12-29 00:37:17
阅读次数:
91
https://www.ixigua.com/i6669999142288228871/Michael Jackson was born in August 1958. So was I. Michael Jackson grew up in the suburbs(郊区) of the Midwe... ...
分类:
其他好文 时间:
2019-12-28 21:15:06
阅读次数:
120
Linux系统安装MySQL,环境参数: 硬件配置:CPU: Xeon(R) CPU E5-2650 v4 @ 2.20GHz 8核内存:16G硬盘:系统盘200GB 数据盘1TB 操作系统CentOS 7.2 64位 数据库MySQL 5.6.43 执行scripts/mysql_install_ ...
分类:
数据库 时间:
2019-12-24 16:58:20
阅读次数:
131
亲自尝试: 解决办法: 禁用NetworkManager 1、禁用NetworkManager服务systemctl stop NetworkManager 2、永久关闭NetworkManager服务 systemctl disable NetworkManager 最后重启网卡,会发现可以正常启 ...
分类:
其他好文 时间:
2019-12-24 12:12:12
阅读次数:
134
props down, events up 父组件通过 props 向下传递数据给子组件;子组件通过 events 给父组件发送消息。 静态 props 要让子组件使用父组件的数据,需要通过子组件的 props 选项。给 childNode 添加一个 props 选项和需要的forChildMsg数 ...
分类:
其他好文 时间:
2019-12-23 18:31:13
阅读次数:
146