码迷,mamicode.com
首页 >  
搜索关键字:adb connect    ( 13860个结果
Itunes connect State: Developer Action Needed
In-App Purchases have been returned and are highlighted in the table below.Your In-App Purchase has been returned. You must modify or delete the highl...
分类:其他好文   时间:2014-06-27 19:52:04    阅读次数:495
cdh4.1.2 hadoop和oozie集成问题
1.异常信息例如以下: Caused by: com.google.protobuf.ServiceException: java.net.ConnectException: Call From slave4/10.95.3.65 to 0.0.0.0:10020 failed on connect...
分类:其他好文   时间:2014-06-27 18:58:32    阅读次数:280
oracle递归函数
oracle start with connect by 使用方法oracle中connectbyprior递归算法Oracle中startwith...connectbyprior子句使用方法connectby是结构化查询中用到的,其基本的语法是:select...fromtablenamesta...
分类:数据库   时间:2014-06-27 18:19:26    阅读次数:371
利用ADB实现无线连接安卓设备
昨天用C++写了个命令行工具,我在Linux下用g++编译的。可以实现无线ADB快速连接安卓设备,不过其他平台需要重新编译源代码。要求计算机已经把adb 添加到系统环境变量中,安卓设备获取root权限并开启无线调试,推荐使用adbWirless。在shell 中输入以下命令都可以连接到192.168...
分类:移动开发   时间:2014-06-27 18:16:58    阅读次数:287
[Android Pro] Android系统手机端抓包方法
抓包准备1. 手机要有root权限2. 下载tcpdump http://www.strazzere.com/android/tcpdump3.adb push c:\wherever_you_put\tcpdump/data/local/tcpdump4.adb shell chmod 6755 ...
分类:移动开发   时间:2014-06-27 16:54:19    阅读次数:320
How to delete expired archive log files using rman?
he following commands will helpful to delete the expired archive log files using Oracle Recovery Manager(RMAN).Connect to the Rman prompt and try the ...
分类:其他好文   时间:2014-06-26 20:20:52    阅读次数:262
adb pull / push
刚才搞了半天想pull,就是pull不成,如图:看出哪里有问题了吗?问题就是我不该在shell里面运行adb pull!正确的做法:在任意一处打开命令行比如图中的桌面,adb pull /sdcard/getroot //这会把getroot拉到桌面adb pull /sdcard...
分类:数据库   时间:2014-06-26 19:39:05    阅读次数:323
tcp nonblock connection rst
客户端(>5w)异步connect连接到server端,server端listen backlog设置为1024,发现存在部分客户端建立连接后,收到服务端的rst包。先看下tcp监听套接字维护的两个队列(来自Unix网络编程)测试模拟抓包如下:解释:异步connect过快,导致server端list...
分类:其他好文   时间:2014-06-26 17:51:36    阅读次数:248
调试android chrome web page简明备忘
必备工具 **adb tools**、**android chrome**先开启手机调试模式adb forward tcp:9919 localabstract:chrome_devtools_remote 成功会提示 * daemon not running. starting it ...
分类:移动开发   时间:2014-06-26 12:29:01    阅读次数:353
J2EE之普通类加载web资源文件的方法
在WEB中普通类并不能像Servlet那样通过this.getServletContext().getResourceAsStream()获取web资源,需要通过类加载器加载,这里有两种方式,这两种方式是有区别的,下载咱们一起来看一下吧。 方法1. public class UserDao { public void connect() throws IOException {...
分类:Web程序   时间:2014-06-26 10:34:13    阅读次数:262
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!