2015年5月10日

【转】android使用File Explorer无法访问系统内部文件--不错

摘要: 原文网址:http://blog.csdn.net/yangqicong11/article/details/8747042设备:Samsung GT-P3110 系统:Android 4.1.1 问题:本机在获得ROOT权限后,使用Eclipse自带的File Explorer访问/dat... 阅读全文

posted @ 2015-05-10 15:18 wi100sh 阅读(477) 评论(0) 推荐(0) 编辑

WIN7笔记本显示连接不可用

摘要: 如图所示,找不到任何无线网络解决方法:不小心把无线关掉而已,笔记本键盘上F5~F12找看看有没有无线标志,有的话要先按下 Fn键不放,再按下那个有无线标志的Fn键。 阅读全文

posted @ 2015-05-10 14:15 wi100sh 阅读(264) 评论(0) 推荐(0) 编辑

【转】Java中 List的遍历

摘要: 原文网址:http://blog.csdn.net/player26/article/details/3955906importjava.util.ArrayList;importjava.util.Iterator;importjava.util.List;publicclassListTest{... 阅读全文

posted @ 2015-05-10 11:29 wi100sh 阅读(221) 评论(0) 推荐(0) 编辑

【转】ArrayList和LinkedList的几种循环遍历方式及性能对比分析

摘要: 原文网址:http://www.trinea.cn/android/arraylist-linkedlist-loop-performance/主要介绍ArrayList和LinkedList这两种list的五种循环遍历方式,各种方式的性能测试对比,根据ArrayList和LinkedList的源码... 阅读全文

posted @ 2015-05-10 11:28 wi100sh 阅读(248) 评论(0) 推荐(0) 编辑

【转】ArrayList遍历的同时删除----不错

摘要: 原文网址:http://javag.iteye.com/blog/403097方法一Java代码ArrayListlist=newArrayList();list.add("one");list.add("two");list.add("two");list.add("two");list.add(... 阅读全文

posted @ 2015-05-10 11:27 wi100sh 阅读(309) 评论(0) 推荐(0) 编辑

【转】Android:ListView常见错位之CheckBox错位

摘要: 原文网址:http://blog.csdn.net/lemon_tree12138/article/details/39337867ListView在什么样的情况下会出现错位?错位的原因是什么?怎么解决?下面的内容会对这些问题做一个讲解。1.ListView在什么样的情况下会出现错位?其实错位是当我... 阅读全文

posted @ 2015-05-10 10:48 wi100sh 阅读(745) 评论(0) 推荐(0) 编辑

【转】Android 带checkbox的listView 实现多选,全选,反选----解决checkbox错位问题

摘要: 原文网址:http://blog.csdn.net/onlyonecoder/article/details/8687811Demo地址(0分资源):http://download.csdn.net/detail/onlyonecoder/5154352由于listview的一些特性,刚开始写这种需... 阅读全文

posted @ 2015-05-10 10:46 wi100sh 阅读(258) 评论(0) 推荐(0) 编辑

【转】android应用开发全程实录-你有多熟悉listview?---不错

摘要: 原文网址:http://www.cnblogs.com/noTice520/archive/2011/12/05/2276379.html今天给大家带来《android应用开发全程实录》中关于listview和adatper中的部分。包括listview的基本使用,listview的优化等。我们经常... 阅读全文

posted @ 2015-05-10 10:06 wi100sh 阅读(149) 评论(0) 推荐(0) 编辑

导航