一、故障描述 5月8日下午12点30分左右,应用厂家反馈,IP是130.XXXXX(jyfx)的数据库无法连接,检查数据库告警日志,提示内容如下: Rejected the attempt to advance SCN over limit by 124166 hours worth to 0x15cb.a9a21069, by distributed transaction remote end
1、accumulate作用 在一个区间内进行累加计算,accumulate(开始,结束,初始值)/accumulate(开始,结束,初始值,自定义函数),头文件是numeric 2、使用 2.1、基本类型使用 int main(){std::list<int> pre{1,2,3,4,5,6,7,8,9,10};int sum = std::accumulate(pre.begin()