上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页
摘要: public static bool CheckAgent(string userAgent) { bool flag = false; string[] keywords = { "Android", "iPhone", "iPod", "iPad", "Windows Phone", "MQQB 阅读全文
posted @ 2022-12-07 14:28 极客船长 阅读(331) 评论(0) 推荐(0) 编辑
摘要: dynamic contact = new ExpandoObject(); contact.Name = "Patrick Hines"; contact.Phone = "206-555-0144"; contact.Address = new ExpandoObject(); contact. 阅读全文
posted @ 2022-12-06 10:58 极客船长 阅读(135) 评论(0) 推荐(0) 编辑
摘要: select a.name as 表名, max(b.rows) as 记录条数 from sysobjects a ,sysindexes b where a.id=b.id and a.xtype='u' group by a.name order by max(b.rows) desc 阅读全文
posted @ 2022-12-02 17:52 极客船长 阅读(1206) 评论(0) 推荐(0) 编辑
摘要: SELECT TOP 100 t.hostname, t.loginame, percent_complete, [session_id] , der.[request_id] , [start_time] AS '开始时间' , der.[status] AS '状态' , [command] A 阅读全文
posted @ 2022-11-29 18:11 极客船长 阅读(101) 评论(0) 推荐(0) 编辑
摘要: Regex.Replace(LoginMobile, @"(?im)(\d{3})(\d{4})(\d{4})", "$1****$3"); //13431230555变成134****0555 阅读全文
posted @ 2022-11-23 12:03 极客船长 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 1、转到下载页面2、按F12后点击小窗口左上角的手机图标3:刷新页面开始下载(win10.iso:链接) 阅读全文
posted @ 2022-11-04 16:17 极客船长 阅读(394) 评论(0) 推荐(0) 编辑
摘要: select * from baiduacg_cookies c cross apply (select top 1 * from product where AccountId=c.AccountId order by CreateTime desc)t 阅读全文
posted @ 2022-11-02 20:16 极客船长 阅读(35) 评论(0) 推荐(0) 编辑
摘要: List<Person> list = obj.list.ToObject<List<Person>>() 阅读全文
posted @ 2022-10-27 15:15 极客船长 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-10-26 20:31 极客船长 阅读(51) 评论(0) 推荐(0) 编辑
摘要: sp_helpindex tablename 阅读全文
posted @ 2022-10-21 17:25 极客船长 阅读(32) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页