码迷,mamicode.com
首页 >  
搜索关键字:centos eclipse    ( 55387个结果
linux安装docker
linux安装docker 卸载旧版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-l ...
分类:系统相关   时间:2021-02-23 14:06:38    阅读次数:0
centos安装FFmpeg
CentOS 8 1 $ sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm 2 $ sudo yum install https://download1.rpmfusion. ...
分类:其他好文   时间:2021-02-23 14:05:27    阅读次数:0
centos7 安装gitlab
#零 修订记录 | 序号 | 修订内容 |修订时间 | | | | | | 1 | 新增 |2021/2/22| #一 摘要 本文主要介绍centos 上安装gitlab #二 环境信息 ##(一) 操作系统 [root@webmysql1 ~]# lsb_release -a LSB Versio ...
分类:其他好文   时间:2021-02-23 14:03:12    阅读次数:0
IDEA中导入非maven项目(从eclipse中迁移过来的)
1、从git上clone到本地后,直接open; 2、在Project Structure中把除了resources、webapp文件之外的文件,全部打上Sources蓝标签;并把resources文件打上Resources标签 3、配置Facets 4、配置Artifacts 5、在Edit Co ...
分类:系统相关   时间:2021-02-22 11:55:12    阅读次数:0
docker tag 详解
docker tag 详解 docker tag 用于给镜像打标签,语法如下: docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG] ① 比如我现在有一个 centos 镜像: [root@localhost ~]$ docker images REPOS ...
分类:其他好文   时间:2021-02-22 11:46:10    阅读次数:0
[ Linux ] CentOS6 现在还能用的 yum 源 2021-02-19
https://www.cnblogs.com/yeungchie/ CentOS6 已经停更了,但由于某些原因还得接着用着,找到几个暂时还能用的 yum 源 备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.r ...
分类:系统相关   时间:2021-02-20 12:38:48    阅读次数:0
Docker简单部署Nginx
从dockerhub里拉取最新版nginx镜像 [root@VM-0-15-centos home]# docker pull nginx Using default tag: latest latest: Pulling from library/nginx 45b42c59be33: Alrea ...
分类:其他好文   时间:2021-02-20 12:23:24    阅读次数:0
CentOS 设置开机自动联网及配置静态 IP
CentOS 安装完成之后默认是关闭网络连接的,每次重启之后还要重新打开网络连接,比较麻烦.我们可以直接设置成开机自动连接网络. 1、首先查看网卡信息 使用 ifconfig 命令查看,这里的网卡名称是 ens33 2、进入目录 /etc/sysconfig/network-scripts 该目录下 ...
分类:其他好文   时间:2021-02-20 12:04:25    阅读次数:0
几种Linux系统切换内核启动顺序方法
CentOS 6 系统更改内核启动顺序方法:1、查看编辑/etc/grub.conf 文件 vim /etc/grub.conf 2、在grub.conf文件中决定开机使用哪个内核版本做启动的参数是default,默认值为0,代表从最新的内核启动。代表启动的内核版本从上往下依次是0、1、2等。 Ce ...
分类:系统相关   时间:2021-02-19 13:52:29    阅读次数:0
properties 插件安装
在eclipse中安装properties插件PropertiesEditor及设置(附图),ASCII码转换成中文安装成功后ASCII还是不能转换成中文的,原因是设置里面没有把编码设置为utf8的,直接在文件里面设置不行,需要全局设置的才起作用。 在线编码转换ASCII<->Nativehttp: ...
分类:其他好文   时间:2021-02-19 13:47:51    阅读次数:0
55387条   上一页 1 ... 31 32 33 34 35 ... 5539 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!