IP属地:澳门
spring aop通知(advice)分成五类:前置通知[Before advice]:在连接点前面执行,前置通知不会影响连接点的执行,除非此...
+'15' js 中字符串前面有个+ 号,就变成number类型。
对象关系映射(ORM(Object Relational Mapping),O/RM,或O/R mapping.是一种程序技术,用于实现面向对象...
这是我的测试日记
1. Two Sum Given an array of integers, return indices of the two number...
Detect returns the first item in the list for which the block returns TR...
zone.js 是angular2 实现事件的一种方式,它把原生的js的事件给重写了。比如 click 。
Promise , 一旦完成了就完了。但是observable 不一样,他是你会在未来获得的一系列的数据,你现在可能看不见它,但是你知道它会在未...
Call(就像打电话,只能一个一个的打) 如果想传入函数多个参数呢,如下 Apply(它可以同时应用于一个数组) bind