##源码查看小结 使用方式: 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
[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
// 复制文本内容 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
###一.sshd简介 sshd(secure shell)服务使用ssh协议远程开启其他主机shell的服务。首先需要打开sshd 服务 ###二.sshd服务状态调整 systemctl status sshd 查看服务状态 systemctl start sshd 打开服务 systemctl ...
分类:
系统相关 时间:
2021-07-21 17:39:31
阅读次数:
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
1 首先安装sphinx引擎 下载地址:http://sphinxsearch.com/downloads/archive/ 下载下来的目录结构如下 把sphinx.conf.in负责一份改名sphinx.conf放到bin目录下,修改sphinx.conf 注意log的目录和data目录的创建,在 ...
如果有卸载官方自带的安装包 rpm -qa | grep -i mysql rpm -qa | grep -i mariadb rpm -e xxxx #注:如上命令删除不成功,有别的软件依赖无法删除时,如下操作: yum remove xxxx 或 rpm -e --nodeps xxxx ``` ...
分类:
数据库 时间:
2021-07-20 16:25:40
阅读次数:
0