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

上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 73 下一页
摘要: //setTimeout 1000ms后执行1次 var test1 = setTimeout(function(){ //your codes },1000); //setInterval 每隔1000ms执行一次 var test2 = setInterval(function(){ //your codes },1000) //清除Timeout的定时器,传入变量名(创建Timeout定时器 阅读全文
posted @ 2019-11-03 13:42 hofmann 阅读(130) 评论(0) 推荐(0)
摘要: EnterpriseResponse09.json { "response_biz_content": { "MSG": "OK", "return_msg": "OK", "msg_id": "637067564513056852", "DATA": [{ "SIZE": 1, "TCONF": 阅读全文
posted @ 2019-11-01 11:31 hofmann 阅读(3698) 评论(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 阅读(2067) 评论(0) 推荐(0)
摘要: /// /// Get SHA512 Hash From String /// /// /// static public string GetHash512String(string originalData) { string result = st... 阅读全文
posted @ 2019-10-30 17:16 hofmann 阅读(1673) 评论(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 阅读(578) 评论(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 阅读(763) 评论(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 阅读(387) 评论(0) 推荐(0)
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 73 下一页