已注销
已注销
全部文章
vagrant
# bash、sh(1)
# CAS - SSO(6)
# cRUL、Wget(1)
# dubbo(1)
# ECMAscript 6(32)
# java 命令行(3)
# java 英语(2)
# jQuery(5)
# JsonServer(1)
# JVM(2)
# log(3)
# MyBatis(14)
# Mybatis plus(2)
# netty(1)
# nodemail(1)
# npm(1)
# rabbitMQ(1)
# redis(3)
# semantic UI(1)
# shiro(6)
# Solr - 全文检索(1)
# spring(23)
# spring-mvc(28)
# spring-security(15)
# SpringBoot(18)
# sts(2)
# thymeleaf(3)
# vim(1)
# vue(16)
# yum、rpm(1)
# 并发编程(2)
# 心得(6)
# 排序(3)
# 插件(1)
# 散列表(5)
# 文件操作 IO流(1)
# 树(8)
# 源码分析(6)
# 网络基础 - Socket、NIO(8)
# 网络服务 - JSON(10)
# 表、队列、栈(2)
# 计算机基础 - win/linux(3)
# 设计模式(1)
# 集合(3)
alpine(1)
docker(5)
Eclipse/Maven - ❤️ ❤️(16)
Java(2)
java 中级 - JavaEE(6)
java 培优班(51)
java 基础 - JavaSE(26)
linux - Centos - ❤️(18)
nginx - ❤️(1)
node.js(3)
postman - ❤️(1)
Raspberry PI(1)
spring-cloud(5)
tomcat(6)
Visual Stuido Code - ❤️(5)
代码回收站 - java(19)
其他 / 工具(17)
前端 - html / CSS - ❤️(7)
博客框架 - hexo(5)
博客管理(1)
后端 - 基础框架 - ❤️(8)
安全(2)
持久层(2)
数据库 - MySQL - ❤️(23)
未归档(2)
版本控制 - Git - ❤️(32)
算法+数据结构 - ☢(17)
面试题 - java、SQL(5)
归档
标签
去牛客网
登录
/
注册
已注销的博客
(学习,笔记,心得) => {分享}
全部文章
/ vagrant
(共2篇)
vagrant+docker:开发环境快速搭建
快速搭建以下的环境: 目录 VirtualBox Vagrant docker MySQL redis VirtualBox VM环境 Vagrant 成品镜像 $ vagrant box add centos-7 ./centos-7.0-...
2020-04-12
0
726
vagrant 命令+配置+入门案例 - 快速创建 Centos7
Vagrant是一款用来构建虚拟开发环境的外挂工具,可以简化虚拟机配置和管理。它底层支持VirtualBox、VMware、AWS等,非常适合使用php/python/ruby/java语言开发web应用,“代码在我机子上运行没有问题”这种说辞将成为历史。 安装VirtualBox 去官网 ht...
2020-04-10
0
886