10 2016 档案

该文被密码保护。
posted @ 2016-10-28 20:36 段江涛IT 阅读(112) 评论(0) 推荐(0) 编辑
摘要://匿名对象序列化 var obj=new { Name = "张三", Age = 15 }; Console.WriteLine(JsonConvert.SerializeObject(obj)); //匿名集合序列化 List list = new List(); list.Add(new { Name = "张三", Age = 15 }); list.Add(new { Name =... 阅读全文
posted @ 2016-10-28 20:32 段江涛IT 阅读(2016) 评论(0) 推荐(0) 编辑
摘要:--创建配置服务器mongod.exe --logpath "G:\USERDATA\MONGODB\Test2\Log\mongodb.log" --logappend --dbpath "G:\USERDATA\MONGODB\Test2\DB" --port 27031 --serviceNa 阅读全文
posted @ 2016-10-20 09:09 段江涛IT 阅读(195) 评论(0) 推荐(0) 编辑

页脚HTML代码