SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.s ...
分类:
其他好文 时间:
2020-11-21 12:42:43
阅读次数:
29
1.1现象 有个DBA朋友遇到需要分析性能问题,发现DB没有AWR快照??? 观察MMON进程正常,手工创建SNAP 报错 1.2 处理 参考 https://community.oracle.com/tech/apps-infra/discussion/342662/manual-snapshot ...
分类:
其他好文 时间:
2020-11-16 13:43:56
阅读次数:
9
相信很多人都知道企业能成功进行数字化转型的话,必定能给企业带来巨大的好处,但是却不知道从何下手。首先我们要明确的认知到,数字化不是一个概念,也不是一个产品,而是与企业经营管理直接相扣,在流程和执行时也要围绕企业的核心运营开展。 ...
分类:
其他好文 时间:
2020-11-08 16:46:37
阅读次数:
24
[root@localhost ~]# virsh undefine vhuser-test1error: Failed to undefine domain vhuser-test1error: Requested operation is not valid: cannot undefine d ...
分类:
其他好文 时间:
2020-11-04 19:04:17
阅读次数:
16
leetcode_easy_array problem 1486. XOR Operation in an Array solution #1: code: 参考 1. leetcode_1486. XOR Operation in an Array; 完 ...
分类:
其他好文 时间:
2020-10-30 12:53:24
阅读次数:
17
代码 a1 = Node("house", name='303') g.merge(a1) 执行报错 Primary label and primary key are required for MERGE operation 造成错误的根本原因是py2neo的版本不正确,上述代码使用的是老版本的编 ...
分类:
其他好文 时间:
2020-10-10 16:57:02
阅读次数:
23
Stream流 Stream API可以极大提高Java程序员的生产力,让程序员写出高效率、干净、简洁的代码。这种风格将要处理的元素集合看作一种流, 流在管道中传输, 并且可以在管道的节点上进行处理, 比如筛选, 排序,聚合等。元素流在管道中经过中间操作(intermediate operation ...
分类:
其他好文 时间:
2020-10-08 19:11:31
阅读次数:
17
For a binary tree T, we can define a flip operation as follows: choose any node, and swap the left and right child subtrees. A binary tree X is flip e ...
分类:
其他好文 时间:
2020-10-08 19:09:30
阅读次数:
24
桥接模式 定义: “Represent an operation to be performed on the elements of an object structure. Visitor lets you define a new operation without changing the ...
分类:
编程语言 时间:
2020-09-18 17:19:54
阅读次数:
50