上一页 1 ··· 292 293 294 295 296 297 298 299 300 ··· 389 下一页
摘要: https://www.zhihu.com/question/27462267/answer/204658544 https://gist.github.com/adeekshith/cd4c95a064977cdc6c50 # <type>: (If applied, this commit wi 阅读全文
posted @ 2017-07-29 08:26 ChuckLu 阅读(1071) 评论(0) 推荐(0) 编辑
摘要: New-Service https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/new-service?view=powershell-5.1 PS C:\Program Files\Pow 阅读全文
posted @ 2017-07-28 09:51 ChuckLu 阅读(1199) 评论(0) 推荐(0) 编辑
摘要: Back up 1,右键选中需要备份的数据库,Tasks-->Backup 2.General中,Destination,先remove掉之前的,然后再Add 需要注意的是,add的文件,必须要以.bak为后缀名,否则后面restore的话,不会显示出备份的文件 Restore 1.在数据库服务器的 阅读全文
posted @ 2017-07-26 10:16 ChuckLu 阅读(470) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/sql/relational-databases/scripting/sqlcmd-start-the-utility C:\Users\clu>sqlcmd -?Microsoft (R) SQL Server Command Li 阅读全文
posted @ 2017-07-18 10:21 ChuckLu 阅读(456) 评论(0) 推荐(0) 编辑
摘要: 解决方法:不要用Administrator权限打开sql server 阅读全文
posted @ 2017-07-18 10:11 ChuckLu 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 文本第一行ctrl+home 文本最后一行ctrl+end 选中当前行shift+home,从当前行的其实位置,到光标所在的位置 选中当前一整行,shift+space 【但是在win10里默认被用来切换输入的全角和半角】 重命名F2 属性Alt+Enter 阅读全文
posted @ 2017-07-17 18:29 ChuckLu 阅读(213) 评论(0) 推荐(0) 编辑
摘要: Tools-->Options-->Projects and Solutions-->Track Active Item in Solution Explorer 阅读全文
posted @ 2017-07-17 16:38 ChuckLu 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2017-07-15 13:51 ChuckLu 阅读(449) 评论(0) 推荐(0) 编辑
摘要: SQL Monitor Installer 安装这个的时候,需要为这个Monitor创建一个Database安装完成之后,需要配置http://documentation.red-gate.com/display/SM7/Configuring+SQL+Monitor+with+IIS+7+and+ 阅读全文
posted @ 2017-07-14 14:36 ChuckLu 阅读(672) 评论(0) 推荐(0) 编辑
摘要: 一般情况 string hello = "hello你好"; var helloArray1 = Encoding.UTF8.GetBytes(hello); Console.WriteLine(helloArray1.Length); var helloArray2 = Encoding.Unic 阅读全文
posted @ 2017-07-12 21:30 ChuckLu 阅读(684) 评论(0) 推荐(0) 编辑
上一页 1 ··· 292 293 294 295 296 297 298 299 300 ··· 389 下一页