数据库管理与高可用第五章SQL高阶语句1.1:按关键字排序SELECTcolumn1,column2,...FROMtable_nameORDERBYcolumn1,column2,...ASC|DESC;mysql>selectid,name,scorefromaccpwherescore>80orderbyscoredesc;1.2:按多字段排序mysql>selectid,
分类:
数据库 时间:
2020-11-16 13:01:43
阅读次数:
15
目录 1. 什么是进程 2. 进程模型 2.1 PCB 2.2 进程状态 2.2.1 五状态模型 2.2.2 七状态模型 2.2.3 进程切换 2.3 进程组织 2.3.1 线性表 2.3.2 链表 2.3.3 索引 3. 线程 3.1 线程结构 3.2 线程状态 4.进程调度 4.1 几种调度方式 ...
分类:
系统相关 时间:
2020-11-13 13:19:28
阅读次数:
32
SVG Sample This is a sample to use SVG in markdown on the website cnblogs. 键命令 常用命令:KEYS EXISTS DEL TTL EXPIRE PERSIST //EXISTS 检测key存在 EXISTS key1 // ...
分类:
其他好文 时间:
2020-11-13 12:16:50
阅读次数:
6
Redis命令 因为不太熟悉,缺少的命令以后再来添加 公共命令 exists(key):确认一个key是否存在 del(key):删除一个key type(key):返回值的类型 keys(pattern):返回满足给定pattern的所有key,keys * 为所有;可以为keys x* 进行匹配 ...
分类:
其他好文 时间:
2020-11-12 14:16:00
阅读次数:
5
sql盲注 low 构造 1and 1=2 回显 User ID exists in the database.,说明是字符型注入 构造 1' 回显 User ID is MISSING from the database. 构造 1' -- + User ID exists in the data ...
分类:
数据库 时间:
2020-11-11 15:55:23
阅读次数:
15
在播放页面按F12打开控制台,选择console,复制如下代码并回车: videojs.getPlayers("video-player").html5player.tech_.setPlaybackRate(1.5) 1.5是倍速,要的倍速调成相应地数字即可 likeqc ends ...
分类:
其他好文 时间:
2020-11-06 02:38:19
阅读次数:
25
编码生成器 '' import os, time, string, random, tkinter, qrcode from pystrich.ean13 import EAN13Encoder import tkinter.filedialog # 文件对话框,其中tkinter模块为python ...
分类:
其他好文 时间:
2020-11-06 01:36:13
阅读次数:
15
Apgar score Apgar is a quick test performed on a baby at 1 and 5 minutes after birth. The 1-minute score determines how well the baby tolerated the bi ...
分类:
其他好文 时间:
2020-10-30 11:36:36
阅读次数:
19
经过几天折腾,终于搞出来了一个python网络设备配置备份的脚本。基本思路如下:1.定义设备类Device1.1初始化参数dc,zone,hostname,ip,user,passwd(数据中心,网络区域,设备名称,ip,用户名,密码)1.2函数login设备登录1.3函数screenCMD设备测试是否支持分屏命令(目前只有华为的做这个测试)1.4函数get_config支持分屏命令的设备取配置方
分类:
编程语言 时间:
2020-10-22 23:08:20
阅读次数:
30
烤串:http://player.youku.com/embed/XMjQ4NzQ2NDEzNg== 小品网站1 小品网站2 等我学了爬虫 ,一定会来下载你们 ...
分类:
Web程序 时间:
2020-10-22 22:20:49
阅读次数:
35