摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace digui { class Program { static Dictionary resulkt = new ...
阅读全文
posted @ 2018-04-12 20:57
chester·chen
阅读(184)
推荐(0)
编辑
摘要:
连接: mongo 192.168.6.66:27017 登录 use admin db.auth("root","82xo#FR[G^oEME[iYU%ct~~N6LC(vWwC") 创建数据库 use project_admin_db db.test.insert({"id":"1"}) 创建读写用户 db.createUser( { user:"customer", p...
阅读全文
posted @ 2018-04-12 09:18
chester·chen
阅读(245)
推荐(0)
编辑