发现问题, [root@registry ~]# systemctl status haproxy● haproxy.service - HAProxy Load Balancer Loaded: loaded (/usr/lib/systemd/system/haproxy.service; en ...
使用helm快速部署应用 第一步 使用命令搜索应用 helm search repo 名称 (weave) 第二步 根据搜索内容选择安装 helm install 安装之后的名称 搜索应用的名称 ? 查看安装之后状态 helm list helm status 安装之后名称 ? [root@mast ...
分类:
Web程序 时间:
2021-06-13 09:34:42
阅读次数:
0
Ref: http://blogs.quovantis.com/browser-specific-hacks-for-frontend-developers/ Internet Explorer Css hacks :root .selector { Property: Value\9; color ...
分类:
Web程序 时间:
2021-06-08 23:20:07
阅读次数:
0
一份HAProxy配置文件 #全局配置 global #设置日志 log 127.0.0.1 local0 info #当前工作目录 chroot /usr/local/haproxy #用户与用户组 user haproxy group haproxy #运行进程ID uid 99 gid 99 ...
分类:
其他好文 时间:
2021-05-24 00:27:22
阅读次数:
0
TensorFlow Frontend前端 TensorFlow前端有助于将TensorFlow模型导入TVM。 Supported versions: 1.12 and below Tested models: Inception (V1/V2/V3/V4) Resnet (All) Mobile ...
分类:
其他好文 时间:
2021-03-16 11:59:01
阅读次数:
0
一、受影响因素 request对CPU的消耗 外部接口、IO等 结论:单个reqeust 对CPU消耗越高,外部系统接口、IO影响速度越慢,系统吞吐能力越低,反之越高。 二、重要参数 QPS(TPS) 定义:每秒钟request/事务 数量,,,,tps每秒处理事务数量,qps每秒处理请求数量 TP ...
分类:
其他好文 时间:
2021-02-20 12:03:29
阅读次数:
0
haproxy支持端口组 feat 如果backend中的server选项不设置端口号,则haproxy向后端服务器发起请求时,目标端口将使用client请求listen/frontend时,使用的目标端口(端口用bind选项配置) config listen fe-xx # $listen_add ...
分类:
其他好文 时间:
2021-01-11 10:33:50
阅读次数:
0
一 在启动页面找到logo的地址有两处 /opt/seafile/seafile-server-7.1.5/seahub/frontend/src/assets/seafile-logo.png /opt/seafile/seafile-server-7.1.5/seahub/media/img/s ...
分类:
其他好文 时间:
2021-01-06 11:55:09
阅读次数:
0
关于vulhub https://github.com/vulhub/vulhub/blob/master/README.zh-cn.md Vulhub是一个面向大众的开源漏洞靶场,无需docker知识,简单执行一条命令即可编译、运行一个完整的漏洞靶场镜像。 简单来说就是为了方便安全研究人员复现和研 ...
分类:
其他好文 时间:
2020-12-31 12:32:43
阅读次数:
0
krakend 是一个强大的,区别与传统的 proxy,支持强大转换,聚合,以及移除数据,krakend 同时实现了 bff (backend for frontend ) 以及micro-frontends 模式,可以进行多rest api 的集合,以及进行隔离微服务client实现的 细节 一张 ...