一、数据库层特性 1、Mysql数据库bypass 1.参数和union之间 id=1\Nunion id=1.1union id=8e0union 2.union和select之间 union%0aselect union%09select union%0bselect union%0cselec ...
分类:
数据库 时间:
2021-07-23 17:41:48
阅读次数:
0
##源码查看小结 使用方式: 1.Web界面,Dashboard(horizon) 2.命令行,cliff 3.API,RESTful API 服务部署:(python: wsgi → application) Apache + mod_wsgi (官方) Nginx + uWSGI API框架: ...
分类:
其他好文 时间:
2021-07-23 17:39:38
阅读次数:
0
dockerfile文件 #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. FRO ...
分类:
Web程序 时间:
2021-07-23 17:38:17
阅读次数:
0
################################# 分类标准: 分类: 数值数据类型:() 字符串数据类型 日期时间数据类型 json数据类型 空间数据类型 数值数据类型: 整数(精确值): 1)tinyint,占用1字节,用在很少值的分类列中,比如状态列的数据类型 2)smalli ...
分类:
数据库 时间:
2021-07-22 17:43:06
阅读次数:
0
[ctrl]+[alt]+[f1/2/3/4/5/6] tty123456操作界面 [ctrl]+[alt]+[f7] 图形操作界面 [Tab] 命令补全 [Tab]+[Tab] 文件补全 [ctrl]+c 停止 [ctrl]+d EOF,可代替exit [Ctrl]+z 暂停目前命令 [Ctrl] ...
分类:
系统相关 时间:
2021-07-22 17:41:10
阅读次数:
0
MySQL目前主要有以下几种索引类型:1.普通索引2.唯一索引3.主键索引4.组合索引5.全文索引 详情参考:https://www.cnblogs.com/luyucheng/p/6289714.html ...
分类:
数据库 时间:
2021-07-22 17:40:10
阅读次数:
0
// 复制文本内容 copy(data) { let url = data; // #ifdef APP-PLUS uni.setClipboardData({ data:url, success() { uni.showToast({ title: '复制成功', icon: 'none', du ...
分类:
移动开发 时间:
2021-07-22 17:32:52
阅读次数:
0
#对于etcd、controlplane 和 worker节点,运行以下命令: firewall-cmd --permanent --add-port=22/tcp firewall-cmd --permanent --add-port=80/tcp firewall-cmd --permanent ...
分类:
其他好文 时间:
2021-07-21 17:40:59
阅读次数:
0
HTTP请求过程 一个完整的HTTP请求过程,一般包含下面七个步骤 1.建立TCP连接 2.客户端向服务端发送请求命令 3.客户端发送请求头信息 4.服务端响应 5.服务端发送响应头信息 6.服务端向客户端发送数据 7.服务端关闭TCP连接 一个HTTP请求的组成 一个HTTP请求一般由四部分组成 ...
分类:
Web程序 时间:
2021-07-21 17:36:24
阅读次数:
0
2021-07-20 1.查看firewall服务状态 systemctl status firewalld 2.查看firewall状态 firewall-cmd --state 该命令需要在超级用户root身份下使用 3.重启,关闭,开启firewall服务 # 重启 systemctl res ...
分类:
其他好文 时间:
2021-07-21 17:31:40
阅读次数:
0