dumpe2fs - dump ext2/ext3/ext4 filesystem information dumpe2fs prints the super block and blocks group information for the filesystem present on devic ...
分类:
其他好文 时间:
2019-11-21 12:02:29
阅读次数:
104
2019 2020 1学期 20192429《网络空间安全专业导论》第七周学习总 第十二章 信息管理 12.1 信息管理 信息系统(information system):帮助我们组织和分析数据的软件 任何 应用程序都是管理数据的,有些程序采用 特定的结构 以 特定的方式 管理数据 我们只需要管理数 ...
分类:
其他好文 时间:
2019-11-20 21:33:46
阅读次数:
46
前提声明:C# 5.0 .NET Framework 4.5 2012-08-15 异步和等待(async和await)、调用方信息(Caller Information) (C#版本与.NET版本对应关系以及各版本的特性).,所以VS2010及其以前的版本都是不行的。 两段代码直接看出名堂: ...
APPLIES TO: Oracle Database - Enterprise Edition - Version 11.2.0.4 to 11.2.0.4 [Release 11.2]Information in this document applies to any platform. SY ...
分类:
其他好文 时间:
2019-11-19 13:54:26
阅读次数:
127
[20191119]探究ipcs命令输出.txt$ man ipcsIPCS(8) Linux Programmer's Manual IPCS(8)NAME ipcs - provide information on ipc facilitiesSYNOPSIS ipcs [ -asmq ] [ ...
分类:
其他好文 时间:
2019-11-19 12:04:52
阅读次数:
80
一.infomation_schema库 把 information_schema 看作是一个数据库,确切说是信息数据库。其中保存着关于MySQL服务器所维护的所有其他数据库的信息。如数据库名,数据库的表,表栏的数据类型与访问权 限等。在INFORMATION_SCHEMA中,有数个只读表。它们实际 ...
分类:
其他好文 时间:
2019-11-17 15:03:17
阅读次数:
48
数据库的基本操作 在MySQL数据库中,对于一个MySQL示例,是可以包含多个数据库的。 在连接MySQL后,我们可以通过 show databases; 来进行查看有那么数据库。这里已经存在一些库了,其中information_schema、auth、mysql、performance_schem ...
分类:
数据库 时间:
2019-11-16 23:04:33
阅读次数:
70
Reading package lists... DoneBuilding dependency tree Reading state information... DoneYou might want to run 'apt --fix-broken install' to correct the ...
分类:
其他好文 时间:
2019-11-16 14:17:54
阅读次数:
148
Mind Map A mind map is a kind of spider diagram that organizes information around a central concept, with connecting branches. The layout is controlle... ...
分类:
其他好文 时间:
2019-11-15 14:10:36
阅读次数:
67
mysql 查看删除触发器等操作 平时很少操作触发器,源于昨晚的一次故障,使用pt-online-change-schema修改大表过程中出现异常,再次执行时,提示已经存在触发器,导致失败。 这里推荐第三种方式: 1.、查看所有触发器 select * from information_schema ...
分类:
数据库 时间:
2019-11-15 12:03:34
阅读次数:
106