摘要:        
https://www.cnblogs.com/netsa/p/6383094.html 1、^: 匹配字符串的开始位置; 2、 $:匹配字符串的结束位置; 3、.*: .匹配任意字符,*匹配数量0到正无穷; 4、\. 斜杠用来转义,\.匹配 . 特殊使用方法,记住记性了; 5、(值1|值2|值3|    阅读全文
posted @ 2018-12-21 03:05 WebEnh 阅读(2082) 评论(0) 推荐(0)
| 
 | |||
| 
摘要:        
https://www.cnblogs.com/netsa/p/6383094.html 1、^: 匹配字符串的开始位置; 2、 $:匹配字符串的结束位置; 3、.*: .匹配任意字符,*匹配数量0到正无穷; 4、\. 斜杠用来转义,\.匹配 . 特殊使用方法,记住记性了; 5、(值1|值2|值3|    阅读全文
 posted @ 2018-12-21 03:05 WebEnh 阅读(2082) 评论(0) 推荐(0) 
摘要:        
https://www.cnblogs.com/saneri/p/6257188.html Nginx if 条件判断: 1.公司网站上线有这样的需求: 由于公司网站域名从http到https的转移,在测试阶段需要公司内部进行测试,公司内部局域网访问时强制访问加密的https服务,外部用户访问正常的    阅读全文
 posted @ 2018-12-21 02:45 WebEnh 阅读(22700) 评论(0) 推荐(0) | |||