08 2016 档案

摘要: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___ 阅读(225) 评论(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___ 阅读(486) 评论(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___ 阅读(407) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示