06 2020 档案

摘要:第三种方法!!! using System; using System.Diagnostics; namespace ConsoleApp7 { class Program { static void Main(string[] args) { int a = 111, b = 222; Stopw 阅读全文
posted @ 2020-06-17 15:50 vvull 阅读(225) 评论(0) 推荐(0)
摘要:SQL Server中的窗口函数 拓展2 阅读全文
posted @ 2020-06-17 11:20 vvull 阅读(264) 评论(0) 推荐(0)
摘要:未位为0是偶数,1是奇数。 因此可以用if ((a & 1) == 0)代替if (a % 2 == 0)来判断a是不是偶数。 阅读全文
posted @ 2020-06-16 14:48 vvull 阅读(1326) 评论(0) 推荐(0)
摘要:group by性能不低于distinct 阅读全文
posted @ 2020-06-15 17:16 vvull 阅读(423) 评论(0) 推荐(0)