运行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
使用unity3D开发的一个客户端,需要导出为Android工程,然后接入一些第三方android
SDK。unity版本操作系统为:OS 名称: Microsoft Windows 7 旗舰版OS 版本: 6.1.7601 Service Pack 1
Buil...
分类:
移动开发 时间:
2014-05-13 22:36:52
阅读次数:
595
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
本段程序主要利用数据结构栈的先进后出特点,实现回溯求解迷宫路径问题。
#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
系统环境:CentOS6.5Squid3.0
内网网段:10.211.55.0/24
Squid服务器地址:10.211.55.4(端口是3128)
客户端地址:10.211.55.9
网关:10.211.55.1
使用源码包编译安装
安装源码包必备参数集
./configure--prefix=/usr/local/squid--sysconfdir=/usr/local/squid/etc--bindir=/u..
分类:
其他好文 时间:
2014-05-13 04:00:53
阅读次数:
310
Fromtimetotime,peoplewantmetocreateLINUXinitscriptsforthem.Iusuallyjusttakeanexistingoneforanotherserviceandchangeituptoworkformynewapplication,butmostofthemhavebecomesolongthesedaysthatIenduphavingtohackoutatonofcodejusttoreducethemdowntotheverybasicscript..
分类:
系统相关 时间:
2014-05-13 03:59:53
阅读次数:
306
微软实战训练营上海交大(A)实验班、(X)重点班内部课程资料链接:http://pan.baidu.com/s/1jGsTjq2密码:0wmf《微软实战训练营(X)重点班第(1)课:SOA必备知识之ASP.NETWebService开发实战》微软实战训练营上海交大(A)实验班、(X)重点班、(E)英语口语班http://54peixun.com/MST..
分类:
Web程序 时间:
2014-05-13 03:12:35
阅读次数:
506
adbshellamstart-aandroid.intent.action.SENDTO-dsms:10086(发送目的号码)--essms_body"iloveyou"(发送内容)--ezexit_on_senttrueadbshellinputkeyevent66//模拟发送按键
分类:
数据库 时间:
2014-05-13 02:09:00
阅读次数:
337