sourcetree 使用流程
摘要:创建初始化 git init git remote add origin http://apple@47.103.154.162:8181/ebay/ebaylisting.git git fetch origin dev git checkout -b dev origin/dev 创建并切换拉取
阅读全文
posted @
2021-11-22 17:03
kevin_yang123
阅读(76)
推荐(0) 编辑
php 异步处理多个队列同时进行
摘要:<?php $batchId =time(); $queueNames = ['ProfitExportQueueOne', 'ProfitExportQueueTwo', 'ProfitExportQueueThree', 'ProfitExportQueueFour', 'ProfitExpor
阅读全文
posted @
2021-11-19 20:29
kevin_yang123
阅读(308)
推荐(0) 编辑
yyyy-MM-dd'T'HH:mm:ss.SSS'Z'即UTC时间,与时间戳转换
摘要:UTC 是指协调世界时,是最主要的世界时间标准 英语中它是CUT(Cooordinated Universal Time) 2021-11-12T11:28:07+00:00 表示UTC时间 转成中国时间 方法:date_default_timezone_set('PRC');prc代表的是中华人民
阅读全文
posted @
2021-11-17 11:33
kevin_yang123
阅读(1115)
推荐(0) 编辑