本文实例讲述了php+mysql实现的简单投票系统。分享给大家供大家参考,具体如下: 手机系统调查问卷 你现在 […]
Continue reading月份:1970年1月
meteor用户登录注册密码验证php版本
meteor 对用户密码加密的模块在 accounts-password 下: https://github. […]
Continue reading简单谈谈php中strlen函数
strlen函数说明。 int strlen ( string $string ) 在这篇文章,我们可以知道s […]
Continue readingngnix开发(五)将rtmp直播流转换成hls直播流
1:修改/usr/local/nginx/conf/ngnix.conf,红色字体为添加内容。 #rtmp直播 […]
Continue readingphp正则解析apache日志文件文件
可以把日志按小时滚动,采用php正则分析日志的方式进行解决 $logline =’127.0.0. […]
Continue readingphp计算当前坐标3公里内4个角落的最大最小经纬度实例
本文实例讲述了php计算当前坐标3公里内4个角落的最大最小经纬度的方法。分享给大家供大家参考,具体如下: // […]
Continue readingphp输出gzip压缩
functionob_gzip($content){if(!headers_sent()&& […]
Continue readingphp实现根据时间戳获取周几的方法
本文实例讲述了php实现根据时间戳获取周几的方法。分享给大家供大家参考,具体如下: 获取某个时间戳的周几,以及 […]
Continue readingphp设计模式策略模式
策略模式: 将一组特定的行为和算法封装成类,以适应某些特定的上下文环境; 实际应用举例,假如一个电商网站系统, […]
Continue reading143php接口
php 写app接口 php 接口 特殊的抽象类interface / implements 关键字实现接口 […]
Continue readingphptry
php try-catch 语句为了进一步处理异常,我们需要使用try-catch语句—-包括tr […]
Continue readingffmpeg的php扩展在64位系统下的安装
1:接我上篇博客,是在32位的win7系统下的安装说明。 2:我在我的笔记本上安装了64位的win7,php的 […]
Continue readingphp中的注释
// 这是 php 单行注释/*这是 php 多行 注释 */ 以上就介绍了php 中的注释,包括了方面的内容 […]
Continue readingphp调用java写的webservices提示uncaughtsoapfaultexception:[http]notfound
new client(远程wsdl)的时候wsdl地址是带端口的,一直提示uncaught soapfault […]
Continue readingnginx跳转指定接口
nginx 跳转指定接口 场景: 进行stub测试时,程序访问的不是真正的接口,而是stub接口(提供假数据) […]
Continue reading