摘要:
Theconnectiontoadbisdown,andasevereerrorhasoccured. YoumustrestartadbandEclipse.Pleaseensurethatadbiscorrectlylocatedat ....解决方法:(1):打开CMD,进入:>adt-bundle-windows-x86-20131030\sdk\platform-tools>adb.exe kill-server提示:* server not running *>adt-bundle-windows-x86-20131030\sdk\platform-tools&g 阅读全文
摘要:
一:建立sequence-- Create sequence create sequence SEQ_PUSHminvalue 1maxvalue 9999999999start with 1increment by 1cache 20;二:建立Trigger 在向t_push表中插入一条数据时,ID自动赋值create or replace trigger tr_id_insert before insert on t_push for each rowdeclare -- local variables herebegin select seq_user_id.nextval... 阅读全文
摘要:
下载地址:http://hc.apache.org/downloads.cgi在NetBeans中导入以下jar文件:1:一次请求: public static void oneReuest(){ final CloseableHttpAsyncClient httpClient = HttpAsyncClients.createDefault(); httpClient.start(); final HttpGet request = new HttpGet("http://www.apache.org/"); final Future... 阅读全文