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

上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 73 下一页
摘要: EnterpriseResponse09.json { "response_biz_content": { "MSG": "OK", "return_msg": "OK", "msg_id": "637067564513056852", "DATA": [{ "SIZE": 1, "TCONF": 阅读全文
posted @ 2019-11-01 11:31 hofmann 阅读(3697) 评论(0) 推荐(0)
摘要: SIT: System Integrate Test 系统整合测试 QAS: Quality Assurance system 质量保证 DEV: Development 开发 PET: Performance Evaluation Test 性能测试 阅读全文
posted @ 2019-11-01 10:27 hofmann 阅读(392) 评论(0) 推荐(0)
摘要: 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 阅读(688) 评论(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)
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 73 下一页