09 2016 档案
摘要:IRestClient client = new RestClient("https://xxx.com/aa/bb"); var prjIds = "12067"; var request15 = new RestRequest().AddParameter("prjIds", prjIds).A
阅读全文
摘要:/// /// 刮刮卡参数 /// [DataContract] public sealed class GetGuaGuaCardReq { /// /// 客户ID /// [DataMember] public int CustomerId { get; set;...
阅读全文
摘要:declare @spid int ; declare @ddlstring nvarchar(max); declare @dbname varchar(200); set @dbname='dbName'; declare tmpcur cursor for select distinct spid as spid from sys.sysprocesses where dbid=db_i...
阅读全文