07 2017 档案
摘要:https://www.zhihu.com/question/27462267/answer/204658544 https://gist.github.com/adeekshith/cd4c95a064977cdc6c50 # <type>: (If applied, this commit wi
阅读全文
摘要:New-Service https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/new-service?view=powershell-5.1 PS C:\Program Files\Pow
阅读全文
摘要:Back up 1,右键选中需要备份的数据库,Tasks-->Backup 2.General中,Destination,先remove掉之前的,然后再Add 需要注意的是,add的文件,必须要以.bak为后缀名,否则后面restore的话,不会显示出备份的文件 Restore 1.在数据库服务器的
阅读全文
摘要:https://docs.microsoft.com/en-us/sql/relational-databases/scripting/sqlcmd-start-the-utility C:\Users\clu>sqlcmd -?Microsoft (R) SQL Server Command Li
阅读全文
摘要:解决方法:不要用Administrator权限打开sql server
阅读全文
摘要:文本第一行ctrl+home 文本最后一行ctrl+end 选中当前行shift+home,从当前行的其实位置,到光标所在的位置 选中当前一整行,shift+space 【但是在win10里默认被用来切换输入的全角和半角】 重命名F2 属性Alt+Enter
阅读全文
摘要:Tools-->Options-->Projects and Solutions-->Track Active Item in Solution Explorer
阅读全文
摘要:https://technet.microsoft.com/en-us/library/bb397374(v=exchg.80).aspx Install the IIS 6.0 Management Compatibility Components in Windows 7 or in Windo
阅读全文
摘要:SQL Monitor Installer 安装这个的时候,需要为这个Monitor创建一个Database安装完成之后,需要配置http://documentation.red-gate.com/display/SM7/Configuring+SQL+Monitor+with+IIS+7+and+
阅读全文
摘要:一般情况 string hello = "hello你好"; var helloArray1 = Encoding.UTF8.GetBytes(hello); Console.WriteLine(helloArray1.Length); var helloArray2 = Encoding.Unic
阅读全文
摘要:1.安装 https://stackoverflow.com/questions/8164859/install-a-windows-service-using-a-windows-command-prompt https://docs.microsoft.com/en-us/dotnet/fram
阅读全文
摘要:https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/out You can use the out contextual keyword in two contexts: As a parameter
阅读全文
摘要:https://stackoverflow.com/questions/2967176/where-is-svn-exe-in-my-machine The subversion program code is linked into the TortoiseSVN binary. You can
阅读全文
摘要:https://docs.microsoft.com/en-us/aspnet/web-forms/overview/getting-started/getting-started-with-aspnet-45-web-forms/create_the_data_access_layer This
阅读全文
摘要:https://stackoverflow.com/questions/2697247/how-to-determine-if-an-event-is-already-subscribed he event keyword was explicitly invented to prevent you
阅读全文
摘要:GetHitTest https://stackoverflow.com/questions/7762397/how-do-i-click-a-usercontrols-child-in-designer @Bradley: thanks for pointing me in the right d
阅读全文
摘要:https://docs.microsoft.com/en-us/aspnet/web-forms/overview/getting-started/getting-started-with-aspnet-45-web-forms/create-the-project Download Wingti
阅读全文