摘要: git rm -r -n --cached "bin/" //-n:加上这个参数,执行命令时,是不会删除任何文件,而是展示此命令要删除的文件列表预览。 git rm -r --cached "bin/" //最终执行命令. git commit -m" remove bin folder all f 阅读全文
posted @ 2020-07-14 15:21 方金 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 1,在Nuget引入MongoDB.Driver 2,新建 MongoDbHelper.cs using MongoDB.Bson; using MongoDB.Driver; using System; using System.Collections.Generic; using System. 阅读全文
posted @ 2020-07-14 09:29 方金 阅读(705) 评论(0) 推荐(0) 编辑