1. 在tp框架根目录下建立 文件 2. 找到thinkphp/library/think/Request.php文件 function path 中的 与`}`,这里不需要判断,只注释条件即可,里面的内容不动 function pathinfo中的 与`}`,这里不需要判断,只注释条件即可,里面的 ...
分类:
其他好文 时间:
2019-05-14 09:32:31
阅读次数:
334
model下:$res = \think\Db::name('article') ->alias("a") //取一个别名 ->join('admin ad','a.aid = ad.admin_id') ->field('a.aid,ad.admin_id ') ->select(); ...
分类:
Web程序 时间:
2019-05-09 12:11:21
阅读次数:
1570
配置文件和tp5相比view_replace_str配置参数改成template配置文件的tpl_replace_string配置参数 路径 :\thinkphp\library\think\Template.php中配置 ...
分类:
其他好文 时间:
2019-05-08 10:52:41
阅读次数:
1005
/* * 提取数字并去数据库取得相应的分类名 * $strs 需要处理的字符串 * $table 数据表名 * $condition 条件字段 * $field 获取的字段 */ public function extractNumberGetName($strs,$table,$condition... ...
分类:
数据库 时间:
2019-05-06 17:29:12
阅读次数:
133
80. Given a sorted array nums, remove the duplicates in-place such that duplicates appeared at most twice and return the new length. Do not allocate e ...
分类:
其他好文 时间:
2019-05-01 18:34:11
阅读次数:
149
初始 Postman,才知其如此强大,慢慢接触学习吧~ “Modern software is built on APIs,Postman helps you develop APIs faster” API自动化测试利器,支持 WebApi、Http。基础参见: 入门简介 | Chrome Pos ...
分类:
其他好文 时间:
2019-04-30 20:16:44
阅读次数:
116
Sample <script></script> This is a test message! Test Button <h2>Is it work too?</h2> I think its not cool in a professional programmer blog... ...
分类:
编程语言 时间:
2019-04-30 01:07:46
阅读次数:
149
"欢迎使用IdentityModel文档!" 第一部分 协议客户端库 "第1章 发现端点(Discovery Endpoint)" "第2章 授权端点(Authorize Endpoint)" "第3章 结束会话端点(EndSession Point)" "第4章 令牌端点(Token Endpoi ...
分类:
其他好文 时间:
2019-04-28 23:16:25
阅读次数:
270
thinkphp5.1 - twig使用1、安装按照:https://github.com/yunwuxin/think-twigTwig Template For ThinkPHP5 安装 composer require yunwuxin/think-twig使用 配置文件里 template. ...
分类:
Web程序 时间:
2019-04-18 12:17:09
阅读次数:
200
原文:The French text. How was the exam, Richard? Not too bad. I think I passed in English and Mathematics.The questions were very easy.How about you ,Ga ...
分类:
其他好文 时间:
2019-04-15 16:07:42
阅读次数:
132