04 2021 档案
摘要:使用windows版本的nginx启动时遇到(1113: No mapping for the Unicode character exists in the target multi-byte code page)这个错误 因为路径里面包含有中文的缘故,只要文件存放的路径没有包含中文的目录即可解决
阅读全文
摘要:一.nuget引用MongoDB.Driver 二.创建连接 //mongodb://用户名:密码@ip:端口 var client = new MongoClient("mongodb://mogo:mogo123@127.0.0.1:27017"); var database = client.
阅读全文

浙公网安备 33010602011771号