上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 26 下一页
摘要: ============================== <?php/** * Created by PhpStorm. * User: 14155 * Date: 2018/11/10 * Time: 0:35 */namespace app\lib\enum;/** * 权限设置 * Class ScopeEnum * @package app\lib\enum */class Scope... 阅读全文
posted @ 2018-11-10 00:41 林间有风-邓 阅读(1546) 评论(0) 推荐(0) 编辑
摘要: === <?php/** * Created by PhpStorm. * User: 14155 * Date: 2018/11/10 * Time: 0:26 */namespace app\lib\exception;/** * 禁止访问的异常(权限不够) * Class ForbiddenException * @package app\lib\exception */class Forb... 阅读全文
posted @ 2018-11-10 00:33 林间有风-邓 阅读(720) 评论(0) 推荐(0) 编辑
摘要: Route::any('adminapi/v1/login','adminapi/v1.login/login');Route::any('adminapi/v1/first','adminapi/v1.login/first');Route::any('adminapi/v1/second','adminapi/v1.login/second');============ protected $... 阅读全文
posted @ 2018-11-10 00:09 林间有风-邓 阅读(1364) 评论(0) 推荐(0) 编辑
摘要: 尽量不要去git clone, git remote add origin https://github.com/qq14155511519/ThinkPhp5.git git pull origin master【拉取代码】 1.git add demo.txt (提交之前需要先检查是否创建dem 阅读全文
posted @ 2018-11-02 23:41 林间有风-邓 阅读(1289) 评论(0) 推荐(0) 编辑
摘要: 1.进入官网下载:http://tortoisesvn.net/ 2.进行安装。 3.官方下载汉化包 【32 位,64位】 4.安装完汉化包后,右键->Settings 5.选择语言包,确定就ok 阅读全文
posted @ 2018-11-02 00:20 林间有风-邓 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 1.publi目录下新建info文件: 2.搜索是否已经安装过xdebug 3.下载安装 >[info] 自动查找相对应的版本 == 打开php.ini 原始: [XDebug]xdebug.profiler_output_dir="F:\phpStudy\tmp\xdebug"xdebug.tra 阅读全文
posted @ 2018-09-22 10:14 林间有风-邓 阅读(150) 评论(0) 推荐(0) 编辑
摘要: /** * 添加注释指南 * */ public function store(Request $request) { dump($request);exit; $name = $request->param('name'); $content = $request->param('content' 阅读全文
posted @ 2018-08-09 14:33 林间有风-邓 阅读(7095) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/shaolinld/article/details/46400485 在ecshop模板使用自定义函数 可以增加自定义函数,在模板直接调用,例如: {$userId|get_user_name} 或{$imgUrl|set_width_height:100 阅读全文
posted @ 2018-06-26 09:48 林间有风-邓 阅读(1627) 评论(0) 推荐(0) 编辑
摘要: 微信支付:接口对接 == = == http://www.thinkphp.cn/code/3593.html == == 阅读全文
posted @ 2018-06-25 10:12 林间有风-邓 阅读(215) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript" src="js/index1.js"></script> <div id="preview"> <img id="imghead" border="0" src="images/bgi-54.png" onclick="$('#previ 阅读全文
posted @ 2018-06-23 16:08 林间有风-邓 阅读(98) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 26 下一页