码迷,mamicode.com
首页 >  
搜索关键字:think    ( 1909个结果
Thinkphp数组array常用函数
这篇文章主要介绍了php常用数组array函数,结合实例形式总结分析了php常用的数组操作函数,包括数组的赋值、拆分、合并、计算、添加、删除、查询、判断、排序等,需要的朋友可以参考下 Thinkphp数组array常用函数 array_combine 功能:用一个数组的值作为新数组的键名,另一个数组 ...
分类:编程语言   时间:2019-04-12 00:50:33    阅读次数:220
踩坑记
问题一:致命错误: Class 'think\controller' not found 原因:controller首字母要大写 解决:use think\Controller; 问题二:html页面验证码显示不出 原因:php.ini中gd2没有开启 解决:删除注释 收获:PHP 并不仅限于创建 ...
分类:其他好文   时间:2019-04-11 13:15:57    阅读次数:118
(6)How language shapes the way we think
https://www.ted.com/talks/lera_boroditsky_how_language_shapes_the_way_we_think/transcript 00:12So, I'll be speaking to you using language ... because ...
分类:其他好文   时间:2019-04-11 01:38:56    阅读次数:238
《On Java 8》中文版,又名《Java 编程思想》中文第五版
来源: "LingCoder/OnJava8" 主译: "LingCoder" 参译: "LortSir" 校对: "nickChenyx" E mail: 本书原作者为 \[美\] Bruce Eckel ,即( Thinking in Java 4th Edition,2006 )的作者。 本书 ...
分类:编程语言   时间:2019-04-04 21:47:38    阅读次数:304
关于thinkphp5手动抛出Http异常时自定义404页面报错的问题
在使用HttpException手动抛出异常时,希望跳转到自定义的错误页面,官方的文章中是这样描述的。 可以使用\think\exception\HttpException类来抛出异常 一旦抛出了HttpException异常,可以支持定义单独的异常页面的模板地址,只需要在应用配置文件中增加: 然而 ...
分类:Web程序   时间:2019-04-03 12:13:43    阅读次数:226
POJ 1005 I Think I Need a Houseboat
POJ 1005 I Think I Need a Houseboat Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 114666 Accepted: 49465 Description Fred Mapper is consi ...
分类:其他好文   时间:2019-04-02 00:05:25    阅读次数:111
(1)There's more to life than being happy
00:12 I used to think the whole purpose of life was pursuing happiness. Everyone said the path to happiness was success, so I searched for that ideal ...
分类:移动开发   时间:2019-04-01 00:56:24    阅读次数:132
thinkphp5.1 的else if的使用方法
首先thinkphp5.1获取session值是 {$think.session.user_id}或者{$Request.session.user_id}来获取session 下面是if else 的用法 跟不用框架有些许的不一样 ...
分类:Web程序   时间:2019-03-27 10:39:33    阅读次数:989
HDU-1024题解(状态转移+最大连续子段和)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1024 Problem Description Now I think you have got an AC in Ignatius.L's "Max Sum" problem. To be a brav ...
分类:其他好文   时间:2019-03-27 00:05:00    阅读次数:219
单词速记4
1、 meaningfully 有意义地 2、 meantime 在……期间,暂时 3、 result 导致;起因于 结果,后果 4、 country 国家;乡村 5、 countryside 乡村 6、 give 提供;赋予;给,交给 7、 giver 给予者;赠与者;捐助机构 8、 see 认为 ...
分类:其他好文   时间:2019-03-25 23:13:08    阅读次数:218
1909条   上一页 1 ... 31 32 33 34 35 ... 191 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!