这里我们要重新配置一下代理,去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删除,在每个item中加了删除按钮,删掉某行时,数据源有发生改变,但是ListView居然不见了,像是被隐藏了,怪咖。。。当时我的ListView布局是这样的:
<ListView
android:id="@+id/lv_collect_list"
andro...
分类:
其他好文 时间:
2014-12-20 10:31:18
阅读次数:
181
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
创建逻辑卷的步骤: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
题目
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
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
其实这主要是用了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
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