受欢迎的博客标签
RSS

博客文章标记 'MongoDB'

login error (iaspenetcore)
The error "BsonSerializationException: An error occurred while serializing the CustomerGuid property of class Nop.Core.Domain.Customers.Customer: GuidSerializer cannot serialize a Guid when GuidRepresentation is Unspecified" indicates that the MongoDB C# driver is encountering a GUID (Globally Unique Identifier) that does not have a specified representation during serialization. This typically happens when the driver needs to know how to store the GUID in MongoDB, but the default or configured GuidRepresentation is Unspecified.
Mongodb实战系列(1)-Mongodb GUI常用的客户端汇总
nosqlbooster4mongo-5.2.7
MongoDB Backup Strategies on ubuntu18.04 64
MongoDB Backup Methods,MongoDB 数据导入和导出、备份和恢复
How to Install latest stable version MongoDB on Windows server
How to Install MongoDB on Windows server
【原创】如何为mongodb的集合增加一个新字段、查找、删除某个值的记录、更改字段类型((mongodb 命令))
如何为mongodb的集合增加一个新字段、查找、删除某个值的记录、更改字段类型
mongodb c#集合增加一个新字段、查找、删除某个值的记录、更改字段类型(mongodb 命令)
新增字段 "ShippingAddress" : null, { "_id" : ObjectId("5f5c388909b35204ce080f12"), "Appid" : "", "AuthorOpenid" : ""
Mongodb error: repair

https://yq.aliyun.com/articles/73203

http://www.alexbevi.com/blog/2016/02/10/recovering-a-wiredtiger-collecti

Mongodb error:MongoDB loads but breaks, returning code=exited, status=14
mongodb-errormongodb-loads-but-breaks-returning-codeexited-status14
Resolving MongoDB C# Driver Connection Errors
  Recently, I encountered a particularly difficult issue with establishing a reliable conn
Deserialising polymorphic types with MongoDB C# Driver
http://stackoverflow.com/questions/18642693/deserialising-polymorphic-types-with-mongodb-c-sharp-driver.