事务日志: 事务日志的写入类型为“追加”,因此其操作为“顺序IO”;通常也被称为:预写式日志 write ahead logging 事务日志文件: ib_logfile0, ib_logfile1 日志 事务日志 transaction log 错误日志 error log 通用日志 genera ...
分类:
数据库 时间:
2021-03-03 12:20:56
阅读次数:
0
//计划长铸坯块数信息添加 bcls_ret->Tables[0].Columns.Add(DT_DECIMAL,"PLAN_LSLAB_NUM"); //Log::Trace("", __FUNCTION__, "count=[{0}]", bcls_ret->Tables[0].Rows.get ...
分类:
数据库 时间:
2021-03-03 12:11:25
阅读次数:
0
MySQL Logs: 查询日志:query log 慢查询日志:slow query log 错误日志: error log 二进制日志:binary log; 中继日志:reley log 事务日志:transaction log 1、查询日志 记录查询操作; 查询日志可以记录在: 文件:fil ...
分类:
其他好文 时间:
2021-03-03 12:04:58
阅读次数:
0
configureWebpack: (config) => { // 取消console打印 if (process.env.NODE_ENV 'production') { config.optimization.minimizer[0].options.terserOptions.compres ...
分类:
其他好文 时间:
2021-03-03 11:51:45
阅读次数:
0
Oracle.ManagedDataAccess 提示ORA-01017 错误【解决方案】 Oracle.ManagedDataAccess 提示ORA-01017 错误【解决方案】 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\F ...
分类:
数据库 时间:
2021-03-02 12:39:45
阅读次数:
0
省事儿 只需要两行代码 把下面两行保存文件后缀改成.vbs ,双击试试看吧。 这里的0表示进程启动,可改成1 set WSHshell = wscript.createobject("wscript.shell") WSHshell.run "cmd.exe /c vue ui",0,true 开机 ...
分类:
其他好文 时间:
2021-03-02 12:31:22
阅读次数:
0
CF1491F链接 好不容易自己做出来个 \(2700\) ... 首先我们对题目中的 \(n_1n_2 + s_1s_2 - n_1s_2 - n_2s_1\) 因式分解,得到 \(F = (n_1 - s_1)(n_2 - s_2)\) 也就是说,\(F \neq 0\) 当且仅当 \(n_1 ...
分类:
Web程序 时间:
2021-03-02 12:25:12
阅读次数:
0
Each year some languages die out. Some say this is good because fewer languages would make communication easier and relieve people of the burden of le ...
分类:
其他好文 时间:
2021-03-02 12:23:31
阅读次数:
0
C# 中 PadLeft和PadRight 的用法 C# 中 PadLeft和PadRight 的用法 在 C# 中可以对字符串使用 PadLeft 和 PadRight 进行轻松地补位。 PadLeft(int totalWidth, char paddingChar) //在字符串左边用 pad ...
POJ - 2236Wireless Network 并查集。 每次修理计算机,遍历可以与之相连的计算机并进行合并。时间复杂度 \(O(n\log n)\) 。最多只用修理 \(n\) 次。 每次测试连通性,判断根节点是否相同,时间复杂度 \(O(1)\) 。最多不过 \(3e5\) 次测试。 总时 ...
分类:
Web程序 时间:
2021-03-02 12:06:18
阅读次数:
0