环境:oracle12c 1、常用字典 DBA_xxx All objects in the root or a pluggable database ALL_xxx Objects accessible by the current user in a PDB USER_xxx Objects o ...
分类:
数据库 时间:
2020-08-08 17:46:57
阅读次数:
102
pycharm 添加时间: Live Template 添加一个 Template Group 命名为 Common 2.添加一个 Live Template 设置如下 Abbreviation: time Description : current time Template Text: \(ti ...
分类:
其他好文 时间:
2020-08-06 17:00:11
阅读次数:
56
Overview CHECK BEFORE DOWNLOAD EXTRACTION, UPDATE CHECK AFTER CHECK BEFORE Check the current kernel version: System > Status: Operating system level: ...
分类:
系统相关 时间:
2020-08-06 15:37:42
阅读次数:
93
The class cl_system_transaction_state contains several useful utility methods: get_in_update_task: return the flag whether current code is running wit ...
分类:
其他好文 时间:
2020-08-06 15:37:21
阅读次数:
82
–创建自增表 CREATE TABLE biz_tb_sequence ( NAME VARCHAR ( 50 ) NOT NULL, current_value INT NOT NULL, _increment INT NOT NULL DEFAULT 1, PRIMARY KEY ( NAME ...
分类:
数据库 时间:
2020-08-04 11:24:01
阅读次数:
100
函数返回类型描述例子 to_char(timestamp, text) text 把时间戳转成字符串 to_char(current_timestamp, 'HH12:MI:SS') to_char(interval, text) text 把间隔转成字符串 to_char(interval '15 ...
分类:
数据库 时间:
2020-08-04 09:53:18
阅读次数:
92
最近在处理一个单体应该的时候遇到了并发问题 出现并发问题的伪代码: 1 String redisKey="ORDER_CURRENT_KEY"; 2 String orderCurrentKey = redisUtils.get(redisKey); 3 if (Integer.valueOf(or ...
分类:
其他好文 时间:
2020-08-03 23:32:08
阅读次数:
87