tail logs using SSE
这也是我能想到的使用场景
tail logs using SSE
这也是我能想到的使用场景
local VCS repository
就是我希望的
fileinfo
但是我的机器上是有的啊?
我也遇到了,但是不清楚是什么原因?可能确实和 PHP 有关!
椭圆机
在贾海峰家看到的健身设备
feasible
可行的
current active instance
vm
intricate
复杂
Workbench
工作台
array-likes
length + numberic key?
use recursion to implement it.
How? typeof val === 'object'?
specification
规定
Try to avoid nesting code too many levels deep.
减少嵌套等级,优先处理特例
Breadcrumbs
面包屑
everywhere inside that block
函数定义在当前 block 中都有效,在外部无效
A Function Declaration can be called earlier than it is defined.
函数定义可以先使用后声明,这不一定总是好事情
converts the values to numbers
JS 比较运算时,不同的类型时,先自动转换成数字
peculiarities
特殊点
last one is returned
逗号操作符只返回最后一个值
from right to left
连着的赋值,从右到左赋值
Assignment = returns a value
= 也是一个操作符,和加减乘除一样,会有一个返回值
precedence
优先级
unary
一元
operator
运算符
operand
操作数
intuitively
直觉上的
concentrate
集中注意力
prior to execution
在代码执行前就知道的常量
Get-Clipboard
使用 Power Shell 工具获得剪切板内容
An array-length specification must be strictly positive.
数组长度不能为0
-Wzero-length-array
not required
作为特例,main 函数可以不返回
All variables should be initialized
所有变量都应该初始化?VLA 没法初始化
An array with a length that is not an integer constant expression isan VLA.
长度不是 ICE 的数组声明均产生一个 VLA
Arrays can’t be assigned to
数组不能赋值