06 2017 档案
摘要:首先了解spring boot devtools基本概念 即存在即合理 地址:https://docs.spring.io/spring-boot/docs/current/reference/html/using-boot-devtools.html 现在看下怎么运用到实际开发环境中去,实现效果:
阅读全文
摘要:Git常用操作: git init git add git commit -m "记录本次提交的说明性文字" git remote add origin https://github.com/xx/xx.git git push -u origin master 在本地新建一个分支: git bra
阅读全文
摘要:特别介绍:虚机环境 centos7 1.运用场景:一台笔记本访问另一台笔记本的本地虚机环境 一.SSH连接 VMware Workstation提供了2种虚拟机上网方式,一种bridge,一种NAT; bridge可以获取公网地址,而NAT只能是内网地址; 思路:NAT相当于把主机当成了一个NAT转
阅读全文
摘要:环境:vm虚拟机、centos7 x64 相关软件: 1.8版本jdk安装包 Hadoop安装包等 OK,接下来,重头戏开始了!!! 首先关闭防火墙 便于虚机之外的主机访问(坑一) systemctl stop firewalld.service #停止firewall systemctl disa
阅读全文

浙公网安备 33010602011771号