久久机这里只有精品,国产69精品一区二区亚洲孕妇,91精品国产综合久久婷婷香蕉,午夜久久久久久电影

最新活動:電腦PC端+手機端+微網(wǎng)站+自適應(yīng)網(wǎng)頁多模板選擇-建站388元起價!!!
當(dāng)前位置:主頁 > 網(wǎng)站建設(shè) > Java連接MySql的詳細介紹建站知識

Java連接MySql的詳細介紹建站知識

時間:2023-05-23 22:05:23 閱讀: 文章分類: 網(wǎng)站建設(shè) 作者: 網(wǎng)站技術(shù)員

導(dǎo)讀:1建站知識1. 現(xiàn)在工程(不是Src)上右鍵--Build Path--Add External Archives,選擇驅(qū)動下的那個jar包,這是release版本,bi網(wǎng)站建設(shè)哪家好網(wǎng)站建設(shè)。

網(wǎng)站建設(shè)哪家好網(wǎng)站建設(shè)1.     現(xiàn)在工程(不是Src)上右鍵--Build Path--Add External Archives,選擇驅(qū)動下的那個jar包,這是release版本,bin目錄下的是debug版本。     示例在docs下的connector-j.html,里面有例子(其中的test是數(shù)據(jù)庫名,換位自己的)。   復(fù)制代碼 代碼如下:     import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; Connection conn = null; ... try { conn = DriverManager.getConnection("jdbc:mysql://localhost/test?" + "user=monty&password=greatsqldb"); // Do something with the Connection ... } catch (SQLException ex) { // handle any errors System.out.println("SQLException: " + ex.getMessage()); System.out.println("SQLState: " + ex.getSQLState()); System.out.println("VendorError: " + ex.getErrorCode()); }       2.可以直接在MySql控制臺下創(chuàng)建數(shù)據(jù)庫,也可以在通過執(zhí)行 "\. 絕對路徑名"。   “--”是注釋符。   復(fù)制代碼 代碼如下:     View Code  import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement;   public class mysql {   /** * @param args */ public static void main(String[] args) {// 多個try合并到一塊,然后使用source --- format // TODO Auto-generated method stub //若是用到finally則需要把聲明放在tseo網(wǎng)站關(guān)鍵詞優(yōu)化ry外邊 Connection conn = null; Statement stmt = null; ResultSet rs = null;   try { Class.forName("com.mysql.jdbc.Driver");// 后面若是加上".newInstance"則還需要加上幾個拋出異常 conn = DriverManager.getConnection("jdbc:mysql://localhost/mydata?網(wǎng)seo優(yōu)化趨勢" + "user=root&password=root"); /* * java.sql.Statement; 不是com.mysql這個包; 二者不可以同時存在 */ stmt = conn.createStatement(); rs = stmt.executeQuery("select * from info");   while (rs.next()) { System.out.println(rs.getString("name"));   }   // Do something with the Connection } catch (ClassNotFoundException ex) { // handle any errors ex.printStackTrace();   } catch (SQLException ex) { // TODO Auto-generated catch block System.out.println("SQLException: " + ex.getMessage()); System.out.println("SQLState: " + ex.getSQLState()); System.out.println("VendorError: " + ex.getErrorCode()); } finally { try { if(null!= rs) { rs.close(); rs = null; }   if(null!= stmt) { stmt.close(); stmt = null; }   if(null!= conn) { conn.close(); conn = null; }   企業(yè)網(wǎng)站建設(shè) } catch(SQLException e) { e.printStackTrace(); } }   }   }相關(guān)網(wǎng)站建設(shè)哪家好網(wǎng)站建設(shè)。

關(guān)鍵詞標(biāo)簽: 標(biāo)簽 詳細介紹

聲明: 本文由我的SEOUC技術(shù)文章主頁發(fā)布于:2023-05-23 ,文章Java連接MySql的詳細介紹建站知識主要講述詳細介紹,標(biāo)簽,Java連接MySql的詳細介紹建站知識網(wǎng)站建設(shè)源碼以及服務(wù)器配置搭建相關(guān)技術(shù)文章。轉(zhuǎn)載請保留鏈接: http://www.bifwcx.com/article/web_6062.html

我的IDC 網(wǎng)站建設(shè)技術(shù)SEOUC.COM
專注網(wǎng)站建設(shè),SEO優(yōu)化,小程序設(shè)計制作搭建開發(fā)定制網(wǎng)站等,數(shù)千家網(wǎng)站定制開發(fā)案例,網(wǎng)站推廣技術(shù)服務(wù)。
  • 5000+合作客服
  • 8年從業(yè)經(jīng)驗
  • 150+覆蓋行業(yè)
  • 最新熱門源碼技術(shù)文章

    主站蜘蛛池模板: 怀远县| 海淀区| 蒲江县| 子长县| 绥滨县| 纳雍县| 萨嘎县| 赞皇县| 阿瓦提县| 衡阳县| 日喀则市| 商丘市| 泰来县| 迭部县| 保山市| 庆元县| 彰化县| 惠安县| 深泽县| 东丰县| 惠水县| 建湖县| 剑川县| 潞城市| 铜鼓县| 张家界市| 交城县| 安达市| 浮梁县| 沂南县| 怀化市| 什邡市| 白玉县| 应城市| 庆云县| 紫阳县| 资溪县| 冕宁县| 甘南县| 郑州市| 霍林郭勒市|