08 2019 档案

摘要:su root(git) 切换用户 chown用法:用来更改某个目录或文件的用户名和用户组。chown 用户名:组名 文件路径(可以是绝对路径也可以是相对路径)例1:chown root:root /tmp/tmp1就是把tmp下的tmp1的用户名和用户组改成root和root(只修改了tmp1的属 阅读全文
posted @ 2019-08-26 16:19 飞翔的贺兰猪 阅读(205) 评论(0) 推荐(0)
摘要:添加钩子脚本 添加成功后会出现post-receive文件 手动执行./post-receive 看一下日志文件是否正常,如果有问题一般是权限问题,赋予相应权限即可。 问题;出现类似git@192.168.1.99's password:用git账户创建公钥添加至git平台 阅读全文
posted @ 2019-08-26 16:17 飞翔的贺兰猪 阅读(971) 评论(0) 推荐(0)
摘要:建议三次回车第一次回车注意存放位置 把个人公钥添加到git SSH拉取项目 阅读全文
posted @ 2019-08-26 16:15 飞翔的贺兰猪 阅读(516) 评论(0) 推荐(0)
摘要:进入编辑(我的是nano编辑器) ctrl+x 保存退出 查看 重启 阅读全文
posted @ 2019-08-13 18:45 飞翔的贺兰猪 阅读(1118) 评论(0) 推荐(0)
摘要:1、在服务器中新增cron入口crontab -e 2、任务执行主体定义在app/Console/Commands 里artisan命令创建Test.php文件 3、在 App\Console\Kernel 类的 schedule 方法中定义所有的调度任务 手动运行一次检查是否异常php artis 阅读全文
posted @ 2019-08-13 18:41 飞翔的贺兰猪 阅读(286) 评论(0) 推荐(0)
摘要:创建文件 composer.json新增 执行命令composer dump-autoload 成功 阅读全文
posted @ 2019-08-13 18:38 飞翔的贺兰猪 阅读(1343) 评论(0) 推荐(0)
摘要:一、安装 vagrant,virtualbox,一直下一步 二、安装 Homestead Vagrant Box1、vagrant box add laravel/homestead(或者提前下载virtualbox.box文件)2、如果提前下载好了.box文件,把viirtualbox.box文件 阅读全文
posted @ 2019-08-12 20:37 飞翔的贺兰猪 阅读(1512) 评论(0) 推荐(0)
摘要:%LocalAppData%\Atlassian\SourceTree\把上面一串放到我的电脑地址栏 一般会没有这个json文件(如果没有自己新建一个)内容替换成下面 阅读全文
posted @ 2019-08-12 20:35 飞翔的贺兰猪 阅读(157) 评论(0) 推荐(0)
摘要:## 安装步骤 - git clone https://github.com/github-muzilong/laravel55-layuiadmin.git - 复制.env.example为.env - 配置.env里的数据库连接信息 - composer update - php artisa 阅读全文
posted @ 2019-08-12 20:33 飞翔的贺兰猪 阅读(1159) 评论(0) 推荐(0)
摘要:产品适用:Navcat产品+中文版+64位注册机百度网盘链接: https://pan.baidu.com/s/1H49nNga9h0WHWKGWAGy18g 提取码: ri5d 1、cmd进入注册机目录执行命令navicat-patcher.exe "D:\Program Files\Premiu 阅读全文
posted @ 2019-08-12 20:32 飞翔的贺兰猪 阅读(25564) 评论(0) 推荐(0)