原文:错误: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-2025 CODEPRJ.COM