摘要:
cp .env.example .env php artisan key:generate 阅读全文
posted @ 2018-03-28 18:32
fastdream
阅读(142)
评论(0)
推荐(0)
摘要:
cp .env.example .env php artisan key:generate 阅读全文
posted @ 2018-03-28 18:32
fastdream
阅读(142)
评论(0)
推荐(0)
摘要:
$ sudo apt-get update$ sudo apt-get upgrade$ sudo rpi-update $ sudo apt-get install qt5-default$ sudo apt-get install qtcreator sudo apt-get install l 阅读全文
posted @ 2017-09-27 19:53
fastdream
阅读(332)
评论(0)
推荐(0)
摘要:
php --ri swoole 查看 php -i |grep php.ini php.ini cli 位置 swoole时加入--enable-openssl选项是否加入成功 阅读全文
posted @ 2017-05-12 14:46
fastdream
阅读(268)
评论(0)
推荐(0)
摘要:
curl -sS https://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer composer config -g repo.packagist composer https://packagist 阅读全文
posted @ 2017-04-30 14:49
fastdream
阅读(97)
评论(0)
推荐(0)
摘要:
Happened same with me. This is happening because the App Store is looking for a working connection on en0 port and it is not getting anything anything 阅读全文
posted @ 2017-01-01 18:37
fastdream
阅读(160)
评论(0)
推荐(0)
摘要:
出现这个问题的解决方法: 修改系统配置:系统偏好设置... -> 安全性与隐私。修改为任何来源 如果没有这个选项的话 (macOS Sierra 10.12) ,打开终端,执行 sudo spctl --master-disable 即可。 重点是这一行命令: sudo spctl --master 阅读全文
posted @ 2016-12-13 23:21
fastdream
阅读(463)
评论(0)
推荐(0)
摘要:
SVN作为日常开发中不可缺少的工具,今天终于开始在Ubuntu下使用了。 1、首先需要安装SVN。Ubuntu下的SVN安装十分简单,sudo apt-get install subversion,然后根据提示一步一步,就完成了SVN的安装; 2、检出文件(checkout)。 使用命令:svn c 阅读全文
posted @ 2016-03-03 10:00
fastdream
阅读(186)
评论(0)
推荐(0)
|