cd /usr/local/nginx #到nginx目录下 ./sbin/nginx #启动nginx ./sbin/nginx -t #检测配置文件 ps aux|grep nginx #查看nginx进程 nginx配置文件修改后,执行nginx -t successful。执行nginx - ...
分类:
其他好文 时间:
2021-03-05 13:30:31
阅读次数:
0
1.安装远程的插件,我这里没有安装成功,所以使用的是离线安装c++扩展的方式 https://github.com/microsoft/vscode-cpptools/releases 2.因为远程连接的服务器操作系统是ubuntu,所以在这里下载的版本是cpptools-linux.vsix 3. ...
分类:
编程语言 时间:
2021-03-05 13:30:15
阅读次数:
0
人脸识别分析 调用 腾讯AI人脸识别接口 测试应用 纯py文件测试照片 # -*- coding: utf-8 -*- import json from tencentcloud.common import credential from tencentcloud.common.exception. ...
分类:
其他好文 时间:
2021-03-05 13:28:55
阅读次数:
0
GitLab官方搭建教程地址: https://about.gitlab.com/install/#ubuntu 1. 依赖包安装 sudo apt-get update sudo apt-get install -y curl openssh-server ca-certificates ...
分类:
其他好文 时间:
2021-03-05 13:25:21
阅读次数:
0
[云计算]OpenStack All in one 单节点部署(Packstack安装) 1. 虚拟机创建 CentOS 7 最小化版本: https://mirrors.aliyun.com/centos/7.9.2009/isos/x86_64/CentOS-7-x86_64-Minimal-2 ...
分类:
其他好文 时间:
2021-03-05 13:09:01
阅读次数:
0
1.选中启用适用于Linux的windows子系统,重启计算机 2.去Microsoft Store搜索Linux 3.安装成功后,启动Ubuntu 第一次需要添加用户 及密码 4.添加root密码 在终端输入命令 sudo passwd ,输入成功后 该密码就为root密码 设置成功后 就可以输入 ...
简介: 快手基于 Flink 的持续优化与实践的介绍。 一、Flink 稳定性持续优化 第一部分是 Flink 稳定性的持续优化。该部分包括两个方面,第一个方面,主要介绍快手在 Flink Kafka Connector 方面做的一些高可用,是基于内部的双机房读或双机房写和一些容错的策略。第二部分关 ...
分类:
其他好文 时间:
2021-03-05 12:54:40
阅读次数:
0
问题:当自己遇到这个问题的时候,查阅很多资料,发现很多需要安装一大推东西,又是安装,又是重启,最后还是没有搞定。最后还是通过这三行命令搞定了。sudo apt-get autoremove open-vm-toolssudo apt-get install open-vm-toolssudo apt ...
树莓派版本: Raspberry Pi 4B 操作系统 :Ubuntu Desktop 20.10 树莓派官网: https://www.raspberrypi.org/ ubuntu官网: https://ubuntu.com/ 下载并安装系统 1.下载镜像: https://ubuntu.com ...
分类:
系统相关 时间:
2021-03-04 13:16:26
阅读次数:
0
将asp.net 5项目部署到linux项目,部署的时候没问题,但是连接Mysql数据库的时候一直报错: 打出所有的异常信息: 通过搜索github上相关的issue,发现这是一个net 5的已知BUG,但是不知道为什么在有些环境上依然会出现; 解决方案: vim /etc/ssl/openssl. ...
分类:
数据库 时间:
2021-03-03 12:14:06
阅读次数:
0