摘要: /// <summary> /// 通过域名获得域名解析的IP地址 /// </summary> /// <param name="url">网址</param> /// <returns>返回域名解析的IP地址</returns> private string GetYuMingIP(string 阅读全文
posted @ 2021-04-08 16:02 安度 阅读(1168) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Draw 阅读全文
posted @ 2021-04-08 16:00 安度 阅读(230) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2021-04-08 15:31 安度 阅读(161) 评论(0) 推荐(0) 编辑
摘要: using StackExchange.Redis; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Configuration; using Syst 阅读全文
posted @ 2021-04-08 15:29 安度 阅读(252) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Newtonsoft.Json; using StackExchange.Redis; nam 阅读全文
posted @ 2021-04-08 15:22 安度 阅读(373) 评论(0) 推荐(0) 编辑