当我们使用ADT的时候往往会遇到adb.exe无法正常启动的问题,如下:
Tag: Theconnection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.
Please ensure that adb is correctly located at。...
分类:
数据库 时间:
2014-10-12 12:21:08
阅读次数:
290
package oracleFactory;import java.io.IOException;import java.io.PrintWriter;import java.sql.Connection;import java.sql.DriverManager;import java.sql.R...
分类:
数据库 时间:
2014-10-11 17:47:15
阅读次数:
389
严重: StandardWrapper.Throwableorg.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is java.sql.SQLException: Connections co...
分类:
数据库 时间:
2014-10-11 17:08:35
阅读次数:
342
遇到问题描述:运行android程序控制台输出 [2012-07-18 16:18:26 - ] The connection to adb is down, and a severe error has occured. [2012-07-18 16:18:26 - ] You must rest...
分类:
数据库 时间:
2014-10-11 16:45:05
阅读次数:
224
google 网站打不开,总是提示Your connection is not private等信息,针对chrome可以通过以下方式解决:打开链接chrome://flags.找到quic相关的两项,设置为启动,即可。2、针对ubuntu下谷歌浏览器flash plugin安装现在adobe fl...
分类:
Web程序 时间:
2014-10-11 15:13:45
阅读次数:
3905
MySQL TRUNCATE TABLE in PHP
<?php
$host="localhost";
$username="user";
$password="mysql_password";
$database="database_name";
$table="table_name";
$connection = mysql_connect("$host", "$username", "$password") or die ("Unable to connect to server");
mys...
分类:
数据库 时间:
2014-10-11 12:11:45
阅读次数:
212
注意点:1、所有和数据库相关的(jdbc)包都是java.sql.*;2、将项目所需的jar包统一复制到web-inf/lib文件夹中。一:sqlsever数据库package dbcon;import java.sql.Connection; import java.sql.DriverManag...
分类:
数据库 时间:
2014-10-10 01:09:23
阅读次数:
222
要进行推送服务的第一件事就是获取推送证书。它用来对你通过SSL与APNS通讯进行识别。 在Mac上生成 Apple推送通知SSL证书: 登录到iPhone Developer Connection Portal 并点击 App IDs创建一个不使用通配符的 App ID。通配符 ID 不能用...
分类:
其他好文 时间:
2014-10-09 18:21:47
阅读次数:
147
Every iPhone developer that has integrated a network connection based application has had to follow the Apple HID (Human Interface Design) rules. This means, that in order to get the Apple reviewers t...
分类:
移动开发 时间:
2014-10-09 15:54:48
阅读次数:
205
做android开发的时候eclipse的console一直出现这个问题,有时候是启动eclipse后就出现这个问题,有时候是运行android程序的时候出现的,重启avd和重启eclipse都不行。后面在网上找到了解决办法。先说原因嘛,这是ddms调用adb引发的. 经过一番搜索, 发现这是win...
分类:
数据库 时间:
2014-10-09 14:06:23
阅读次数:
163