码迷,mamicode.com
首页 >  
搜索关键字:lv mirror    ( 3054个结果
Mirror用法
mirror
分类:其他好文   时间:2014-12-21 11:32:14    阅读次数:216
Android实战技巧之九:最新Android开发环境(Eclipse+ADT+Android 5.0)
这里我们要重新配置一下代理,去neusoft.edu.cn镜像网站中下载最新的工具和SDK。 启动 Android SDK Manager(命令行中直接输入android),Tools--->Options...,弹出Android SDK Manager - Settings窗口;在HTTP Proxy Server和HTTP Proxy Port输入框内填入mirror.neusoft.edu.cn(注意没有http等前缀)和80,并且选中Force https://... sources to be...
分类:移动开发   时间:2014-12-20 14:17:48    阅读次数:206
ListView中删掉某个item时出现整个ListView都看不见,但是数据源有改变
搞了一个下午都没找到问题根源在哪里,醉了!!!可能是功夫不够吧!最近在弄一个listview的item删除,在每个item中加了删除按钮,删掉某行时,数据源有发生改变,但是ListView居然不见了,像是被隐藏了,怪咖。。。当时我的ListView布局是这样的: <ListView android:id="@+id/lv_collect_list" andro...
分类:其他好文   时间:2014-12-20 10:31:18    阅读次数:181
.NET 远程服务远程执行漏洞(exp) 中国寒龙收集整理首发
Source: https://github.com/tyranid/ExploitRemotingServiceExploit Database Mirror: http://www.exploit-db.com/sploits/35280.zipExploitRemotingService (c...
分类:Web程序   时间:2014-12-19 00:36:32    阅读次数:267
lvm 小结
创建逻辑卷的步骤:1、首先使用fdisk修改分区的ID为8e2、通过pvcreate命令将linux分区处理成物理卷(PV)3、通过vgcreate命令将创建好的物理卷处理成卷组(VG)4、通过lvcreate命令将卷组分成若干个逻辑卷(LV)5、格式化LV,挂载使用PV:pvcreate-initializeadiskorpartitionfor..
分类:其他好文   时间:2014-12-18 19:10:45    阅读次数:251
【LeetCode】Symmetric Tree
题目 Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree is symmetric: 1 / 2 2 / \ / 3 4 4 3 B...
分类:其他好文   时间:2014-12-18 17:01:17    阅读次数:187
常用的工具网站
1、http://www.winpcap.org/ 抓包用的 2、http://mirror.bit.edu.cn/apache 北理工的apache镜像下载,下载速度比较快 3、http://stackoverflow.com 这个不用说了 4、http://jwaresoftware.org/w...
分类:Web程序   时间:2014-12-17 18:06:59    阅读次数:157
Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree is symmetric: 1 / 2 2 / \ / 3 4 4 3 But the following...
分类:其他好文   时间:2014-12-16 22:39:34    阅读次数:214
通过onTouch来确定点击的是listView哪一个item
其实这主要是用了ListView的一个方法,通过坐标就可以确定当前是哪一个listView,别的我就不多说了直接看看代码吧, lv_flide.setOnTouchListener(new OnTouchListener() { float oldX = 0; float oldY = 0; public boolean onTouch(View v, MotionEvent event)...
分类:其他好文   时间:2014-12-15 12:11:00    阅读次数:236
[LeetCode] Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2014-12-14 00:43:17    阅读次数:170
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!