原文:錯誤:Only the original thread that created a view hierarchy can touch its views——Handler的使用

在跟隨教程學習到顯示web頁面的html源碼時報錯:Only the original thread that created a view hierarchy can touch its views,通過網上查找資料得知: android中相關的view和控件不是線程安全的,必須單獨做處理。如果要更新視圖,必須在主線程中更新,不可以在子線程中執行更新的操作。 既然這樣,我們就可以通過Handle ...

2014-12-12 16:08 0 7364 推薦指數:

查看詳情

ORA-02030: can only select from fixed tables/views

有時候給一些普通用戶授予查詢系統對象(例如dynamic performance views)權限時會遇到“ORA-02030: can only select from fixed tables/views”,如下所示: SQL> grant select on v ...

Wed Dec 19 22:07:00 CST 2018 0 1230
 
粵ICP備18138465號   © 2018-2026 CODEPRJ.COM