摘要:
There is a compatible issue found during upgrading from .net 4.0 to .net 4.5. The application crashed with following error: This exception was thrown 阅读全文
摘要:
The error is related with *.pfx file that is used in ClickOnce based deployment. All ClickOnce apps must have their clickonce manifests digitally sign 阅读全文
摘要:
There are many ways to compress a folder using powershell: Method 1: Using System.IO.Compression and System.IO.Compression.FileSystem This method requ 阅读全文
摘要:
The beforeunload event is fired when the window, the document and its resources are about to be unloaded. 目前该事件只有IE支持自定义消息,Chrome, Safari, Firefox都已不再 阅读全文
摘要:
Binding这个类包含以下几个常用的属性: ElementName: Gets or sets the name of the elements to use as the binding source object. [Default is null] Source: Gets or sets 阅读全文
摘要:
Secure The secure option is a flag that can be set by the application server when sending a new cookie to the user within a HTTP Response. The purpose 阅读全文