摘要: 为知笔记 wordpress 以上的图片能显示? 瞎折腾中 来自为知笔记(Wiz) 阅读全文
posted @ 2015-12-11 10:41 leamiko 阅读(114) 评论(0) 推荐(0)
摘要: 为知笔记 wordpress 以上的图片能显示? 来自为知笔记(Wiz) 阅读全文
posted @ 2015-12-11 09:38 leamiko 阅读(143) 评论(0) 推荐(0)
摘要: 显示吗?https://leanote.com/ 开源https://leanote.com/album/index?md=1 来自为知笔记(Wiz) 阅读全文
posted @ 2015-12-11 09:35 leamiko 阅读(134) 评论(0) 推荐(0)
摘要: 标题2 标题3 列表1 列表2 #include int main() { printf("Hello World!\n"); return 0;} 来自为知笔记(Wiz) 阅读全文
posted @ 2015-12-10 23:50 leamiko 阅读(85) 评论(0) 推荐(0)
摘要: ##标题2###标题3***- 列表1- 列表2***```#include int main() { printf("Hello World!\n"); return 0;}```来自为知笔记(Wiz) 阅读全文
posted @ 2015-12-09 11:45 leamiko 阅读(95) 评论(0) 推荐(0)
摘要: ##helloworld```javapublicvoidmain(){}```![xx](461acfd9-a545-4596-bca7-65f367c19cc1_files/viewflipper_hierarchy.png)#helloworld!!!!!!来自为知笔记(Wiz)附件列表viewflipper_hierarchy.png 阅读全文
posted @ 2015-09-28 14:17 leamiko 阅读(129) 评论(0) 推荐(0)
摘要: Handler类:1 在子线程中发送Message2 在主线程中获取、处理Message在新线程中 通过Handler机制通知UI线程改变界面。每个线程只能拥有一个Looper,而每个Looper关联一个MessageQueueUI线程中,系统默认初始化了一个Looper对象。Looper、Mess... 阅读全文
posted @ 2014-07-30 11:16 leamiko 阅读(4696) 评论(0) 推荐(0)
摘要: public class EmptyLayout { private Context mContext; private ViewGroup mLoadingView; private ViewGroup mEmptyView; private ViewGroup mErrorView; priva... 阅读全文
posted @ 2014-07-27 18:59 leamiko 阅读(1489) 评论(0) 推荐(0)
摘要: Fragment的概述及其设计哲学Fragment的LifecycleFragment与Activity的通信 (event callback)FragmentManager和FragmentTransactionActivity添加(布局)Fragment的2种方式Activity管理Fragme... 阅读全文
posted @ 2014-07-18 14:50 leamiko 阅读(245) 评论(0) 推荐(0)
摘要: Android Handler Looper Message MessageQueue ThreadHandler负责发送Message和处理Message.Handler处理Message必须对应一个Looper,Looper负责从MessageQueue中抽取Message.如果Handler定... 阅读全文
posted @ 2014-05-29 14:03 leamiko 阅读(339) 评论(0) 推荐(0)
document.getElementById('MySignature') && document.getElementById('MySignature').style.display = "none"; document.getElementById('MySignature') && document.getElementById('blog_post_info').style.display = "none";