1:删除表 SELECT CONCAT('drop table ',table_name,';') FROM information_schema.`TABLES` WHERE table_schema='test'; 2:清除表 SELECT CONCAT('truncate ',table_na ...
分类:
数据库 时间:
2019-01-13 20:01:22
阅读次数:
175
csq@ubuntu_server_001:/etc/netplan$ cat 50-cloud-init.yaml# This file is generated from information provided by# the datasource. Changes to it will no... ...
分类:
系统相关 时间:
2019-01-13 17:12:41
阅读次数:
402
将COMP20003中关于Graph的内容进行总结,内容来自COMP20003,中文术语并不准确,以英文为准。 Graph G = {V, E} 顶Vertices V: can contain information 边Edges E (links between vertices): can h ...
分类:
其他好文 时间:
2019-01-12 17:59:01
阅读次数:
289
ASCII ASCII = American Standard Code for Information Interchange(美国信息交换标准码) 美国最先有了计算机技术,计算机里面只有01,也就是数字,要用数字代表附号,所以需要制定一张数字附号对应表。 所以美国就自己定义了一张表,也就是asc ...
分类:
其他好文 时间:
2019-01-12 00:27:38
阅读次数:
167
在用apt-get安装软件时出现了类似于 install-info: No dir file specified; try –help for more information.dpkg:处理 gettext (–configure)时出错: 子进程 post-installation script ...
分类:
系统相关 时间:
2019-01-09 13:35:34
阅读次数:
214
一. 常用简单命令 1.1. help命令 a. 帮助查看其他命令的使用方法,类型linux下man b. 示例: help help x210 # help help help [command ...] - show help information (for 'command') 'help' ...
分类:
其他好文 时间:
2019-01-09 00:36:43
阅读次数:
244
1、Summaize the book Practical Web Penetration Testing first nmap tools is important for gather information of servers nmap -sn [ip] ping scan Netdisco ...
分类:
编程语言 时间:
2019-01-08 01:01:28
阅读次数:
188
系统数据库 information_schema:虚拟库,不占用磁盘空间,存储的是数据库启动后的一些参数,如用户表信息,列信息,权限信息,字符信息等 performance_schema:MySQL 5.5开始新增一个数据库:主要是用于收集数据库服务器性能参数,记录处理查询请求时发生的各种事件,锁等 ...
分类:
其他好文 时间:
2019-01-07 21:30:33
阅读次数:
142
我们通过源代码,找到下面一段,该段实现了上述日志的输出。 if ((my_now – rli->mts_last_online_stat)>= mts_online_stat_period) { sql_print_information(“Multi-threadedslave statistic ...
分类:
其他好文 时间:
2019-01-07 17:38:05
阅读次数:
173
What information do we collect? We collect certain information from your mobile device, including but not limited to the following: · Device and Usage ...
分类:
移动开发 时间:
2019-01-06 13:33:29
阅读次数:
221