- 博客(4)
- 收藏
- 关注
转载 windows下配置laravel开发环境
开发环境配置主要分为以下几部分: 1、安装git bash 2、安装vagrant 3、安装virtual box 4、下载homestead盒子及盒子配置文件 5、创建laravel项目1、安装git bash官网地址:https://git-for-windows.github.io/下载地址:https://github.com/git-for-windows/...
2018-06-06 10:49:13
794
原创 mongodb3.6集群部署
MongoDB分片集群由mongos路由进程(轻量级且非持久化进程)、复制集组成的片shards(分片一般基于复制集故障转移和冗余备份功能)、一组配置服务器(存储元数据信息,一般冗余3台)构成。分片:shard1、shard2、shard3配置:configsvr1、configsvr2、configsvr3路由:mongos1,mongos2,mongos3各个服务分布情况如下:192.168....
2018-03-06 17:50:47
1704
原创 ubuntu设置静态IP地址
1、编辑/etc/network/interface,添加如下内容# interfaces(5) file used by ifup(8) and ifdown(8)#auto lo#iface lo inet loopback#The primary network interfaceauto ens33iface ens33 inet staticaddress 192.168.111.203...
2018-03-02 15:22:39
7990
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人