上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 35 下一页
摘要: struct Point2 : IEquatable { public int X { get; set; } public int Y { get; set; } public bool Equals(Point2 obj) { return obj.X == this.X ... 阅读全文
posted @ 2016-08-16 09:58 zslm___ 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 在 jenkins里 Execute Windows batch command "C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\msdeploy.exe" -verb:sync -source:iisApp=dev_Web,wmsvc=htt 阅读全文
posted @ 2016-08-15 18:00 zslm___ 阅读(483) 评论(0) 推荐(0) 编辑
摘要: public class RouteConfig { public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); routes.MapRoute( ... 阅读全文
posted @ 2016-08-09 19:17 zslm___ 阅读(399) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/zhangjk1993/article/details/36671105 阅读全文
posted @ 2016-07-29 22:04 zslm___ 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 调用方法 阅读全文
posted @ 2016-07-29 20:27 zslm___ 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 1)类 sqlxml 在调用中 阅读全文
posted @ 2016-07-28 18:21 zslm___ 阅读(2818) 评论(0) 推荐(0) 编辑
摘要: db.dbModel.find({'Missions.Rewards.PrizeType':21} ) 阅读全文
posted @ 2016-07-20 12:20 zslm___ 阅读(421) 评论(0) 推荐(0) 编辑
摘要: db.QResult.find({'CreateDate':{'$gte' : ISODate('2016-07-01'), '$lte' : ISODate('2016-08-01')}}).sort({'CreateDate':-1}) $gt:大于$lt:小于$gte:大于或等于$lte:小于 阅读全文
posted @ 2016-07-19 19:08 zslm___ 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-07-18 11:00 zslm___ 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 1)配置代码 2)LogHelper 3)调用 阅读全文
posted @ 2016-07-17 15:34 zslm___ 阅读(344) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 35 下一页