ホームページ > バックエンド開発 > PHPチュートリアル > java-从 android 应用程序响应时间发送 php 查询到服务器

java-从 android 应用程序响应时间发送 php 查询到服务器

WBOY
リリース: 2016-06-02 11:35:02
オリジナル
1134 人が閲覧しました

phpjavaeclipseandroid

我想在数据库中放入一个entry。用的下面的代码:

<code>String url = String.format("http://xxxxxxx/xxx/index.php?home=yes&pid=%s", pid);        // Create a new HttpClient and Post Header        HttpClient httpclient = new DefaultHttpClient();        HttpPost httppost = new HttpPost(url);    try {        ResponseHandler<string> responseHandler = new BasicResponseHandler();        String response = httpclient.execute(httppost, responseHandler);         Log.e("abc", response);        return response;        } catch (ClientProtocolException es)         {               Log.e("x" , es.getMessage());            return "";        } catch (IOException e)         {            Log.e("aasx" , e.getMessage());            return "";        }</string></code>
ログイン後にコピー

这段代码能正常运行,现在当有网络连接的时候,代码就会困在httpclient.execute(httppost, responseHandler); 大约俩分钟。

有什么方法可以实现检查几秒钟后,如果没有反应的就会就catch the exceptions?

関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート