运行android程序报错The connection to adb is down, and a
severe error has occured。原因是adb.exe无法运行。在命令行中输入adb.exe kill-serveradb
start-server重启eclipse,即可解决问题。
分类:
数据库 时间:
2014-05-14 02:04:53
阅读次数:
377
START FROM 2014/5/12 for memory of
wenchuan【1】关于java内存的三篇文章:1,内存模型http://www.cnblogs.com/aigongsi/archive/2012/04/26/2470296.html而内存模型就是规定了一个规则,处理器如何同...
分类:
编程语言 时间:
2014-05-14 01:42:20
阅读次数:
248
1. if elif else 2. 条件表达式:三元操作符: smaller = x if x
< y else y == if x < y : smaller =x else : smaller = y3. range(start, end,
step=1) 4. xrange(): 当有一个很...
分类:
编程语言 时间:
2014-05-13 21:48:28
阅读次数:
362
在学习unity3d的时候很容易看到下面这个例子:1 void Start () {2
StartCoroutine(Destroy());3 }4 5 IEnumerator Destroy(){6 yield return
WaitForSeconds(3.0f);7 ...
分类:
其他好文 时间:
2014-05-13 19:16:24
阅读次数:
380
在ob_clean();或ob_get_clean()之前有return或致命错误,从而结束了程序,会导致ob_start失效,这和phpunit的非正常结束
分类:
Web程序 时间:
2014-05-13 18:36:16
阅读次数:
267
一。start 和end
方法下面是一个对单词"cat"出现在输入字符串中出现次数进行计数的例子:public class RegexMatches{ private static
final String REGEX = "\\bcat\\b"; //边界 private stat...
分类:
编程语言 时间:
2014-05-13 11:02:58
阅读次数:
312
1.切换分支amosli@amosli-pc:~/develop/angular-phonecat$ git checkout step-8
#切换分支amosli@amosli-pc:~/develop/angular-phonecat$ npm start #启动项目2.需求:将step 7
中...
分类:
Web程序 时间:
2014-05-13 10:27:48
阅读次数:
452
zTree实现地市县三级级联报错(三)
1、具体报错如下
usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop }
2014-5-11 22:37:22 org.apache.catalina.core.AprLifecy...
分类:
其他好文 时间:
2014-05-13 08:20:27
阅读次数:
661
本段程序主要利用数据结构栈的先进后出特点,实现回溯求解迷宫路径问题。
#include
#include
using namespace std;
//坐标类
struct Point
{
int x;
int y;
};
//地图类
template
struct Map
{
int (*p)[A];
int row;//行数
int col;//列数
};
//start起始点, ...
分类:
其他好文 时间:
2014-05-13 05:25:02
阅读次数:
478
adbshellamstart-aandroid.intent.action.SENDTO-dsms:10086(发送目的号码)--essms_body"iloveyou"(发送内容)--ezexit_on_senttrueadbshellinputkeyevent66//模拟发送按键
分类:
数据库 时间:
2014-05-13 02:09:00
阅读次数:
337