12 2021 档案

摘要:柯里化 是一种转换,将 f(a,b,c) 转换为可以被以 f(a)(b)(c) 的形式进行调用。 1. 2. 3.这个其实都不是普通的那种柯理化了 普通的初始函数的参数数量一定是小于 调用中最大的数量的, 所以 这个面试题的思路学习就可以了 阅读全文
posted @ 2021-12-15 15:43 hh9515 阅读(36) 评论(0) 推荐(0)
摘要:https://cloud.tencent.com/developer/article/1467268 其实在执行中间件上都是一层一层的进去,但是express的需要手动写res.end ,这样写完之后,前面的层的中间件中中就不能操作响应了 而 koa的response在最外层 ” 仔细看一下koa 阅读全文
posted @ 2021-12-14 17:05 hh9515 阅读(401) 评论(0) 推荐(0)
摘要:https://github.com/alberti42/iTunes-Volume-Control(废弃) https://github.com/alberti42/Volume-Control 阅读全文
posted @ 2021-12-04 01:15 hh9515 阅读(107) 评论(0) 推荐(0)