
Intellij idea
文章平均质量分 63
苏叶新城
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
IDEA Dockerfile部署Vue项目
前提条件 已部署好Docker环境 开启Docker的远程控制 查看Docker运行状态systemctl status docker 编辑图片中Docker服务文件 vim /usr/lib/systemd/system/docker.service 在ExecStart配置后添加-H tcp://0.0.0.0:2375 [Service] Type=notify # the default is not to use systemd for cgroups because the delegate原创 2021-09-22 22:44:24 · 993 阅读 · 0 评论 -
IntelliJ IDEA license server搭建
本文用于搭建JetBrains系列软件激活服务器,如有能力,请支持正版 准备 Centos 7 Nginx 适用于JetBrains系列 安装nginx yum install epel-release yum -y install nginx service nginx start systemctl enable nginx ngi...原创 2017-12-30 22:59:53 · 2604 阅读 · 0 评论