摘要: config-server 1. File-->new spring project: config-server 2.add dependency 3.Edit application.yml gitlab 上建立文件夹config-repo,上传配置文件 4.program ConfigServ 阅读全文
posted @ 2019-05-19 22:46 alittlesmile 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 1.下载 2.run 3. 这个项目启动时间较长,以后再配置, 访问 http://localhost:3380/ 阅读全文
posted @ 2019-05-19 20:45 alittlesmile 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 我们国内使用官方Docker Hub仓库实在是太慢了,很影响效率 使用命令编辑文件: vim /etc/docker/daemon.json 加入下面的数据: docker-cn镜像: { "registry-mirrors": ["https://registry.docker-cn.com"] 阅读全文
posted @ 2019-05-19 20:30 alittlesmile 阅读(232) 评论(0) 推荐(0) 编辑
摘要: Eureka-server 1.file-->new--> spring starter project : eureka-server 2.添加依赖 3.修改port:新建application.yml: 4. EurekaServerApplication添加注解@EnableEurekaSer 阅读全文
posted @ 2019-05-19 19:47 alittlesmile 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 1. 配置yum源 在目录 /etc/yum.repos.d/ 下新建文件 google-chrome.repo 写入如下内容: 安装google chrome浏览器: Google官方源可能在中国无法使用,导致安装失败或者在国内无法更新,可以添加以下参数来安装: 安装完成 阅读全文
posted @ 2019-05-19 05:11 alittlesmile 阅读(248) 评论(0) 推荐(0) 编辑
摘要: # timedatectl set-timezone Asia/Shanghai # 设置系统时区为上海 阅读全文
posted @ 2019-05-19 03:48 alittlesmile 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 1. disable UEFI security boot! 2.添加 ELRepo 源: 3.安装显卡检查程序: yum install -y nvidia-detect 4.对于大多数比较新的显卡来说,直接安装最新版的驱动即可: yum install -y kmod-nvidia 4.对于大多 阅读全文
posted @ 2019-05-19 03:22 alittlesmile 阅读(2229) 评论(0) 推荐(0) 编辑