需求:通过对某个日期增加或减去几天,得到另外一个日期 1、首先通过strtotime()获得日期的时间戳 2、 […]
Continue reading月份:1970年1月
centos6安装discuz!x32详解
一.安装mysql 1.安装mysql yum install mysql mysql-server 2.启动 […]
Continue readingdjango项目中如何把sitemapxml等静态文件放到web根目录
有两种方案 一、 url(r’^sitemap\.xml/$’, templatevi […]
Continue readingphp之设计模式(工厂、单例)
设计模式简单说应对某类问题而设计的解决方式 工厂模式:应对需求创建相应的对象 classfactory{fun […]
Continue readingphpexplode函数讲解
本文转载地址:http://www.manongjc.com/article/515.html php exp […]
Continue readingarcarchivesclassphp
nginx源码初读(5)–让烦恼从main开始ngx
数组的结构体定义: typedefstruct ngx_array_s ngx_array_t; struct […]
Continue readingphp可变参数
php可变参数 php也可以声明接受可变参数数量的函数。通过三个帮助其函数,func_num_args(),f […]
Continue reading哪个学校it培训好
乍暖还寒,正月里闹元宵,元宵节五彩缤纷的花灯,千奇百怪的灯谜,吸引着无数人去观赏游玩。 对于广大青年来说,过了 […]
Continue reading使用nginx针对url实现负载均衡或者说接口定向分发
这里只提供了一种方式,针对location进行接口的定向分发。 已最简单的配置说清楚接口定向分发,对于其他配置 […]
Continue reading打印php信息的方法
functionconsole_log($data){if (is_array($data) || is_ob […]
Continue readingphp利用可变函数动态扩增类的属性
eoiioelinux下解压命令大全
原地址:http://www.cnblogs.com/eoiioe/archive/2008/09/20/12 […]
Continue readingphp之克隆clone
浅克隆:只是克隆对象中的非对象非资源数据,即对象中属性存储的是对象类型,则会出现克隆不完全
Continue readingyii20数据库操作1
1、添加一条数据$post = new post; $post->name = ‘yayue […]
Continue reading