240 发简信
IP属地:广东
  • 自定义日志

    配置config\logging.php 使用use Illuminate\Support\Facades\Log;Log::channel('...

  • Git常见操作指令

    git branch -a 查看所有分支git checkout branch_name 切换到 branch_name 分支 g...

  • Resize,w 360,h 240
    Tars 环境搭建

    1. 在windows本地先安装DockerToolbox-18.03.0-ce.exe工具 DockerToolbox下载路径:http://...

  • Redis 字符操作

    Redis::set('name', '张三') //添加Redis数据Redis::setnx('name', '张三') ...

  • 宝塔面板 Redis的安装与远程连接

    在宝塔面板中安装 Redis 。 修改 Redis 配置: a:将 bind 127.0.0.1 修改为 bind 0.0.0.0 b:将 r...

  • laravel 向公共模板文件传值

    在 App\Providers\AppServiceProvider 文件中,boot方法中添加 App\Http\Controllers\M...

  • Laravel 新增路由文件

    在/app/Http/Controller/文件夹下创建了一个Admin文件夹 在项目routes目录下添加路由文件admin.php。 修改/...

  • laravel 重定向的方法

    return redirect()->route(''); return redirect(''); return Redirect::to('');

  • Git操作的过程中提示:Another git process semms to be running in this repository

    Git操作的过程中突然显示Another git process semms to be running in this repository,...

个人介绍
一马当先,万马无光。