原理 这里只提供对于今天时间的限定,至于前天后天同理可得 ` $start_time=strtotime(date("Y-m-d",time()));//今天开始时间 $end_time=$start_time+60*60*24;//今天结束时间 明天开始时间 $end_time1=$start_t ...
分类:
数据库 时间:
2020-07-02 11:55:28
阅读次数:
58
视图view 使用的时候报错: composer require topthink/think-view 命令创建的时候遇到错误:“Command "build" is not defined.” composer require topthink/think-multi-app ...
分类:
Web程序 时间:
2020-06-30 10:49:09
阅读次数:
130
高效能人士的七个习惯: 习惯一:积极主动 Be Proactive 习惯二:以始为终 Begin with the end in mind 习惯三:要事第一 Put first things first 习惯四:双赢思维 Think win/win 习惯五:知彼解己 Seek first to un ...
分类:
其他好文 时间:
2020-06-29 22:49:01
阅读次数:
119
<?php namespace lib; use think\Loader; /** * Description of Qrcode * * @author lsf */class Qiniu { private $bucket; private $uploadMgr; private $qiniu ...
分类:
Web程序 时间:
2020-06-27 16:03:35
阅读次数:
126
1.在application目录下创建crontab模块(统一存放定时任务) 2.在command目录下创建Task.php 代码如下: <?php namespace app\crontab\command; use think\console\Command; use think\console ...
分类:
Web程序 时间:
2020-06-24 00:26:08
阅读次数:
315
思想总结:道生一、一生二、二生三、三生万物。 道生一思想:一切皆对象(Object),语言代表(javascript/Python/Java) 一生二思想:映射思维体现(React) ,先有js数据,再有html模板。能解决复杂问题。 二生三思想:模板思维体现(Vue),mvvm 数据和视图分开,重 ...
分类:
其他好文 时间:
2020-06-20 15:42:29
阅读次数:
72
必须thinkphp6.0问题处理: https://www.cnblogs.com/ryanzheng/p/12337301.html github地址: https://github.com/top-think/think-queue Thinkphp-queue自带的队列包使用分析: http ...
分类:
Web程序 时间:
2020-06-20 13:21:43
阅读次数:
81
Call to undefined function think\captcha\imagettftext()
分类:
Web程序 时间:
2020-06-20 10:32:15
阅读次数:
97
echo "app_path ".Env::get('app_path')."</br>"; echo "root_path ".Env::get('root_path')."</br>"; echo "think_path ".Env::get('think_path')."</br>"; ech ...
分类:
其他好文 时间:
2020-06-20 00:55:05
阅读次数:
116
https://blog.quantinsti.com/market-making/ Over the past few years, you must have witnessed a sharp positive shift in the financial markets, mainly be ...
分类:
其他好文 时间:
2020-06-16 18:20:05
阅读次数:
58