Cookie是web服务器放在访问者浏览器中的一个很小的文本文件,用来识别不同的用户。
Continue reading...kongkong
zend studio xdebug设置断点无效解决方法
zend studio调试php程序有两种方式,debugger跟xdebug。我用的xdebug,环境配置完成后,...
Continue reading...Zend studio调试wordpress源码
Zend studio是编辑、调试php文件的工具,使用很方便(类似于eclipse,只不过它是php的)。使用zend studio可以很方便的阅读和调试php代码。这里给出调试wordpress源...
Continue reading...正则表达式解析(二)
分组,如果要重复多个字符就要使用()(小括号)字符了。()是元字符,如果就像匹配小括号这样的字符,需要用转义。举例:用正则表达式表示IP地址(ip v4),ip地址为类似于192.168.1.1
Continue reading...
近期评论