摘要:select * from [dbo].[Sys_MemberKey] a where exists(select * from [Sys_MemberKey] b where a.FMachineCode'' and a.FKeyID=b.FKeyID and a.FMemberIDb.FMem...
阅读全文
摘要:D:\vs2015>tf workspaces /collection:http://10.1.0.104:8080/tfs/dahua.adrms /updateComputerName:WIN-IV5CS0H2KUO打开VS的开发者命令行,输入上面地址,就可以其中:你的服务器地址:http://...
阅读全文
摘要:if(downListControl == null || downListControl.IsVisible == false) { downListControl = new DownloadListControl(); ...
阅读全文
摘要:StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxClients 150 MaxRequestsPerChild 0 StartServer...
阅读全文
摘要:DECLARE @info NVARCHAR(MAX)--SET @info to something bigPRINT CAST(@info AS NTEXT)这样就可以输出超过8000的字符了
阅读全文