当你的才华不能撑起你的野心时,就是你该选择学习的时候了!

摘要: run->cmd 阅读全文
posted @ 2019-10-30 20:58 hofmann 阅读(2063) 评论(0) 推荐(0)
摘要: /// /// Get SHA512 Hash From String /// /// /// static public string GetHash512String(string originalData) { string result = st... 阅读全文
posted @ 2019-10-30 17:16 hofmann 阅读(1669) 评论(0) 推荐(0)
摘要: string pcname = Dns.GetHostName(); string ip = Dns.GetHostAddresses(pcname).First().ToString(); using Com.AppCode.Extend; using Com.AppCode.Helper; using System.Collections.Generic; using System.Net; 阅读全文
posted @ 2019-10-30 17:11 hofmann 阅读(577) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Web.Script.Serialization; using System.Xml; using System.Xml.Serialization; namespace Com.AppCode.Hel... 阅读全文
posted @ 2019-10-30 16:58 hofmann 阅读(689) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using System.Web.Script.Serialization; namespace Com.AppC... 阅读全文
posted @ 2019-10-30 16:54 hofmann 阅读(761) 评论(0) 推荐(0)
摘要: using System; using System.Diagnostics; using System.IO; using System.Threading; using System.Web; namespace Com.AppCode.Helper { /// <summary> /// 日志记录到本地文件 /// </summary> public class Log { /// <sum 阅读全文
posted @ 2019-10-30 16:51 hofmann 阅读(665) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace Com.AppCode.Extend { sta... 阅读全文
posted @ 2019-10-30 16:48 hofmann 阅读(383) 评论(0) 推荐(0)
摘要: using System; namespace Com.AppCode.Extend { public static partial class Ext { #region 数值转换 /// /// 转换为整型 /// /// 数据 public static int ToInt... 阅读全文
posted @ 2019-10-30 16:33 hofmann 阅读(732) 评论(0) 推荐(0)