一、HTTP请求方法 在HTTP请求报文中的方法(Method),是对所请求对象所进行的操作,也就是一些命令。请求报文中的操作有: 方法(Method) 含义 GET 请求读取一个Web页面 POST 上传一个资源(如Web页面) DELETE 删除Web页面 CONNECT 用于代理服务器 HEA ...
分类:
Web程序 时间:
2020-08-25 15:46:44
阅读次数:
72
1. 环境搭建 1.1 创建虚拟环境 # 如果当前系统中没有虚拟环境,则使用以下命令安装虚拟环境: # pip3 install virtualenv -i https://pypi.tuna.tsinghua.edu.cn/simple # pip3 install virtualenvwrapp ...
分类:
其他好文 时间:
2020-08-20 19:25:45
阅读次数:
112
目录1配置YUM源21.1本地镜像挂载目录21.2下载镜像并使用CRT工具rz命令上传21.3创建挂载目录21.4挂载镜像21.5备份redhat.repo21.6编辑redhat7.repo文件31.7重新加载yum32RedHat7上安装telnet-server32.1安装telnet32.2启动telnet服务32.3启用root用户登录、33使用telnet客户端远程登录43.1安装te
分类:
Web程序 时间:
2020-08-20 19:16:19
阅读次数:
116
我的实验MHA环境准备:192.168.199.101manager192.168.199.102node01192.168.199.103node02192.168.199.104node03主机环境[root@manager~]#uname-aLinuxmanager3.10.0-1062.12.1.el7.x86_64#1SMPTueFeb423:02:59UTC2020x86_64x86_
分类:
数据库 时间:
2020-08-19 19:29:48
阅读次数:
84
安装环境 操作系统:64位Windows10家庭版 虚拟机:Virtualbox Linux系统:Ubuntu20.04.1-desktop-amd64 安装流程 Virtualbox安装 Virtualbox下载 安装过程中可以更换安装路径,其他选项默认就好! Ubuntu.iso下载 Ubunt ...
分类:
系统相关 时间:
2020-08-17 17:51:28
阅读次数:
132
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use n ...
分类:
其他好文 时间:
2020-08-13 12:42:41
阅读次数:
61
Esp8266 Web Server 应用实例 - Simple Web Console,本文旨在向读者介绍使用Esp8266 WiFi板搭建Web Server应用的原理。示例向读者展示了如何创建Web Console,以及如何使Web Console与NodeMcu进行交互。
分类:
Web程序 时间:
2020-08-13 12:22:48
阅读次数:
85
SNMP是由IETF(Internet Engineeriing Task Force,互联网工程任务组)定义的一套基亍SGMP(Simple Gateway Monitor Protocol,简单网关监视协议)的网络管理协议。以SNMP为技术的网络管理系统(NMS)中,管理主机利用SNMP进行远程监控管理网络上的所有支持这种协议的设备(如计算机工作站、终端、路由器、Hub、网络打印机等),主要负责监视设备状态、修改设备配置、接受事件警告等。
分类:
其他好文 时间:
2020-08-13 11:55:32
阅读次数:
73
Max Adler (a wealthy benefactor) introduced me to Isaac in 1946 in his Chicago home and played a recorded live performance of Tchaikovsky concerto tha ...
分类:
其他好文 时间:
2020-08-12 16:00:34
阅读次数:
61
1、进入root目录 cd ~ 2、建立.pip文件夹 mkdir .pip 3、进入.pip文件夹 cd .pip 4、编辑pip.conf文件 vi pip.conf [global] index-url = https://mirrors.aliyun.com/pypi/simple/ [in ...
分类:
其他好文 时间:
2020-08-11 13:09:19
阅读次数:
72