摘要:
Please refer to the three configure files to check if they contains the rule setting. "%ProgramFiles%\IIS Express\config\templates\PersonalWebServer\A 阅读全文
摘要:
What is Fusion Log? Also known as the Fusion Log or Assembly Binding Log Viewer. This tool is installed as part of Visual Studio and is not available otherwise. This displays details for failed... 阅读全文
摘要:
CDN Google CDN Microsoft CDN CDNJS CDN jsDelivr CDN 选择器 jQuery 元素选择器和属性选择器允许您通过标签名、属性名或内容对 HTML 元素进行选择。 选择器允许您对 HTML 元素组或单个元素进行操作。 在 HTML DOM 术语中: 选择器允许您对 DOM 元素组或单个 DOM 节点进... 阅读全文
摘要:
问题 解决: 1.手动安装了 Windows8.1-KB2919442-x64 2.手动下载 KB2919355 更新成功 Turns out to have been a result of a USB Restriction GPO which locked down permissions to USBSTOR.sys, which KB2919355... 阅读全文
摘要:
泛型类型的注册和使用public interface IRepository where T:class { } public interface ISchoolDetailRepository : IRepository { } public abstract class RepositoryBase where T : class { private LearningCompactPi... 阅读全文
摘要:
引言 有时我们会在IIS中启用一些定时服务,但是你必须清楚IIS会定期回收Asp.net的应用程序的。首先来看IIS啥时候回收APPDomain. APPDomain 回收时机 There are several things that can cause ASP.NET to tear down your AppDomain. When you modify web.conf... 阅读全文