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/ 阅读全文
posted @ 2017-06-29 11:18 chang1234 阅读(127) 评论(0) 推荐(0)
摘要:echarts 阅读全文
posted @ 2017-06-27 16:16 chang1234 阅读(75) 评论(0) 推荐(0)
摘要:SignalR https://code.msdn.microsoft.com/SignalR-3ec71545 阅读全文
posted @ 2017-06-27 14:26 chang1234 阅读(287) 评论(0) 推荐(0)
摘要:84,91,205 阅读全文
posted @ 2017-06-26 14:04 chang1234 阅读(168) 评论(0) 推荐(0)
摘要:win+r 切换盘符 cd /d D:\downloads 阅读全文
posted @ 2017-06-21 14:06 chang1234 阅读(96) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2017-06-06 17:31 chang1234 阅读(1107) 评论(0) 推荐(0)
摘要:在C#中对应的说明 SQL C# bigint(sql大小:8byte) long(64位) int, integer(sql大小:4byte) int(32位) smallint(sql大小:2byte) short(16位) tinyint(sql大小:1byte) byte(8位) 注意: 使 阅读全文
posted @ 2017-06-06 17:25 chang1234 阅读(11792) 评论(0) 推荐(0)
摘要:select * from (select * from( select row_number() over(partition by Pid order by created desc) rowId,* from table ) t where rowId=1) tt 阅读全文
posted @ 2017-06-05 18:01 chang1234 阅读(2257) 评论(1) 推荐(0)
摘要: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 阅读全文
posted @ 2017-06-02 15:03 chang1234 阅读(305) 评论(0) 推荐(0)