摘要:
本文将从子线程不能更新UI的直接原因、根本原因、Android如何做到限制以及子线程该如何正确更新UI四个方向回答问题。 【直接原因】在子线程中更新UI会怎样? 程序会出现以下错误: Only the original thread that created a view hierarchy can 阅读全文
摘要:
遇到问题 后台接口返回报错: message: "No EntityManager with actual transaction available for current thread - cannot reliably process 'remove' call; nested excepti 阅读全文
摘要:
遇到问题 解决问题 File --> Settings --> Plugins --> Lombok 插件说明 官网:https://projectlombok.org/ Project Lombok is a java library that automatically plugs into y 阅读全文