zoukankan
html css js c++ java
centos7 mongodb安装
安装mongodb
yum install -y
mongodb
mongodb-server
启动
开机启动
/bin/systemctl start mongod
#/bin/systemctl enable mongod
默认端口
编辑默认配置文件
监听IP配置
27017
dbPath: /var/lib/mongo
bindIp: 0.0.0.0 开启远程连接可以注释本行或者修改IP为0.0.0.0
查看全文
相关阅读:
网址集合
简单工具类-JsonUtil
简单工具类-CookieUtils
pom.xml
jdbc.properties
springmvc.xml
applicationContext-redis.xml(spring整合redis集群)
applicationContext-dao.xml
web.xml
环境变量配置及eclipse基本配置
原文地址:https://www.cnblogs.com/kevincaptain/p/10420306.html
最新文章
二叉树的遍历
SQL Server 修改用户密码
ASP.NET Ajax 实现无刷新分页
ASP.NET DataList 分页之PagedDataSource
vs2010使用ext技术
configurationmanager报错原因
windows 无法启动SQL Server FullText Search(MSSQLSERVER)服务
visual studio 2010修改开发环境
FormsAuthentication使用指南
meta 的属性有两种:name和http-equiv
热门文章
jsp
AngularJs与RequireJs整合
RequireJs入门实例
Java深入学习计划
htmlbuilder php phantomjs
Jquery源码解读
php html2pdf
Php5.6与Apache2.4
AngularJs与RequireJs合并
requireJS学习
Copyright © 2011-2022 走看看