上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 60 下一页
摘要: 2019-07-10 一、open-falcon简介 open-falcon是由小米运维团队,从互联网公司角度为出发点,开发出来的一套面向互联网行业的企业级的开源监控系统,截至2019年7月,open-falcon最新稳定版本为v0.2 二、open-falcon特性 数据采集方式多样灵活:支持ag 阅读全文
posted @ 2023-05-22 16:32 GaoYanbing 阅读(505) 评论(0) 推荐(0)
摘要: 官网:shiro.apache.org 目录: shiro 概念 Shiro 框架认证拦截实现 Shiro 框架认证业务实现 Shiro 中授权过程的实现 授权业务 DAO 实现 Shiro安全框架1. shiro概念: Shiro是apache旗下一个开源的安全框架,可以将软件中安全认证相关的功能 阅读全文
posted @ 2023-05-19 18:33 GaoYanbing 阅读(19) 评论(0) 推荐(0)
摘要: Shiro Shiro简介 什么是Shiro? Apache Shiro是一个Java 的安全(权限)框架。 Shiro可以非常容易的开发出足够好的应用,其不仅可以用在JavaSE环境,也可以用在JavaEE环境。 Shiro可以完成,认证,授权,加密,会话管理,Web集成,缓存等. 官网: shi 阅读全文
posted @ 2023-05-19 18:30 GaoYanbing 阅读(156) 评论(0) 推荐(0)
摘要: 深漂,10年数据库、数据仓库及大数据工作经验,求职中 ​关注 31 人赞同了该文章 ​ 目录 收起 一. Doris简介 二. Doris 整体架构 2.1 Doris 整体架构简介 2.2 Doris 数据分布 2.3 Doris 的使用方式 三. Doris关键技术 3.1 数据可靠性 3.2 阅读全文
posted @ 2023-05-19 18:08 GaoYanbing 阅读(917) 评论(0) 推荐(0)
摘要: 背景:为了提供更安全可靠的外网ssh连接,计划对root用户登录做限制,停止root用户登录,使用新账号登录,可有效减小黑客入侵几率,不仅需要猜密码,还需要先猜账号,无疑大大增加入侵成本。 服务器版本:centos7.6 步骤一,新增用户username# useradd username //us 阅读全文
posted @ 2023-05-18 16:22 GaoYanbing 阅读(132) 评论(0) 推荐(0)
摘要: 全局变量 下面是可以用作if判断的全局变量 $args : 这个变量等于请求行中的参数,同$query_string $content_length : 请求头中的Content-length字段。 $content_type : 请求头中的Content-Type字段。 $document_roo 阅读全文
posted @ 2023-05-18 14:09 GaoYanbing 阅读(913) 评论(0) 推荐(1)
摘要: 安装依赖: curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.pypython2.7 get-pip.pypip install psutilpip install datetime 脚本: [cat monitor 阅读全文
posted @ 2023-05-17 17:05 GaoYanbing 阅读(227) 评论(0) 推荐(0)
摘要: 方案1 使用全局变量$args location /test { default_type text/html; # 获取 user_id 参数值 if ($args ~* "user_id=(\d+)") { set $user_id $1; } # 对最后两位数进行正则匹配 if ($user_ 阅读全文
posted @ 2023-05-17 11:20 GaoYanbing 阅读(593) 评论(0) 推荐(0)
摘要: 使用 locale 命令查看系统当前编码 经过网上查资料,修改 /etc/default/locales 文件 myubuntu@ubuntu:~$ sudo vi /etc/default/locale LANG="zh_CN.UTF-8" LANGUAGE="zh_CN:zh" LC_ALL=" 阅读全文
posted @ 2023-05-16 21:50 GaoYanbing 阅读(432) 评论(0) 推荐(0)
摘要: ^~ 标识符后面跟一个字符串。Nginx将在这个字符串匹配后停止进行正则表达式的匹配(location指令中正则表达式的匹配的结果优先使用),如:location ^~ /images/,你希望对/images/这个目录进行一些特别的操作,如增加expires头,防盗链等,但是你又想把除了这个目录的 阅读全文
posted @ 2023-05-16 19:05 GaoYanbing 阅读(95) 评论(0) 推荐(0)
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 60 下一页