记录一下,方便日后查看 SELECT USER_CODE AS '用户编码', IF(USER_STATE = 1, '正常', '冻结') AS '用户状态', ( CASE USER_TYPE WHEN 1 THEN '用户' WHEN 2 THEN '商家' WHEN 3 THEN '自营' ...
分类:
数据库 时间:
2020-07-03 10:33:23
阅读次数:
61
select case superguid when '0' then name else (select LISTAGG(name,'.') WITHIN GROUP(ORDER BY levelno) from busfw_t_dchead where tablecode = 'BDM_T_HC ...
分类:
数据库 时间:
2020-07-02 18:20:35
阅读次数:
57
OutOfMemory(内存溢出异常OOM) java.lang.OutOfMemoryError :Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no ...
分类:
其他好文 时间:
2020-07-02 16:54:56
阅读次数:
65
Which tool can add smart key to Toyota when all keys lost? The suggestion is that Xtool X100 Pad3 (X100 PAD Elite), Autel IM608 and Autel IM508 are go ...
分类:
其他好文 时间:
2020-07-02 16:12:59
阅读次数:
67
版本:CentOS 7 首先: [root@localhost test]# cat /etc/inittab # inittab is no longer used when using systemd. # # ADDING CONFIGURATION HERE WILL HAVE NO EFF ...
分类:
其他好文 时间:
2020-07-02 16:08:49
阅读次数:
72
Spring Boot has taken Spring framework to the next level. It has drastically reduced the configuration and setup time required for spring projects. Sp ...
分类:
数据库 时间:
2020-07-01 18:40:39
阅读次数:
64
3.9.4 False Cause Fallacy It occurs when the “link between premises and conclusion depends on some imagined causal connection that probably does not e ...
分类:
其他好文 时间:
2020-07-01 14:12:14
阅读次数:
68
A Ministry for Defense sent a general to inspect the Super Secret Military Squad under the command of the Colonel SuperDuper. Having learned the news, ...
分类:
其他好文 时间:
2020-06-30 22:37:23
阅读次数:
61
内存溢出以及堆栈溢出 简单认识一下2种内存异常OutOfMemoryError,StackOverflowError 来自JDK Doc的解释: public class OutOfMemoryError extends VirtualMachineError Thrown when the Jav ...
分类:
其他好文 时间:
2020-06-30 10:24:17
阅读次数:
51
13 约定 A common problem that arises when wrapping C libraries is that of maintaining reliability and checking for errors. The fact of the matter is tha ...
分类:
其他好文 时间:
2020-06-29 22:57:18
阅读次数:
82