not running
非執行狀態
not running → inactive → active →
background → suspended
inactive
前台非活動狀態
active
前台活動狀態
background
後台狀態
suspended
掛起狀態
not running → inactive → active
inactive → active
active → inactive → background → suspended
active → inactive
background → suspended
active → inactive → background → suspended → not running
background → suspended
suspended → not running
suspended → background → inactive → active
background
→ inactive
發出uiapplicationwiillenterforegroundnotification通知
nactive
→active
發出uiapplicationdidbecomeactivenotification通知
在記憶體清除場景俠,應用不會呼叫任何方法,也不會發出應用通知
ios6以後不呼叫viewdidunload方法
17 生命週期Activity
頁面a,呼叫方法順序 本頁面oncreate onstart onresume 從a跳轉到b,呼叫方法的順序為 從b返回a,呼叫順序 下乙個頁面onpause 上乙個頁面onrestart onstart onresume 下乙個頁面onstop ondestroy 豎屏與橫屏的切換 都是原螢幕的頁...
Spring學習06生命週期
目標方法執行前後執行後,將進行初始化或銷毀。class init method 初始化方法名稱 destroy method 銷毀的方法名稱 6.1.1目標類public class userserviceimpl implements userservice public void myinit ...
vue05 生命週期
首先看下面 宣告週期就是vue例項在某乙個時間點會自動執行的函式,這些函式沒有放在methods裡面,直接在vue例項下。beforecreate vue例項初始化後執行 created 外部注入,雙向繫結等完成後執行 beforemount 頁面還沒有被渲染 mounted 頁面渲染完 befor...