本文实例讲述了php实现查询两个数组中不同元素的方法。分享给大家供大家参考,具体如下: 结果: array ( […]
Continue readingmove
php的基本语法学习的差不多了,现在开始学习php的文件上传功能实现了。功能中使用到了move_uploade […]
Continue readingphpconst与define区别
原文地址:http://www.manongjc.com/article/491.html const是用于类 […]
Continue reading将mssql数据对应转换到mysql
一.我就职于一个小公司,每天的工作是维护网站正常运行,改写网站的小bug,以及配合老板每个”灵光乍 […]
Continue readingphp中字符串常用的截取操作
因为最近的开发需求,在将密码进行md5加密后,涉及到密文的字符串截取。所以写了这篇blog,希望大家支持。 以 […]
Continue readingnginx操作
一、启动与停止 1. 启动 安装目录 + -c + 配置文件地址2. 验证配置文件的正确性 ./nginx – […]
Continue reading正值表达式匹配html标签的属性值
今天由于工作的需求,需要获取html标签的属性值,立即想到了正则表达式,标签如下: 需要获取标签的cx、c […]
Continue readingphpdomdocument递归格式化缩进html文档
php domdocument 递归 格式化缩进html文档 function format(\domnode […]
Continue reading解决php的“itisnotsafetorelyonthesystem’stimezonesettings”问题
这篇文章主要介绍了解决php的“it is not safe to rely on the system’s […]
Continue readingnginx配置https
最近开发登录系统,由于涉及到密码相关,请求需要以https方式,而线上大前端的nginx有认证的数字证书,因此 […]
Continue readingphp去掉url里的indexphp
php项目中,为了访问链接的友好性及seo优化,我们经常需要为访问页面配置一个短链接,并把index.php去 […]
Continue readingnginx的alias的用法及和root的区别
nginx的alias的用法及和root的区别 http://nginx.org/en/docs/http/n […]
Continue readingphp错误提示open
今天在帮助一个朋友配置一台服务器时发现网站配置好了缓存目录读写不成功,在打开错误时发现提示 warning: […]
Continue readingphp内置webserver探究(二)自定义php控制台输出console函数
我们在开发app的服务器端,当和app进行联调时通常需要实时跟踪url请求和参数的接收情况。 但php并没有像 […]
Continue readingphp之标准类
php是内置标准类的(stdclass)
Continue reading