摘要: 安装: 阅读全文
posted @ 2018-04-13 13:50 baoguok 阅读(124) 评论(0) 推荐(0) 编辑
摘要: vue后台模板整理 vue+element: https://github.com/taylorchen709/vue-admin bootstrap-vue: https://github.com/bootstrap-vue/bootstrap-vue vue资源集合 https://github 阅读全文
posted @ 2017-11-11 14:20 baoguok 阅读(4542) 评论(0) 推荐(0) 编辑
摘要: 开启防火墙 systemctl start firewalld systemctl start firewalld 开启端口 firewall-cmd --zone=public --add-port=80/tcp --permanent firewall-cmd --zone=public --a 阅读全文
posted @ 2017-10-19 02:25 baoguok 阅读(109) 评论(0) 推荐(0) 编辑
摘要: git 一、git常用命令 1提交代码 git add . //把修改的或增加的文件添加到本地库里 git commit -am “说明性文字” git pull //从服务器上更新代码,避免覆盖别人的代码 git push //把自己修改的上传到服务器2查看状态 git status3解决冲突 当 阅读全文
posted @ 2017-03-20 16:29 baoguok 阅读(1764) 评论(0) 推荐(0) 编辑
摘要: hg 拉取他人分支: 阅读全文
posted @ 2017-03-20 16:27 baoguok 阅读(356) 评论(0) 推荐(0) 编辑
摘要: To have launchd start redis at login: ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents Then to load redis now: launchctl load ~/Library/Lau 阅读全文
posted @ 2017-03-20 16:25 baoguok 阅读(971) 评论(0) 推荐(0) 编辑
摘要: 修改服务器主机名: CentOS 7 / Fedora version 18 and above Enter the following command to set the hostname, replacing plato with the hostname of your choice: ho 阅读全文
posted @ 2017-03-20 16:24 baoguok 阅读(141) 评论(0) 推荐(0) 编辑