学习laravel过程中,我需要开启xdebug进行调试,然后xdebug官网看了下说明,linux系统下需要 […]
Continue reading月份:1970年1月
startbbs”烧饼bbs”安装出现错误“onlyvariablereferencesshouldbereturnedbyreference”
startbbs是一个国内开源的比较美观的基于mvc的phpbbs 安装的时候会报错“only variabl […]
Continue readingnginx开发(三)搭建rtmp点播系统
1:/在 /usr/local/nginx/html/ 目录下创建了multimedia/rtmp 2:拷贝文 […]
Continue readinghelloworldtophpmac配置xmappvirtualhost
一、安装xmapp。安装完以后查看,服务是否都能启动(数据库和服务器) 二、配置自己的virtualhost […]
Continue readingphp生成图片缩略图,并在浏览器中显示,灵活,实用
由于个人需要上传图片至网站相册,并以缩略图的形式显示,百度了很多源码屡试屡败,自己写了一个函数,已成功运行。缩 […]
Continue readingphp代码优化的方法
php代码优化的目的是为了提高php程序的执行效率,编写php代码时,可以从以下方面着手优化: 1. 用单引号 […]
Continue readingphp学习一:对php的理解
php,英文全称是hypetext preprocessor,中文译名则叫超文本预处理器,因为其可以直接嵌入到 […]
Continue reading关于php数字转大写人民币的代码完善)
之前看到一个php版本的把数字变为大写人民币的代码,以前没有打开display_errors,后来为了提高代码 […]
Continue readingredis和memcached如何存储php数组
可以以string类型的方式存储。 1、可使用php自带的json_encode和json_decode转换成 […]
Continue readingjson
大家都知道,json_encode通常会把json中的汉字转义成unicode,但是这并不一定是我们想要的。有 […]
Continue readinglinux下为php添加iconv模块的方法
./configure –with-mysql=/backup/mysql –with […]
Continue readingphp函数,伪函数的使用:函数名长,会影响到性能?
函数名长,会影响到性能 对于php函数的使用,有如下一些建议 1. 一个功能可以用内置函数完成,尽量使用它而不 […]
Continue readingphp+js三级菜单联动菜单实现方法
本文实例讲述了php+js三级菜单联动菜单实现方法。分享给大家供大家参考,具体如下: 智能递归菜单-读取数据库
Continue reading23instanceobjects
默认情况下,依赖注入 是用 get 方法 如果想要注入时,每次实例化的是新的对象,则在 节点的 shared […]
Continue readingphp中模拟链表和链表的基本操作示例
模拟链表: name = $name; $this->id = $id; } /** * 遍历链表 */ pu […]
Continue reading