Nginx 的 try_files 指令使用实例 2020年1月26日2020年5月12日 Yooer Leave a comment 代码分享, 教程文章, 转载摘抄 Nginx的配置语法灵活,可控制度非常高。在0.7以后的版本中加入了一个try_files指令,配合命名loc […] Continue reading
sql 语句转 mongo aggregate 语句的各种例子[转载] 2020年1月24日2020年5月12日 Yooer Leave a comment Mongo 简介 部分同学不熟悉 mongodb 的查询语法,为了降低入门门槛,今天专门提供了转换类。 已经为大家准备好了 […] Continue reading
php 统计软件与文章等月、周、当天排行 2020年1月21日2020年5月12日 Yooer Leave a comment 代码分享 来自三牛哥哥的代码部分代码如下 //统计当月 if($nowDateArray[“year”] == $old […] Continue reading
采集自增长 包含页面id 和 typeid 自动更新和归零 2020年1月12日2020年5月12日 Yooer Leave a comment 代码分享 代码如下 <?php //引入公共库 require_once(dirname(__FILE__).”/ […] Continue reading
php array_pop 删除数组最后一个元素实例 2020年1月10日2020年5月12日 Yooer Leave a comment 代码分享 php array_pop函数将数组最后一个单元弹出(出栈),即删除数组的最后一个元素。本文章通过php实例向 […] Continue reading