摘要:
在使用visual studio 2013启动self host webapi时候碰到下面的错误: 详细错误信息如下: HTTP could not register URL http://+:86/. Your process does not have access rights to this 阅读全文
摘要:
declare @table table(dlid int,RowNum int)insert into @table select dlid,ROW_NUMBER() over(order by dlid) as RowNum from dbo.tblPublicationGroupMapping 阅读全文