06 2017 档案
摘要:http://www.jb51.net/article/82226.htm(消息推送) http://blog.csdn.net/vip__888/article/details/5500588(PropertyInfo C#) http://blog.csdn.net/aspnet2002web/
阅读全文
摘要:SignalR https://code.msdn.microsoft.com/SignalR-3ec71545
阅读全文
摘要:win+r 切换盘符 cd /d D:\downloads
阅读全文
摘要:select a.* from (select id,Detail,partId=(select cast(partId as char(36))+',' from (select * from table) as b where b.id=a.id for xml path('')) ,code
阅读全文
摘要:在C#中对应的说明 SQL C# bigint(sql大小:8byte) long(64位) int, integer(sql大小:4byte) int(32位) smallint(sql大小:2byte) short(16位) tinyint(sql大小:1byte) byte(8位) 注意: 使
阅读全文
摘要:select * from (select * from( select row_number() over(partition by Pid order by created desc) rowId,* from table ) t where rowId=1) tt
阅读全文
摘要:select * from ( select row_number() over(order by id) as rowid,* from table where 1=1 ) tt select count(1) as countRow from ( select * from table wher
阅读全文

浙公网安备 33010602011771号