原地址:http://blog.csdn.net/armoonwei/article/details/7032455目前貌似不支持断点调试,但可以通过日志打印(logcat)来跟踪。 在android SDK中有个adb工具,使用此工具来跟踪运行的android应用:adb logcat 启动lo....
分类:
移动开发 时间:
2014-07-16 19:27:18
阅读次数:
181
[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
问题描述:执行Android应用程序时报错错误信息如下:Theconnectiontoadbisdown,andasevereerrorhasoccured.YoumustrestartadbandEclipse.Pleaseensurethatadbiscorrectlylocatedat‘D:\adt-bundle-windows-64\sdk\platform-tools\adb.exe‘andcanbeexecuted.首先先查看相关路径下..
分类:
移动开发 时间:
2014-07-15 12:09:02
阅读次数:
227
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
使用adb.exe shell进入shell界面,然后通过下列命令即可获取需要的信息 :)
分类:
移动开发 时间:
2014-07-14 15:06:39
阅读次数:
201
Table of Contents1. 准备工作:2. Saucy Salamander3. 刷入 最新 版Touch最近手里的 Nexus 4 手机一直闲置,它的配置要比我六年前买的笔记本还好,于是就动起了向里面刷个 Ubuntu Touch 的想法。1 准备工作:安装 Adb tools, go...
分类:
其他好文 时间:
2014-07-14 10:30:07
阅读次数:
223
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
安卓默认的数据库是SQLite,包括IOS好像也是的,在用ADB Shell时,用虚拟机的不仅可以直接访问android root目录.还能使用SQLITE首先安装root你的安卓手机,然后下载一个SQLite3 这个可以从虚拟机的/system/xbin下导出,也可以下载,下载后导入到手机下载后在...
分类:
移动开发 时间:
2014-07-13 23:36:41
阅读次数:
303
优化性能参数设置,在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
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