上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 61 下一页
摘要: 个人理解,如果有不对的地方还请指出。 函数式编程的英文是 functional programming functional这个单词被翻译成了函数式,大家也叫函数式编程 functional这个英文在数学中的意思是——泛函 所以functional programming 其实可以被称为 泛函编程! 阅读全文
posted @ 2018-12-13 18:39 hh9515 阅读(397) 评论(0) 推荐(0)
摘要: 一个项目中同事使用webstorm,看我代码的时候说我传上去的会多出空格, VSCode 编辑 Setting.json文件,列出一些可以配置的项目 "javascript.format.enable": false, "javascript.format.insertSpaceAfterComma 阅读全文
posted @ 2018-12-12 14:54 hh9515 阅读(6337) 评论(0) 推荐(1)
摘要: 资料一 —— vim插件的安装 https://www.cnblogs.com/tianzhiyi/p/5338032.html 资料二 —— vim多窗口操作: https://blog.csdn.net/devil_2009/article/details/7006113 资料三 —— vim中 阅读全文
posted @ 2018-12-11 19:16 hh9515 阅读(483) 评论(0) 推荐(0)
摘要: 再来认真的学习一下责任链模式: 示例: /** * 责任链模式 */ var order500 = function (orderType, isPaid, stock) { if (orderType 1 && isPaid true) { console.log('500元定金预购,得到100优 阅读全文
posted @ 2018-12-07 17:52 hh9515 阅读(225) 评论(0) 推荐(0)
摘要: Git中一共有三个区: 版本库 - 暂存区 - 工作区 HEAD代表版本库,index代表暂存区,另外还有一个我们增删改代码的工作区。 所以官方解释翻译过来就是: 下面演示一下,假如做了三次提交,然后在最后一次提交的状态下向之前的历史内容reset: --hard : 回退版本库,暂存区,工作区。( 阅读全文
posted @ 2018-12-06 11:12 hh9515 阅读(216) 评论(0) 推荐(0)
摘要: 这篇文章很好很好 https://www.cnblogs.com/alfayed/p/4682780.html 阅读全文
posted @ 2018-12-04 15:08 hh9515 阅读(147) 评论(0) 推荐(0)
摘要: 个人总结: 读完这篇文章需要10分钟 讲解了跟电子邮件有关的三个协议: SMTP(simple message transfer protocol 简单信息传输协议 IMAP (internet message access protocol 互联网信息获取协议 POP3 (post office 阅读全文
posted @ 2018-12-01 22:32 hh9515 阅读(4099) 评论(0) 推荐(0)
摘要: Qty. Description Approx. cost each Approx. cost total Sources 14 Breadboard $3 – $8 $36 – $96 面包板 1 22 AWG Solid Tinned-Copper Hook-Up Wire $16.00 $16 阅读全文
posted @ 2018-11-29 14:29 hh9515 阅读(384) 评论(0) 推荐(0)
摘要: 资料: https://en.wikipedia.org/wiki/Software_design_pattern https://zh.wikipedia.org/wiki/SOLID_(%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1%E8%AE%BE%E8%AE%A1) 阅读全文
posted @ 2018-11-29 11:33 hh9515 阅读(140) 评论(0) 推荐(0)
摘要: 一英尺 '' foot 30.48cm 一英寸 inch 2.54cm 一、led实验 A led is a light emitting diode Cathode n.阴极 短的一侧是cathode 长的一次是anode 阳极 Breadboard 竖向一列的5个孔是相连接的 给电压过高以后就挂 阅读全文
posted @ 2018-11-28 16:12 hh9515 阅读(883) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 61 下一页