码迷,mamicode.com
首页 >  
搜索关键字:think    ( 1909个结果
thinkphp查询中对于数据库日期字段的限定
原理 这里只提供对于今天时间的限定,至于前天后天同理可得 ` $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
thinkphp6 总结一些使用的时候遇到的问题
视图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七牛云
<?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
thinkphp5.1 创建定时任务
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
React与Vue的思想理念差异之处
思想总结:道生一、一生二、二生三、三生万物。 道生一思想:一切皆对象(Object),语言代表(javascript/Python/Java) 一生二思想:映射思维体现(React) ,先有js数据,再有html模板。能解决复杂问题。 二生三思想:模板思维体现(Vue),mvvm 数据和视图分开,重 ...
分类:其他好文   时间:2020-06-20 15:42:29    阅读次数:72
thinkphp queue队列
必须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
php7安装gd库,解决tp5tp6验证码模块出现未定义imagettftext()的问题
Call to undefined function think\captcha\imagettftext()
分类:Web程序   时间:2020-06-20 10:32:15    阅读次数:97
tp5.1 Env使用
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
Market Making is simpler than you think!
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
1909条   上一页 1 ... 5 6 7 8 9 ... 191 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!