码迷,mamicode.com
首页 >  
搜索关键字:think    ( 1909个结果
TP5.1+原生swoole完美整合,解决常见问题
1. 在tp框架根目录下建立 文件 2. 找到thinkphp/library/think/Request.php文件 function path 中的 与`}`,这里不需要判断,只注释条件即可,里面的内容不动 function pathinfo中的 与`}`,这里不需要判断,只注释条件即可,里面的 ...
分类:其他好文   时间:2019-05-14 09:32:31    阅读次数:334
tp5 thinkphp5 多表关联查询 join查询
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 模板参数配置:tpl_replace_string
配置文件和tp5相比view_replace_str配置参数改成template配置文件的tpl_replace_string配置参数 路径 :\thinkphp\library\think\Template.php中配置 ...
分类:其他好文   时间:2019-05-08 10:52:41    阅读次数:1005
think PHP提取字符串中的数字,并到数据库中使用in查询所关联表的字段值
/* * 提取数字并去数据库取得相应的分类名 * $strs 需要处理的字符串 * $table 数据表名 * $condition 条件字段 * $field 获取的字段 */ public function extractNumberGetName($strs,$table,$condition... ...
分类:数据库   时间:2019-05-06 17:29:12    阅读次数:133
[LeetCode] Remove Duplicates from Sorted Array II
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
初始 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 中文文档(v1.0.0) 目录
"欢迎使用IdentityModel文档!" 第一部分 协议客户端库 "第1章 发现端点(Discovery Endpoint)" "第2章 授权端点(Authorize Endpoint)" "第3章 结束会话端点(EndSession Point)" "第4章 令牌端点(Token Endpoi ...
分类:其他好文   时间:2019-04-28 23:16:25    阅读次数:270
thinkphp5.1 - twig使用
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
第一册:lesson 103.
原文: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
1909条   上一页 1 ... 30 31 32 33 34 ... 191 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!