会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
pengcx
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
24
下一页
2019年11月26日
php获取前一小时、前一天、三天前、前一个月、三个月前、前一年的时间
摘要: 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)
2019年11月6日
php 二维数组根据特定字段排序
摘要: $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)
2019年10月16日
网页微信第三方登录-redirect_uri参数错误
摘要: 来源: https://www.jianshu.com/p/5b5c2131bff9 ps:要写完整域名www.xxxx.com
阅读全文
posted @ 2019-10-16 11:23 pengcx
阅读(388)
评论(0)
推荐(0)
2019年9月25日
curl_init()和curl_multi_init()多线程的速度比较
摘要: 来源:https://blog.csdn.net/cs729298/article/details/78559641
阅读全文
posted @ 2019-09-25 14:58 pengcx
阅读(530)
评论(0)
推荐(0)
2019年9月23日
php设置网络访问不受时间限制
摘要: set_time_limit(0);
阅读全文
posted @ 2019-09-23 10:12 pengcx
阅读(562)
评论(0)
推荐(0)
2019年9月19日
mysql 新增字段
摘要: ALTER TABLE 表名 add `字段名` tinyint(1) NOT NULL DEFAULT '0' COMMENT ' ' AFTER `字段名`;
阅读全文
posted @ 2019-09-19 19:13 pengcx
阅读(1193)
评论(0)
推荐(0)
2019年8月22日
phpstorm —— Xdebug 的配置和使用
摘要: 来源: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)
2019年8月21日
mysql explain用法和结果的意义
摘要: 来源:https://www.cnblogs.com/yycc/p/7338894.html
阅读全文
posted @ 2019-08-21 16:34 pengcx
阅读(149)
评论(0)
推荐(0)
2019年8月20日
git rebase详解
摘要: 来源:https://www.codercto.com/a/45325.html
阅读全文
posted @ 2019-08-20 10:57 pengcx
阅读(148)
评论(0)
推荐(0)
2019年8月15日
phpstrom代码格式化
摘要: 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
下一页
公告