02 2020 档案

idea maven项目运行时候刷新JDK版本会变
摘要:在pom.xml文件中添加这个配置 <profiles><profile> <id>jdk-1.8</id> <activation> <activeByDefault>true</activeByDefault> <jdk>1.8</jdk> </activation> <properties> 阅读全文

posted @ 2020-02-27 15:11 companion 阅读(1428) 评论(0) 推荐(0) 编辑

搭建私服
摘要:参考文章: https://cloud.tencent.com/developer/article/2023922 前提条件: 安装JDK1.8以上版本。 虚拟机磁盘要分配内存3G、磁盘20G。 1.创建安装用户和安装目录,并对用户授权。 useradd nexus passwd nexus(例如设 阅读全文

posted @ 2020-02-12 21:39 companion 阅读(476) 评论(0) 推荐(0) 编辑

虚拟机ifconfig没有ip地址
摘要:在搭建好虚拟机之后使用命令 ifconfig没有ip地址,我是在虚拟机设置->网络使用的NAT模式 vi /etc/sysconfig/network-scripts/ifcfg-ens33 编辑此文件:修改启动网卡,ONBOOT=yes sudo service network restart i 阅读全文

posted @ 2020-02-11 18:45 companion 阅读(1075) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示