91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

es-sql_jdbc鏈接查詢使用

發布時間:2020-10-09 12:58:05 來源:網絡 閱讀:1170 作者:王上京小伙 欄目:數據庫

package org.nlpcn.es4sql;



import com.alibaba.druid.pool.DruidDataSource;


import com.alibaba.druid.pool.ElasticSearchDruidDataSourceFactory;

import org.junit.Assert;

import org.junit.Test;


import java.math.BigDecimal;

import java.sql.*;

import java.util.ArrayList;

import java.util.Calendar;

import java.util.List;

import java.util.Properties;


/**

 * Created by allwefantasy on 8/26/16.

 */

public class JDBCTests {

    @Test

    public void testJDBC() throws Exception {

        Properties properties = new Properties();

        properties.put("url", "jdbc:elasticsearch://192.168.1.101:9300/" + TestsConstants.TEST_INDEX);

        DruidDataSource dds = (DruidDataSource) ElasticSearchDruidDataSourceFactory.createDataSource(properties);

        Connection connection = dds.getConnection();

        PreparedStatement ps = connection.prepareStatement("SELECT * from " + TestsConstants.TEST_INDEX + " where id='46091023'");

        

        Calendar Htime= Calendar.getInstance();

        double nowtime = Htime.getTime().getTime();

        

        ResultSet resultSet = ps.executeQuery();

        

        Calendar Ltime= Calendar.getInstance();

        double endtime = Ltime.getTime().getTime();

        BigDecimal longtime = new BigDecimal((endtime-nowtime)/1000);

        double second =longtime.setScale(3,BigDecimal.ROUND_HALF_UP).doubleValue();

        

        List<String> result = new ArrayList<String>();

        while (resultSet.next()) {

            result.add(resultSet.getInt("id") + "," + resultSet.getString("age") + "," + resultSet.getString("name"));

        }

        System.out.println("查詢結果:"+result);

        System.out.println("耗時:"+second+"秒");


        ps.close();

        connection.close();

        dds.close();


       

    }


}








package org.nlpcn.es4sql;



public class index {


public static void main(String[] args) {

// TODO Auto-generated method stub

gotop();

}

public static void gotop() {

JDBCTests server = new JDBCTests();

try {

server.testJDBC();

} catch (Exception e) {

// TODO Auto-generated catch block

e.printStackTrace();

}

}


}


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

汝城县| 瑞金市| 商城县| 西乡县| 乐都县| 永吉县| 泗水县| 阳西县| 莱芜市| 南昌县| 安平县| 新宾| 蓝田县| 龙游县| 九台市| 绥德县| 敦化市| 新平| 平度市| 昌黎县| 东乡县| 肇东市| 盐山县| 舒城县| 葵青区| 鄂托克旗| 淳安县| 宜兴市| 厦门市| 泗洪县| 大丰市| 金秀| 策勒县| 中江县| 资中县| 永顺县| 庄河市| 本溪| 马鞍山市| 吴忠市| 井研县|