-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MongoDB知识 #4
Comments
注意mongodb client的命令是区分大小写的 先通过命令行进行mongodb的程序目录,例如
下面是mongo的一些命令 关闭服务和删除进程 |
模糊查询 MongoDB 使用 $regex 操作符来设置匹配字符串的正则表达式。
https://www.cnblogs.com/kaituorensheng/p/5201225.html#_label1 C# 实现
|
安装MongoDB访问网页: 启动一个Windows命令提示符,创建数据库目录和日志目录:
然后,在 c:\data 里面创建一个文本文件 mongod.cfg,内容如下:
注册MongoDB为Windows Service: 运行命令:
最后为了把MongoDB的Service启动起来,运行命令: 注:以上安装目录均为示范举例,实际安装位置可以灵活处理。 |
.NET Core使用mongodb
https://www.codeproject.com/Articles/1151842/Using-MongoDB-NET-Driver-with-NET-Core-WebAPI
MongoDB数据库设计
https://blog.csdn.net/li295214001/article/details/58588673
MongoDB驱动之Linq操作
www.cnblogs.com/shy1766IT/p/5264180.html
C#驱动之LINQ教程
http://www.aichengxu.com/nosql/6004215.htm
Beginners' guide to using MongoDB 3.4 and the official C# driver
https://www.codeproject.com/articles/524602/beginners-guide-to-using-mongodb-and-the-offic
MongoDB .NET Driver API Documentation
mongodb.github.io/mongo-csharp-driver/2.5/apidocs/
MongoDB.NetDriver(C#驱动)-内嵌数组/嵌入文档的操作之增加、删除、修改、查询(Linq分页)
https://www.2cto.com/database/201803/730040.html
基于C#的MongoDB数据库开发应用(3)--MongoDB数据库的C#开发
www.cnblogs.com/wuhuacong/p/5123313.html
http://www.cnblogs.com/wuhuacong/p/5106662.html
mongodb官方文档
http://mongodb.github.io/mongo-csharp-driver/2.2/getting_started/installation/
mongodb的官方文档
https://docs.mongodb.com/ecosystem/drivers/csharp/#download-upgrade
MondoDb驱动的源代码。
https://github.com/zhongzf/mongo-csharp-driver
db.collection.find()
https://docs.mongodb.com/manual/reference/method/db.collection.find/
mongodb学习笔记--$elemMatch操作符的使用
https://blog.csdn.net/u012406177/article/details/56279160
MongoDB——$elemMatch(内嵌文档查询匹配)
https://blog.csdn.net/Shiyaru1314/article/details/68496642
一个专栏
https://blog.csdn.net/shiyaru1314/article/category/5866389
在.Net Core中使用MongoDB的入门教程(二)
https://blog.csdn.net/only_yu_yy/article/details/78887864
GridFS
GridFS
https://docs.mongodb.com/manual/core/gridfs/
GridFSBucket 前端api
http://mongodb.github.io/node-mongodb-native/2.1/api/GridFSBucket.html
GridFSBucket Class C#
http://api.mongodb.com/csharp/2.1/html/T_MongoDB_Driver_GridFS_GridFSBucket.htm
Beginners' guide to using MongoDB 3.4 and the official C# driver
https://www.codeproject.com/articles/524602/beginners-guide-to-using-mongodb-and-the-offic
GridFS详细分析
https://blog.csdn.net/hengyunabc/article/details/7294099
The text was updated successfully, but these errors were encountered: