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