方法一:1. 使用USB数据线连接设备。2. 命令输入adb tcpip 5555 (
5555为端口号,可以自由指定)。3. 断开 USB数据,此时可以连接你需要连接的|USB设备。4. 再命令输入 adb connect
:5555后面就可以使用ADB ,DDMS 来调试Android应用或显示...
分类:
移动开发 时间:
2014-06-09 22:28:14
阅读次数:
411
一. 数据库访问性能优化 1),数据库的连接和关闭
访问数据库资源需要创建连接、打开连接和关闭连接几个操作。这些过程需要多次与数据库交换信息以通过身份验证,比较耗费服务器资源。ASP.NET中提供了连接池(Connection
Pool)改善打开和关闭数据库对性能的影响。系统将用户的数据库连接放在连...
分类:
Web程序 时间:
2014-06-09 20:10:57
阅读次数:
386
获取资源timeout:异常信息如下:Caused by:
java.sql.SQLException: An attempt by a client to checkout a Connection has timed
out.[Cause: com.mchange.v2.resourcepool...
分类:
其他好文 时间:
2014-06-09 19:30:09
阅读次数:
728
今天下载了一份原来来参考,却发现SDK版本偏低我没有安装用SDK
Manager却一直更新不了出现Failed to fetch URL
https://dl-ssl.google.com/android/repository/repository-6.xml, reason:
Connection...
分类:
移动开发 时间:
2014-06-09 17:48:05
阅读次数:
409
BackTrack 5 开启SSHD服务1service ssh
start但启动后,仍然无法从远程连接,会有提示:1Read from socket failed: Connection reset by
peer这个时候需要生成密钥文件,方法如下123#ssh-keygen -t rsa -f ...
分类:
其他好文 时间:
2014-06-09 15:27:40
阅读次数:
211
问题与现象在启用本地Internet连接共享给VMware的虚拟网卡时,出现了如下错误提示,导致无法启用(如图一示):Internet连接共享访问被启用时,出现了一个错误。依赖服务或组无法启动图一原因探讨Internet连接共享依赖于
Internet Connection sharing(ICS)...
分类:
Web程序 时间:
2014-06-09 13:42:41
阅读次数:
466
用secureCRT建了一个串口COM1后,连接上开发板后,可以正确接受和显示串口的输出,但是按键输入无效。解决:Session Options ->
Connection -> Serial -> Flow Control,将原先选中的
RTS/CTS取消掉,再重新connect开发板,再次连上后...
分类:
其他好文 时间:
2014-06-08 20:39:39
阅读次数:
267
查看帮助命令
bixiaopeng@bixiaopeng ~$ adb shell screencap -v
screencap: invalid option -- v
usage: screencap [-hp] [-d display-id] [FILENAME]
-h: this message
-p: save the file as a png.
-d: speci...
分类:
移动开发 时间:
2014-06-08 05:06:26
阅读次数:
353
Description
A robot has been programmed to follow the instructions in its path. Instructions for the next direction the robot is to move are laid down in a grid. The possible instructions are
...
分类:
其他好文 时间:
2014-06-08 04:38:32
阅读次数:
386
Android内存限制
java虚拟机有内存使用上限的限制
adb shell进入手机,这此参数被纪录在/system/build.prop中,如果想直接查看可以使用adb shell getprop
单个应用程序最大内存限制,超过这个值会产生OOM
dalvik.vm.heapgrowthlimit
应用启动后分配的初始内存
dalvik.vm.heapsta...
分类:
移动开发 时间:
2014-06-08 03:42:55
阅读次数:
417