09 2018 档案

摘要:``` const HttpRequest = function() { this.query = '' } function HttpResponse() { this.body = [] this.status = 0; } HttpResponse.prototype.write = function(block) { this.body.push(block) } H... 阅读全文
posted @ 2018-09-12 13:40 不要相信我 阅读(207) 评论(0) 推荐(0) 编辑
摘要:``` const compose = (...fns) = { let len = fns.length; let fn_index = len 1; let fn_result; function invoke(...args) { fn_result = len ? fns[fn_index] 阅读全文
posted @ 2018-09-04 15:33 不要相信我 阅读(683) 评论(0) 推荐(0) 编辑
摘要:``` using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Pactera.Bpm.TestProject.MiddlewareTest { [... 阅读全文
posted @ 2018-09-03 17:19 不要相信我 阅读(595) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示