摘要:
代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Reflection;namespace TestConsole{ public class Program { public static void Main(string[] args) { var classify_list = new List { ... 阅读全文
摘要:
源码: $.ajax({ url: url, success: function (data) { var reg = /<body>[\s\S]*<\/body>/g; var html = reg.exec(data)[0]; html = $(html).filter(".body_main" 阅读全文
摘要:
与over函数结合的几个函数create table #tab(A varchar(8), B varchar(8))insert into #tabselect 'A1', 'B1' union allselect 'A1', 'B2' union allselect 'A1', 'B3' union allselect 'A2', 'B4' union allselect 'A2', 'B5' union allselect 阅读全文