上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
摘要: 拉镜像 docker pull delron/fastdfs 创建数据目录 mkdir -p /home/dockerdata/fdfs/tracker/var mkdir -p /home/dockerdata/fdfs/storage/var 运行tracker docker run --res 阅读全文
posted @ 2020-02-11 16:24 Binz 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 拉镜像 docker pull mysql:5.7 创建数据目录 mkdir -p /home/dockerdata/mysql/confmkdir -p /home/dockerdata/mysql/logsmkdir -p /home/dockerdata/mysql/mysql 创建配置文件 阅读全文
posted @ 2020-02-11 15:54 Binz 阅读(3723) 评论(3) 推荐(0) 编辑
摘要: 重要重要重要:https://nacos.io/zh-cn/docs/auth.html?spm=a2c6h.12873639.article-detail.13.57944500n0h1Dj要么纯内网/安全组固定IP访问,要么按照文档开启鉴权,不然会有配置泄露风险 此文档为1.x版本安装 naco 阅读全文
posted @ 2020-02-11 15:48 Binz 阅读(25547) 评论(0) 推荐(1) 编辑
摘要: 拉镜像 最新版:docker pull gitlab/gitlab-ce我使用的版本:docker pull gitlab/gitlab-ce:12.6.4-ce.0 创建数据目录 mkdir -p /home/dockerdata/gitlab/etc mkdir -p /home/dockerd 阅读全文
posted @ 2020-02-11 15:43 Binz 阅读(613) 评论(0) 推荐(0) 编辑
摘要: gitlab常用命令:命令功能 执行命令重启配置,并启动gitlab服务 sudo gitlab-ctl reconfigure启动所有 gitlab sudo gitlab-ctl start重新启动 GitLab sudo gitlab-ctl restart停止所有 gitlab sudo g 阅读全文
posted @ 2020-01-14 10:16 Binz 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 克隆项目 git clone http://xxx.xx.gitgit clone http://username:password@xxx.xxx.git 克隆指定分支 git clone -b dev http://xxx.xx.gitgit clone -b dev http://userna 阅读全文
posted @ 2020-01-07 10:09 Binz 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 自定义快捷命令 vim /etc/bash.bashrc alias deploy_jar="sh /xxxxx/xxxx.sh" alias deploy_html="sh /xxxx/xxxx.sh" 重启系统 reboot 提升普通用户为root账户 sudo vim /etc/passwd 阅读全文
posted @ 2020-01-07 10:05 Binz 阅读(129) 评论(0) 推荐(0) 编辑
摘要: maven 引入 工具类 阅读全文
posted @ 2019-12-20 14:28 Binz 阅读(1037) 评论(0) 推荐(0) 编辑
摘要: docker安装 ubuntu16+:apt -get install docker centos7+:yum install docker centos7 安装 出现运行无权限时,是因为selinux,先运行临时关闭setenforce 0后在执行 或者永久降低权限级别为: sudo vim /e 阅读全文
posted @ 2019-11-04 10:51 Binz 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 获取自定义属性值 let mypropValue = this.$options.propsData.propName if(!mypropValue){ 代表没有设置 } 自定义事件 this.$emit("uploadSuccess",params) 阅读全文
posted @ 2019-10-30 16:18 Binz 阅读(117) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页