写了一篇关于 FastAdmin 插件路由的分析文章 插件路由演示 ThinkPHP 的路由就像是整个应用的调度室,让你的应用 url 更友好,而且让应用更安全,不会让真实的地址暴露出去。 了解过 Laravel 的同学都知道,Laravel 一开始就是一堆繁琐的路由定义,但是 ThinkPHP5 ...
分类:
其他好文 时间:
2018-12-10 11:50:49
阅读次数:
212
控制器【https://blog.csdn.net/John_rush/article/details/80169702】 public function verify(){ $captcha = new \think\captcha\Captcha(); //使用中文验证码 $captcha->u ...
分类:
Web程序 时间:
2018-12-04 13:24:21
阅读次数:
377
看了手册,一脸蒙蔽,完全不知道手册写的什么: 不废话 直接写案例 第一步 验证器中的验证规则如下: 第二部 控制器中这样使用: ...
分类:
Web程序 时间:
2018-12-03 21:06:00
阅读次数:
236
?Discuss both views and give your own opinion ? ? ?Agree or disagree ?Discuss both views ?Report ?Advantage ?The introduction ?Some people think that ...
分类:
其他好文 时间:
2018-12-02 22:52:44
阅读次数:
189
红色表示重点词汇 蓝色表示句子主干 带着问题听讲解 Q1: “preference”是什么意思? Q2: 人们最明显的倾向是优先救哪几类人? Q3: 罪犯的优先级如何? How people think that self-driving cars should behave in an accid ...
分类:
其他好文 时间:
2018-11-30 14:10:10
阅读次数:
272
1、单元测试composer require topthink/think-testing 1.* (5.0) composer require topthink/think-testing 5.1官方的5.0版本的扩展库版本号都是1.*,2.0版本均为ThinkPHP5.1版本专用。 ...
分类:
其他好文 时间:
2018-11-27 19:21:57
阅读次数:
221
1、解决精确匹配问题,如果不加配置,搜索农大,会搜出“农”“大”这两个字的匹配,我们要的是“农大”,那么好了,加上一个条件搞定; 完整代码: ...
分类:
编程语言 时间:
2018-11-27 17:12:45
阅读次数:
169
In China, foreign brand commodities are often much more expensive than abroad. The main reason is that we Chinese people tend to think foreign things ...
分类:
其他好文 时间:
2018-11-26 20:20:36
阅读次数:
182
PHP实现短信验证的整体思路: 一、申请短信api ->申请网址https://s1.chanyoo.cn/login?url=%2f 二、编写核心代码(thinkPHP5) 示例: <?php//命名空间namespace app\index\controller; use think\contr ...
分类:
Web程序 时间:
2018-11-24 16:35:03
阅读次数:
332