上一页 1 ··· 12 13 14 15 16
摘要: Provides a collection of routes for ASP.NET routing. The RouteCollection class provides methods that enable you to manage a collection of objects that 阅读全文
posted @ 2018-11-06 14:42 YanyuWu 阅读(258) 评论(0) 推荐(0) 编辑
摘要: Provides properties and methods for defining a route and for obtaining information about the route. ex: The Route class enables you to specify how rou 阅读全文
posted @ 2018-11-06 14:35 YanyuWu 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 用于提供一些属性和方法来定义如何将URL匹配到一个物理文件上面。 Parameters virtualPathString The virtual path of the physical file of this Route object. The file must be located in 阅读全文
posted @ 2018-11-06 14:25 YanyuWu 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 你可以自己定义你的ASP.NET程序接收的get post put 或者delete请求。 使用这个约束的方式为: 参考资料: https://docs.microsoft.com/en-us/dotnet/api/system.web.routing.httpmethodconstraint?vi 阅读全文
posted @ 2018-11-06 14:19 YanyuWu 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 工作上遇到个问题是关于系统后台数据库更新了某数据后, 前台界面刷新显示的不是最新的数据。但是大约10分后再次刷新就能显示新的数据,或者重启IIS等web server host。 最开始认为可能是因为前台获取数据有缓存, 数据是从缓存中直接获取的。 因为该系统使用的OData框架, 这个框架的内部机 阅读全文
posted @ 2018-10-26 10:31 YanyuWu 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 转载文章: https://www.cnblogs.com/wuqinglong/p/9709048.html#4078945 大战红黑树 目录 概念 性质 预备知识-旋转 左旋 左旋步骤 左旋示例图 参考TreeMap的左旋代码 右旋 右旋步骤 右旋示例图 参考TreeMap的右旋代码 预备知识- 阅读全文
posted @ 2018-10-01 13:55 YanyuWu 阅读(225) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16