上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 24 下一页
摘要: php获取前一个小时的时间: $mtime= date("Y-m-d H:i:s", strtotime("-1 hour")); php获取前一天的时间: $mtime= date("Y-m-d H:i:s", strtotime("-1 day")); php获取三天前的时间: $mtime= 阅读全文
posted @ 2019-11-26 09:37 pengcx 阅读(2140) 评论(0) 推荐(0)
摘要: $arr = array( array( 'id' => 5, 'time' => '2018-01-05', 'order' => 1 ), array( 'id' => 3, 'time' => '2018-01-03', 'order' => 2 ), array( ... 阅读全文
posted @ 2019-11-06 09:39 pengcx 阅读(170) 评论(0) 推荐(0)
摘要: 来源: https://www.jianshu.com/p/5b5c2131bff9 ps:要写完整域名www.xxxx.com 阅读全文
posted @ 2019-10-16 11:23 pengcx 阅读(388) 评论(0) 推荐(0)
摘要: 来源:https://blog.csdn.net/cs729298/article/details/78559641 阅读全文
posted @ 2019-09-25 14:58 pengcx 阅读(530) 评论(0) 推荐(0)
摘要: set_time_limit(0); 阅读全文
posted @ 2019-09-23 10:12 pengcx 阅读(562) 评论(0) 推荐(0)
摘要: ALTER TABLE 表名 add `字段名` tinyint(1) NOT NULL DEFAULT '0' COMMENT ' ' AFTER `字段名`; 阅读全文
posted @ 2019-09-19 19:13 pengcx 阅读(1193) 评论(0) 推荐(0)
摘要: 来源:https://www.cnblogs.com/lightsrs/p/9612409.html 打开http://www.xdebug.org/download.php下载相应的版本 但得注意须下载跟机器上安装的php匹配的版本才行。所以可以将phpinfo网页的信息拷贝到http://www 阅读全文
posted @ 2019-08-22 17:07 pengcx 阅读(183) 评论(0) 推荐(0)
摘要: 来源:https://www.cnblogs.com/yycc/p/7338894.html 阅读全文
posted @ 2019-08-21 16:34 pengcx 阅读(149) 评论(0) 推荐(0)
摘要: 来源:https://www.codercto.com/a/45325.html 阅读全文
posted @ 2019-08-20 10:57 pengcx 阅读(148) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_39820924/article/details/80773329 阅读全文
posted @ 2019-08-15 11:49 pengcx 阅读(93) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 24 下一页