摘要:
public class AliyunHandle { public static string accessKeyId = "a1uI5xxxxxxxxxrP4H"; public static string accessKeySecret = "9JDdggMdT2cxxxxxxxxxxxxxxx5VaE9z"; public st... 阅读全文
摘要:
MongoClient client = new MongoClient("mongodb://xxx.xxx.x.xx:27017"); var mongServer = client.GetServer(); var db = mongServer.GetDatabase("db_test"); ... 阅读全文