11 2016 档案
摘要:https://msdn.microsoft.com/zh-cn/library/ee942158(v=vs.110).aspx#can_i_exclude_specific_files_or_folders_from_deployment https://www.asp.net/web-forms
阅读全文
摘要:http://downloads.mysql.com/archives/c-net/
阅读全文
摘要:public class CheckIP { #region 获取浏览器版本号 /// /// 获取浏览器版本号 /// /// public static string GetBrowser() { HttpBrowser...
阅读全文
摘要:https://msdn.microsoft.com/en-us/library/ff647787.aspx Retired Content This content is outdated and is no longer being maintained. It is provided as a
阅读全文
摘要:http://caniuse.com/#feat=websockets
阅读全文
摘要:CreateService参数介绍SC_HANDLE CreateService( SC_HANDLE hSCManager, //服务控制管理程序维护的登记数据库的句柄,由系统函数OpenSCManager 返回 LPCTSTR lpServiceName, //以NULL 结尾的服务名,用于创建
阅读全文
摘要:一个BUG修复需要4年!!!!!!!!!!!!!也是醉了。。。。不造被微软收购后的Xamarin会不会好起来
阅读全文
摘要:JavaScript事件处理的方式(三种) 作者:青青鸟 字体:[增加 减小] 类型:转载 时间:2016-04-26 我要评论 JavaScript事件处理的方式(三种) 作者:青青鸟 字体:[增加 减小] 类型:转载 时间:2016-04-26 我要评论 最近这段时间因为每天要修改网站,为网站做
阅读全文
摘要:7.1.定义 7.1.1.关闭WebSocket连接 为_关闭WebSocket连接_,端点需关闭底层TCP连接。端点应该使用一个方法完全地关闭TCP连接,以及TLS会话,如果合适,丢弃任何可能已经接收的尾随的字节。当必要时端点可以通过任何可用的手段关闭连接,例如当受到攻击时。 底层TCP连接,在大
阅读全文
摘要:Since you don't want to tell what minimal version of Visual C++ redistributable package you require, here you have the code sample from which you can
阅读全文
摘要:INNO setup 制作安装包 的时候,发布VC++运行时 [Run]Filename: {app}vcredist_x86.exe; Parameters: /q; WorkingDir: {tmp}; Flags: skipifdoesntexist; StatusMsg: "Installi
阅读全文
摘要:https://technet.microsoft.com/en-us/library/ee790599.aspx Web Server (IIS) Administration Cmdlets in Windows PowerShell The Web Server Administration
阅读全文
摘要:function RecycleYourAppPool([string] $poolName){ Import-Module WebAdministration #获取所有Application Pools Write-Host '开始回收IIS应用程序池...'$poolName $appPool
阅读全文
摘要:1、获取SQLserver安装路径vardbpath:string;rtn:boolean;rtn := RegQueryStringValue(HKEY_LOCAL_MACHINE, 'SOFTWAREMicrosoftMSSQLServerSetup','SQLPath', dbpath);if
阅读全文
摘要:Inno Setup for Windows service? Inno Setup for Windows service? up vote86down votefavorite 77 I have a .Net Windows service. I want to create an insta
阅读全文
摘要:// The name of the account under which the service should run// 1 NT AUTHORITY\\SYSTEM 2 NT AUTHORITY\\NetworkService 3 NT AUTHORITY\\LocalService#def
阅读全文
摘要:Printing Architecture http://www.codeproject.com/Articles/8916/Printing-Architecture This article explains about the components of printing architectu
阅读全文
摘要:https://blogs.technet.microsoft.com/askperf/2007/06/19/basic-printing-architecture/ Printer sharing, information retrieval, and data storage are among
阅读全文
摘要:How to establish a cross-domain connection Typically if the browser loads a page from http://contoso.com, the SignalR connection is in the same domain
阅读全文
摘要:This document contains the following sections. Calling methods between the client and server silently fails Configuring IIS websockets to ping/pong to
阅读全文
摘要:Building Web Apps with SignalR, Part 1 In the first installment of app-building with SignalR, learn how to build a real-time chat application. By Eric
阅读全文
摘要:Why SignalR does not use WebSockets? Why SignalR does not use WebSockets? As you probably know SignalR supports multiple transports. The favor one and
阅读全文