03 2018 档案

摘要:使用Get方式获取到请求页面的Html,然后作为Content使用Layer弹出来 $.get('@Url.Action("AddressAdd", "Customer")', {}, function (result) { if (result.Flag == 0) { ZTLayer.showT 阅读全文
posted @ 2018-03-20 10:15 !opts 阅读(3296) 评论(0) 推荐(0)
摘要:using MongoDB.Driver;using MongoDB.Bson; static void Main(string[] args) { MongoClient client = new MongoClient("mongodb://cjj:123456@127.0.0.1:27017" 阅读全文
posted @ 2018-03-05 13:28 !opts 阅读(216) 评论(0) 推荐(0)