转自https://moonbingbing.gitbooks.io/openresty-best-practices/ngx/nginx_local_pcre.html location 匹配规则 语法规则 location [=|~|~*|^~] /uri/ { … } 模式含义 locatio ...
分类:
其他好文 时间:
2020-07-03 15:20:53
阅读次数:
81
1.搭建zabbix环境,见上个博客 2.监控mysql 安装mysql 开启mysql yum -y install mariadb mariadb-server systemtcl start mariadb netstat -anpt |grep :3306 3.安装zabbix (配置yum ...
分类:
数据库 时间:
2020-07-02 21:21:04
阅读次数:
87
MySQL Atlas介绍 一、MySQL Atlas介绍 1.1.1 MySQL Atlas介绍 MySQL Atlas介绍 Atlas是由 Qihoo 360, Web平台部基础架构团队开发维护的一个基于MySQL协议的数据中间层项目。 它是在mysql-proxy 0.8.2版本的基础上,对其 ...
分类:
数据库 时间:
2020-07-02 19:54:40
阅读次数:
95
1.什么是AOP? AOP(Aspect Oriented Programming)面向切面编程,通过预编译方式和运行期间动态代理实现程序功能的统一维护。在不改变源代码的情况下给程序动态统一添加功能的一种技术。在AOP中,我们关注横切点,将通用的处理流程提取出来,我们会提供系统通用功能,并在各业务层 ...
分类:
其他好文 时间:
2020-07-02 18:04:09
阅读次数:
43
原文网址:https://stackoverflow.com/questions/54515175/undefined-symbols-for-architecture-arm64-jsclasscreate Undefined symbols for architecture arm64:"_JS ...
分类:
Web程序 时间:
2020-07-02 13:34:20
阅读次数:
65
执行流程: 问题描述: 后台响应ResponseEntity时,Nginx将部分数据过滤了,导致Vue提示如下图,但是实际上已经代理成功并返回数据了。 原因: 官网说明:http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_ht ...
分类:
其他好文 时间:
2020-07-02 13:25:00
阅读次数:
64
一、Kubernetes概述 1.1 容器编排工具 支持应用程序的容器的部署和组织称为容器编排,这是通过容器编排工具完成的。一些流行的开源容器编排工具包括Kubernetes、Docker Swarm和LXC docker官方编排工具 docker compose # 单机编排工具 docker s ...
分类:
Web程序 时间:
2020-07-01 20:36:12
阅读次数:
79
model_path=/home/henan_output_dir/frozen_inference_graph.pbpbtxt_path=/home/henan_output_dir/ssd_mobilenet_v1.pbtxtobject_name_path=/home/henan_output ...
分类:
其他好文 时间:
2020-07-01 20:15:07
阅读次数:
39
小张负责一家小型企业的设备运维,随着公司监控的设备增多,原有单机部署的的zabbix内存开始不够用,小张打算将zabbix的数据库单独分离出来。
分类:
数据库 时间:
2020-07-01 16:16:08
阅读次数:
65
server { listen 8081; location / { set $tag ""; set $cs "/index/test/test"; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Host $http_ ...
分类:
Web程序 时间:
2020-07-01 16:13:49
阅读次数:
161