主要内容 1. DQL:查询语句 1. 排序查询 2. 聚合函数 3. 分组查询 4. 分页查询?2. 约束3. 多表之间的关系4. 范式5. 数据库的备份和还原 DQL:查询语句 1. 排序查询 * 语法:order by 子句 * order by 排序字段1 排序方式1 , 排序字段2 排序方 ...
分类:
数据库 时间:
2020-08-15 22:21:31
阅读次数:
92
Secret 使用类似于 ConfigMap,支持两种形式的使用: 将 Secret 作为环境变量暴露给容器进程使用。 将 Secret 通过volume 数据卷提供给容器进程使用。 为啥还要 Secret? Secret 顾名思义,是用于存储加密数据的 [root@master01 templat ...
分类:
Web程序 时间:
2020-08-13 12:28:09
阅读次数:
93
一.用户授权 1)普通权限 grant ${autoType1, autoType2, autoType3, ...} to ${userName} identified by ${password}; 例1: grant connect, resource to scott identified ...
分类:
数据库 时间:
2020-08-13 12:24:41
阅读次数:
188
Esp8266 Web Server 应用实例 - Simple Web Console,本文旨在向读者介绍使用Esp8266 WiFi板搭建Web Server应用的原理。示例向读者展示了如何创建Web Console,以及如何使Web Console与NodeMcu进行交互。
分类:
Web程序 时间:
2020-08-13 12:22:48
阅读次数:
85
1 import paramiko 2 import getpass 3 4 # 远程设备的IP 端口 用户名 密码 5 IP = "10.8.12.45" 6 port = 22 7 remote_username = "uos-0804" 8 remoet_password = "1" 9 # ...
分类:
编程语言 时间:
2020-08-12 15:53:39
阅读次数:
65
如今物联网的无线通信技术非常多,这其中主要分为两大类:一类是以Zigbee、WiFi、蓝牙、Z-wave等短距离通信技术为主;另一类就是以LPWAN(low-powerWide-AreaNetwork,低功耗广域网),又被称为广域网通信技术为主。 NB-IoT和LoRa两种通信技术具有不同的技术和商 ...
分类:
其他好文 时间:
2020-08-11 17:29:02
阅读次数:
94
安装环境:CPU:2C内存:8GIP:172.24.77.241(Server1)IP:172.24.77.243(Server2)服务器1安装dockeryuminstalldocker-ysystemctlstartdockersystemctlenabledocker服务器1安装dockeryuminstalldocker-ysystemctlstartdockersystemctlenab
分类:
其他好文 时间:
2020-08-11 09:29:26
阅读次数:
110
不小心忘记了grafana web界面的密码后,使用官网的方式重置密码http://docs.grafana.org/administration/cli/#reset-admin-password 但是并没有成功。 然后使用google到的另外一个方法重置成功了,现在记录下来: 1.查找grafa ...
分类:
其他好文 时间:
2020-08-10 14:32:32
阅读次数:
67
mysql 5.7密码策略修改 1、查看当前的密码策略 show variables like 'validate_password%'; 2、密码策略的各项值 validate_password_dictionary_file:密码策略文件,策略为STRONG才需要 validate_passwo ...
分类:
数据库 时间:
2020-08-08 21:22:09
阅读次数:
98
1,apt 创建:/etc/apt/apt.conf.d/proxy.conf 内容: Acquire::http::Proxy "http://username:password@ip地址或网址:8080/"; Acquire::https::Proxy "http://username:pass ...
分类:
系统相关 时间:
2020-08-08 17:40:59
阅读次数:
66