Vue的生命周期鉤子
beforeCreate 組件實例剛被創建,組件屬性計算之前,如data屬性等
create 組件實例創建完成,屬性已綁定,但DOM還未完成,$el屬性還不存在
beforeMount 模板編譯、掛載之前
mounted 模板編譯、掛載之後
beforeUpdate 組件更新之前
update 組件更新之後
beforeDestroy 組件銷毀之前調用
destroyed組件銷毀後調用
Vue 組件中的路由鉤子
beforeRouteEnter(to,from,next)
beforeRouteUpdate(to,from,next)
beforeRouteLeave(to,from,next)
※Jenkins內存溢出的處理方法
※windows下安裝python及第三方庫numpy、scipy、matplotlib終極版
TAG:程序員小新人學習 |