2022年10月27日

asp.net 判断集成和经典模式

摘要: protected void Application_Start(object sender, EventArgs e) { log4net.Config.XmlConfigurator.Configure(); try { var path = HttpContext.Current.Reques 阅读全文

posted @ 2022-10-27 20:54 空明流光 阅读(35) 评论(0) 推荐(0)

vue 获取所有路由 及通过 名称 获取指定路由

摘要: 获取路由表: var routes = this.$router.options.routes; 根据名称获取指定路由: this.$router.resolve({ name: item.name }).route.meta.permissionId 阅读全文

posted @ 2022-10-27 15:22 空明流光 阅读(3933) 评论(0) 推荐(0)

iis 配置所有文件类型 mime

摘要: .* application/octet-stream 阅读全文

posted @ 2022-10-27 13:48 空明流光 阅读(192) 评论(0) 推荐(0)

导航