08 2015 档案
摘要:SET NOCOUNT ON; declare @I_PCity table ( IPStart nvarchar(255), Area nvarchar(255), CityID int, IPID int ...
阅读全文
摘要:byte[] bt = new byte[] { 10, 11, 33, 44, 2 }; string str=string.Join(",",bt.Select(t=>t.ToString()).ToArray()); Console.Write(st...
阅读全文
摘要:string ipFilePath = @"~/App_Data/QQWry.dat"; QQWryLocator QQWry = new QQWryLocator(Server.MapPath(ipFilePath)); IPLocation lo...
阅读全文
摘要:1 SET NOCOUNT ON; 2 declare @taba table( 3 CityD int , 4 Cityame nvarchar (50) 5 ) 6 insert into @tab...
阅读全文

浙公网安备 33010602011771号