码迷,mamicode.com
首页 >  
搜索关键字:apache nginx    ( 57724个结果
Ubuntu 18.04 安装Nginx及部署Vue配置
更新软件包 sudo apt update sudo apt install nginx 查看状态 sudo systemctl status nginx 状态显示绿色active表示正常运行 防火墙开放相关端口 sudo ufw allow 'Nginx Full' 重新加载规则 sudo ufw ...
分类:系统相关   时间:2021-05-24 15:33:12    阅读次数:0
linux上编译nginx 实现网页开发
wget http://nginx.org/download/nginx-1.16.1.tar.gz # 解压 tar -xzf nginx-1.16.1.tar.gz cd nginx-1.16.1 # yum升级 yum update # yum安装依赖 yum -y install gcc p ...
分类:Web程序   时间:2021-05-24 15:28:40    阅读次数:0
Flume对接HBASE报错:NoClassDefFoundError: org/apache/hadoop/hbase/HBaseConfiguration
方案一:手动拷贝需要的相关jar包 flume对接HBASE报错,找不到相关的类: 报错hbase相关日志: 18 五月 2021 17:25:50,633 ERROR [lifecycleSupervisor-1-2] (org.apache.flume.lifecycle.LifecycleSu ...
分类:Web程序   时间:2021-05-24 15:18:47    阅读次数:0
如何开启Apache SkyWalking的自监控?
1. 开启Prometheus遥测数据 默认情况下, 遥测功能(telemetry)是关闭的(selector 为 none),像这样: telemetry: selector: ${SW_TELEMETRY:none} none: prometheus: host: ${SW_TELEMETRY_ ...
分类:Web程序   时间:2021-05-24 14:20:53    阅读次数:0
如何在 CentOS 系统中安装和配置 nginx 服务? 原创
由于目前负责公司 DevOps 平台的前端开发工作的原因,工作中会经常遇到 nginx 服务器相关的维护工作,通过学习和工作实践积累了一些 nginx 服务器的相关配置经验和知识积累。 在之前的《前端性能优化 – 启用 GZip 压缩》一文中就给大家介绍过如何在 nginx 中开启 gzip。并且也 ...
分类:其他好文   时间:2021-05-24 14:01:55    阅读次数:0
Linux命令8
安装 javaee jdk mysql apache ideaIU shell编程 x.sh脚本 格式要求: 1.脚本以#!/bin/bash开头 2.脚本要有可执行权限 vim hello.sh 写上: #!/bin/bash echo "hello,world" 保存退出 sh hello.sh ...
分类:系统相关   时间:2021-05-24 13:41:21    阅读次数:0
Maven项目中,命令执行特定的testng.xml配置文件
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc ...
分类:其他好文   时间:2021-05-24 12:05:49    阅读次数:0
k8s mandatory.yaml & service-nodeport.yaml
尝试做 ingress 实验,发现被畜生的墙拦住下载不了 mandatory.yaml & service-nodeport.yaml。 https://raw.githubusercontent.com/kubernetes/ingress-nginx/nginx-0.30.0/deploy/st ...
分类:其他好文   时间:2021-05-24 11:09:02    阅读次数:0
win10 添加Nginx 到服务
Nginx 下载与安装 Nginx 下载地址:http://nginx.org/en/download.html 选择windows版本,我使用的是 nginx/Windows-1.18.0 这个版本 下载完成后, 直接解压缩 将Nginx 添加到服务中去 下载工具 winsw: http://re ...
分类:Windows程序   时间:2021-05-24 10:38:57    阅读次数:0
Debuting a Modern C++ API for Apache Kafka
Morgan Stanley uses Apache Kafka® to publish market data to internal clients and to persist it for replay purposes. We started out using librdkafka’s ...
分类:编程语言   时间:2021-05-24 10:27:55    阅读次数:0
57724条   上一页 1 ... 18 19 20 21 22 ... 5773 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!