上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 153 下一页
摘要: 非常棒的nginx配置知识介绍,英文的 项目地址:https://github.com/trimstray/nginx-admins-handbook 中文翻译:https://www.jianshu.com/c/9f733b5ac74b https://weiliang-ms.github.io/ 阅读全文
posted @ 2023-01-09 17:53 tc310 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 1、变量作用 这个$request_uri就是完整url中刨去最前面$host剩下的部分, 比如http://www.qipa250.com/pan/beta/test1?fid=3这个url,去掉www.qipa250.com剩下的就是了, 日志里会看到打印出来的$request_uri其实是/p 阅读全文
posted @ 2023-01-07 15:28 tc310 阅读(1646) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.csdn.net/Xt991124/article/details/122434683 一、Nginx正则表达式 ^ :匹配输入字符串的起始位置 $ :匹配输入字符串的结束位置 * :匹配前面的字符零次或多次。如“ol*”能匹配“o”及“ol”、“oll” + :匹配 阅读全文
posted @ 2023-01-06 14:23 tc310 阅读(418) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.csdn.net/xsp_happyboy/article/details/80987484 1 注解的概念 1.1 注解的官方定义 首先看看官方对注解的描述: An annotation is a form of metadata, that can be adde 阅读全文
posted @ 2022-12-30 15:32 tc310 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.csdn.net/weixin_43744523/article/details/124516789 一、安装环境: 1、亲测银河麒麟、统信UOS、ubuntu20系统离线安装mysql5.7成功 2、mysql数据库5.7 arm64 deb 安装版 3、mysql 阅读全文
posted @ 2022-11-24 22:05 tc310 阅读(2374) 评论(1) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 153 下一页