码迷,mamicode.com
首页 >  
搜索关键字:the connection to adb is down    ( 19848个结果
JDBC访问Oracle数据库例子源代码,包括创建table,删除table,插入记录,删除记录,查询记录等
JDBC访问Oracle数据库例子源代码,包括创建table,删除table,插入记录,删除记录,查询记录等...
分类:数据库   时间:2014-06-05 10:56:48    阅读次数:323
adb shell input的用法
最近做LCD模组的gamma自动化测试过程中用到了input命令,于是也来了解一下该命令的使用。在运行adb shell 后输入input后运行就会输出input的使用方法,如下: Usage: input [] [...] The sources are:       trackball       joystick       touchnavigation...
分类:数据库   时间:2014-06-05 10:55:38    阅读次数:274
hibernate 的 org.dom4j.DocumentException: Connection timed out 问题
hibbernate的异常的一种情况 org.dom4j.DocumentException: Connection timed out Connection timed out: connect Nested exception: Connection timed out: connect 出现这个异常的原因之一是读取配置文件超时。通常是在读...
分类:系统相关   时间:2014-06-05 08:52:44    阅读次数:371
Adb shell获取root权限
在Adb shell中我们希望使用一些系统目录下的文件时候,常常痛苦于没有Root权限,系统会提示su: Permission Denied。 su不是每个手机都有的,没有的可以在这里下载:...
分类:数据库   时间:2014-06-05 01:01:58    阅读次数:493
ADB 发送中文短信
最近好多朋友说adb 不支持发送中文的短信,也不知道为啥要用adb 来发送短信,昨天想到这个问题,所以修改了一下自己的adb,支持发送中文的短信了。 adb shell am start -a android.intent.action.SENDTO -d sms:10086 --es sms_body 中文 下载地址: http://bcs.duapp.com/myandroi...
分类:数据库   时间:2014-06-03 04:04:20    阅读次数:488
leetcode -day24 Maximum Depth of Binary Tree & Binary Tree Zigzag Level Order Traversal
1、Maximum Depth of Binary Tree Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node. clas...
分类:其他好文   时间:2014-06-02 23:13:22    阅读次数:290
codechef - Bytelandian gold coins 题解
本题使用动态规划法, 或者记忆法,加上递归法。 不加上递归法,好像很麻烦,因为我们不知道其初始值,只知道其最终值,所以只能往下递推了,这样使用记忆法就比动态规划要方便了。 使用二维表设计其递归记忆表,防止重复计算。还是十分困难的,动态规划法有时候不一定比记忆法要好。 递归记忆法的学名: top-down with memoization; Introduction to Algorithm的Dynamic programming 这章有介绍...
分类:其他好文   时间:2014-06-02 23:04:24    阅读次数:397
[Android_Bug]处理PhoneGap Application Error: "The connection to the server was unsuccessful.(file:///android_asset/www/index.html)"的错误
android 在log中提示TimeOut Error后,应用程序弹出application errorthe connection to the server was unsuccessful 的错误的处理方法:第一步找到项目中res/xml目录下的config.xml,把你的外网的域名地址添加...
分类:移动开发   时间:2014-06-02 22:24:37    阅读次数:361
http请求 响应 详细过程
httpurlconnection1. 配置connection对象2. connect() [根据配置设置请求头 outputStream 字符串流] 存储在内存缓冲区3. outputStream关闭时 生成http正文4. 调用getInputStream时 发送http请求 返回I...
分类:其他好文   时间:2014-05-31 14:35:49    阅读次数:200
Telnet运用and Sqlserver connection failed
今天的工作中,需要远程访问服务器上的数据库。但是,连接错误,Error code is 1326.说句实话,关于SqlServer 不能远程访问这个问题,我遇到过N次。可是每次都不认真去研究到底是什么原因造成的?直到今天,我解决这个遇到过N多次的问题时,还是相当棘手。在今天解决这个问题过程中,我深深...
分类:数据库   时间:2014-05-31 12:59:56    阅读次数:303
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!