Category Archives: web原理

web原理

正则表达式断言、巡视(Assertions)、正向断言、反向断言

断言(Assertions)在正则表达式概念里面难理解,它通常指的是在目标字符串 … Continue reading →

Posted in web原理, 学习心得 | Tagged | Leave a comment

正则表达式匹配解析过程探讨分析(正则表达式匹配原理)

已经有多篇关于正则表达式介绍的文章,随着我们越来越多使用正则表达式,想对性能做优 … Continue reading →

Posted in web原理 | Tagged | 2 Comments

正则表达式单行、多行模式简介(使用说明)

继上几篇正则表达式相关说明(详情:正则表达式 ),我们今天继续讨论下,它的单行, … Continue reading →

Posted in web原理 | Tagged | Leave a comment

正则表达式(regex)入门、元字符(特殊字符)、学习提高、学习实例

什么是正则表达式呢? 正则表达式,又称正规表示法、常规表示法(英语:Regula … Continue reading →

Posted in web原理, 学习心得 | Tagged , | Leave a comment

正则表达式(regex)或操作符”|“使用易出现功能Bug

接上一篇:正则表达式(regex)错误使用导致功能漏洞 ,我们继续梳理,正则表达 … Continue reading →

Posted in web原理, 学习心得 | Tagged , | Leave a comment

正则表达式(regex)错误使用导致功能漏洞

写在前面的话 正则表达式它的强大字符串匹配功能,导致目前在各种程序语言中,都非常 … Continue reading →

Posted in web原理, 学习心得 | Tagged | 1 Comment

姓名中点字符输入思考(输入特殊字符)

最近工作中,时不时有用户输入自己真实姓名,然后申请银行提款时候,遇到一些特殊字符 … Continue reading →

Posted in web原理, 学习心得 | Tagged , | Leave a comment

php session阻塞页面分析及优化 (session_write_close session_commit使用)

这个问题很多做php开发朋友应该都有遇到过,一个启用了session_start … Continue reading →

Posted in web原理, web性能 | Tagged , | Leave a comment

识别真假搜索引擎(搜索蜘蛛)方法(baidu,google,Msn,sogou,soso等)

最近工作中遇到个问题,就是有一些资源,不希望别人很派发的抓取,这样会占用我们带宽 … Continue reading →

Posted in web原理, 学习心得 | Tagged , | Leave a comment

PHP 站点相对包含,路径的问题解决方法(include,require)

以前看了,很多框架,基本上很少使用相对路径包含。而一般很多做php web站点, … Continue reading →

Posted in web原理, web性能, 学习心得 | Tagged | Leave a comment