1. 在容器里查看 / $ ip link show eth0 531: eth0@if532: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 1500 qdisc noqueue state UP link/ether 02:42:ac:12:00:06 ...
分类:
其他好文 时间:
2021-03-30 12:45:47
阅读次数:
0
oracle 11g推出了审计功能,但这个功能会针对很多操作都产生审计文件.aud,日积月累下来这些文件也很多,默认情况下,系统为了节省资源,减少I/0操作,其审计功能是关闭的1、查看审计功能是否开启?su – oraclesqlplus “/as sysdba”SQL> show paramete ...
分类:
数据库 时间:
2021-03-29 12:12:42
阅读次数:
0
ansible-doc -l |wc -l 模块数量 ansible命令语法: ansible 主机信息(IP 主机组 all) -m (模块名)command -a "操作动作" 01 02 03 04 05 06 绿色 操作执行成功 没有对远程主机做任何改动 黄色 操作执行成功 对远程主机数据信 ...
分类:
其他好文 时间:
2021-03-29 11:39:21
阅读次数:
0
http://www.likecs.com/show-8376.html ...
分类:
数据库 时间:
2021-03-26 15:35:19
阅读次数:
0
根据进程名,获取对应进程PID strace -o /sdcard/LogKit/output_wificond.txt -T -ttt -e trace=all -p `ps -A | grep wificond | awk '{print $2}'` strace -o /sdcard/LogK ...
分类:
其他好文 时间:
2021-03-18 14:14:50
阅读次数:
0
Remove Duplicates from Sorted List 2 删除排序链表中的重复元素 Given the head of a sorted linked list, delete all nodes that have duplicate numbers, leaving only d ...
分类:
编程语言 时间:
2021-03-17 15:07:16
阅读次数:
0
SET GLOBAL local_infile=1;//1表示开启,0表示关闭 SHOW VARIABLES LIKE '%local%'; ...
分类:
数据库 时间:
2021-03-17 14:52:51
阅读次数:
0
Linux命令cat使用攻略 选项解析: -A, --show-all 等价于 -vET -b, --number-nonblank 对非空输出行(包括仅仅有空格的行)编号,空输出行,指的是该行没有任何内容,即连续2次敲击回车按钮。 -e 等价于 -vE -E, --show-ends 在每行结束处 ...
分类:
系统相关 时间:
2021-03-16 14:12:35
阅读次数:
0
问题: GoLand 连接数据库报错:Server returns invalid timezone. Go to ‘Advanced’ tab and set ‘serverTimezone’ property manually。 这是时区serverTimezone设置的问题 解决法: 修改本地 ...
分类:
数据库 时间:
2021-03-16 12:03:12
阅读次数:
0
TensorFlow Frontend前端 TensorFlow前端有助于将TensorFlow模型导入TVM。 Supported versions: 1.12 and below Tested models: Inception (V1/V2/V3/V4) Resnet (All) Mobile ...
分类:
其他好文 时间:
2021-03-16 11:59:01
阅读次数:
0