2014年8月27日

The type javax.xml.rpc.ServiceException cannot be resolved.It is indirectly

摘要: The type javax.xml.rpc.ServiceException cannot be resolved.It is indirectly博客分类:解决方案_Java问题描述:The type javax.xml.rpc.ServiceException cannot be resolv... 阅读全文

posted @ 2014-08-27 10:26 antyi 阅读(1751) 评论(0) 推荐(0) 编辑

(转)Android之Adapter用法总结

摘要: 1.概念 Adapter是连接后端数据和前端显示的适配器接口,是数据和UI(View)之间一个重要的纽带。在常见的View(ListView,GridView)等地方都需要用到Adapter。如下图直观的表达了Data、Adapter、View三者的关系:Android中所有的Adapter一览: ... 阅读全文

posted @ 2014-08-27 08:25 antyi 阅读(182) 评论(0) 推荐(0) 编辑

导航