嵌套函数: 嵌套函数: 在函数内部定义的函数! 一般在什么情况下使用嵌套函数? 1. 封装 - 数据隐藏:外部无法访问“嵌套函数”。 2. 贯彻 DRY(Don’t Repeat Yourself) 原则: 嵌套函数,可以让我们在函数内部避免重复代码。 3. 闭包: 后面会详细讲解。 运行结果: t ...
分类:
编程语言 时间:
2019-05-12 01:44:28
阅读次数:
143
Life is a game,and you lose it,so you suicide. But you can not kill yourself before you solve this problem: Given you a sequence of number a 1, a 2, . ...
分类:
其他好文 时间:
2019-05-08 09:37:23
阅读次数:
151
Based on the talk from NG-CONF. Check it out by yourself, here is just my own take away :) Differential loading: The basic idea is that, Angular will ...
分类:
移动开发 时间:
2019-05-07 00:55:56
阅读次数:
183
Rust 1. install 2. play on line Tutorial org learn (entry) 1. org examaple 2. book 3. rustlings course Grow with Rust THE STANDARD LIBRARY Comprehensi ...
分类:
其他好文 时间:
2019-05-02 11:29:59
阅读次数:
162
Given a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you can see ordered from top to bottom. Example ...
分类:
其他好文 时间:
2019-04-17 09:28:30
阅读次数:
142
单节点安装 sudo ./install.sh报错Note: docker version: 17.03.2? Need to install docker-compose(1.7.1+) by yourself first and run this script again. 解决办法,使用roo ...
分类:
其他好文 时间:
2019-03-14 20:05:59
阅读次数:
386
做中学(Learning by Doing)是我翻看《构建之法 现代软件工程》的第一印象,也极为深刻。因为对概念相关的知识不感冒,却又想做好软件开发,所以对这本书有所期待 。 You have to believe in yourself.That's the secret of success. ...
分类:
其他好文 时间:
2019-02-26 01:27:27
阅读次数:
203
中文题面 思路:维和两个区间 一个是女神区间 一个是基友区间 如果是基友要预约时间 直接在基友区间查询可满足的起点 (这里先判tree[1].m >=length也就是有没有这样的区间满足时间length) 预约成功后更新基友区间 如果是女神要预约区间 先在基友区间预约看有没有满足的区间 (同样看根 ...
分类:
其他好文 时间:
2019-02-03 10:42:56
阅读次数:
207
学js的时候大家肯定或多或少会封装一些函数 举个例子: function my$(id){ return document.getElementById(id) } 当我们调用这个方法的时候,省去了很多很多的代码 don‘t repeat yourself 这样做的 好处是:使用函数将代码封装,使得 ...
分类:
Web程序 时间:
2019-01-11 00:09:23
阅读次数:
268
Pocket RPG Weapon Trails 武器拖尾效果 Asset Store地址:https://www.assetstore.unity3d.com/en/#!/content/2458 CSDN资源地址:http://download.csdn.net/detail/akof1314/ ...
分类:
编程语言 时间:
2019-01-04 17:11:49
阅读次数:
250