码迷,mamicode.com
首页 >  
搜索关键字:adb connect    ( 13860个结果
android下调试unity3d应用
原地址:http://blog.csdn.net/armoonwei/article/details/7032455目前貌似不支持断点调试,但可以通过日志打印(logcat)来跟踪。 在android SDK中有个adb工具,使用此工具来跟踪运行的android应用:adb logcat 启动lo....
分类:移动开发   时间:2014-07-16 19:27:18    阅读次数:181
error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)'
[root@luozhonghua ~]#   /usr/bin/mysqladmin -u root password 'aaaaaa' /usr/bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/var/li...
分类:数据库   时间:2014-07-15 12:54:54    阅读次数:258
Eclipse搭建Android开发环境时adb.exe程序无法执行
问题描述:执行Android应用程序时报错错误信息如下:Theconnectiontoadbisdown,andasevereerrorhasoccured.YoumustrestartadbandEclipse.Pleaseensurethatadbiscorrectlylocatedat‘D:\adt-bundle-windows-64\sdk\platform-tools\adb.exe‘andcanbeexecuted.首先先查看相关路径下..
分类:移动开发   时间:2014-07-15 12:09:02    阅读次数:227
db2导入表结构
SQL0752N Connecting to a database is not permitted within a logical unit ofwork when the CONNECT type 1 setting is in use. SQLSTATE=0A001解释:发出 COMMIT ...
分类:数据库   时间:2014-07-14 21:33:15    阅读次数:332
Shell下获取Android设备信息
使用adb.exe shell进入shell界面,然后通过下列命令即可获取需要的信息 :)
分类:移动开发   时间:2014-07-14 15:06:39    阅读次数:201
Ubuntu Touch On Nexus4 Manual Install (手动安装) under Gentoo
Table of Contents1. 准备工作:2. Saucy Salamander3. 刷入 最新 版Touch最近手里的 Nexus 4 手机一直闲置,它的配置要比我六年前买的笔记本还好,于是就动起了向里面刷个 Ubuntu Touch 的想法。1 准备工作:安装 Adb tools, go...
分类:其他好文   时间:2014-07-14 10:30:07    阅读次数:223
解决Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future:
mysqli 更严谨 安全 高效php 5个版本,5.2、5.3、5.4、5.5,怕跟不上时代,新的服务器直接上5.5,但是程序出现如下错误:Deprecated: mysql_connect(): The mysql extension is deprecated and will be remo...
分类:数据库   时间:2014-07-14 00:05:11    阅读次数:514
安卓真机ADB shell添加slite3命令
安卓默认的数据库是SQLite,包括IOS好像也是的,在用ADB Shell时,用虚拟机的不仅可以直接访问android root目录.还能使用SQLITE首先安装root你的安卓手机,然后下载一个SQLite3 这个可以从虚拟机的/system/xbin下导出,也可以下载,下载后导入到手机下载后在...
分类:移动开发   时间:2014-07-13 23:36:41    阅读次数:303
Ngnix中的fastcgi参数性能优化和解释
优化性能参数设置,在ngnix.conf中的http 层加上fastcgi参数如下: http { fastcgi_cache_path  /usr/local/nginx/fastcgi_cache levels=1:2 keys_zone=TEST:10m inactive=5m; fastcgi_connect_timeout=300; fastcgi_send_timeout=30...
分类:其他好文   时间:2014-07-13 17:17:07    阅读次数:218
start com.android.settings/com.android.settings.SubSettings activity
1. get class name: adb shell shell@android:/mnt/sdcard/books $ dumpsys window windows >dump.txt grep "focus"   mFocusedApp=AppWindowToken{420a5df8 token=Token{420a5c00 ActivityRecord{420a5ac8 com....
分类:移动开发   时间:2014-07-13 16:04:51    阅读次数:273
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!