Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我的应用程序中有多个处理程序,玩了大约 5 分钟后,android.os.message 的保留堆大小为 10mb。我该如何解决这个问题?
使用一个处理程序而不是多个处理程序并将所有内容发布到它
用于Message.obtain()创建消息,而不是构造函数
Message.obtain()
避免 postDelayed
我搜索了几个例子,仍然没有得到。我正在将一个 GOOD 对象列表从控制器传递到 jsp 页面。试图循环列表对象,但它只重复显示一个元素。我应该用豆子吗?如果是,您能否为我的案例提供更具体的示例。
<c:if test="${not empty listGood}"> <c:forEach var="ob"