資源簡介
數據挖掘題目4大作業
代碼片段和文件信息
import?java.sql.*;
public?class?TestSQL?{
/**
?*?@param?args
?*/
public?static?void?main(String[]?args)?{
//?TODO?Auto-generated?method?stub
Connection?con;
PreparedStatement?stmt;
ResultSet?rs;
try?{
Class.forName(“com.mysql.jdbc.Driver“).newInstance();
con?=?DriverManager.getConnection(“jdbc:mysql://127.0.0.1:3306/test“?“root“?“123456“);
stmt?=?con.prepareStatement(“insert?into?item?values(?????)“);
stmt.setInt(1?5);
stmt.setString(2?“你好“);
stmt.setString(3?“ab“);
stmt.setString(4?“ab“);
stmt.setString(5?“ab“);
stmt.executeUpdate();
System.out.println(“ok“);
}?catch?(Exception?e)?{
e.printStackTrace();
System.out.println(“連接失敗“);
}
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???84402176??2012-11-23?09:28??數據挖掘題目4大作業\2012-11-23?9-25-15.avi
?????文件??????37270??2012-10-30?00:38??數據挖掘題目4大作業\代碼\WebRoot\1.jpg
?????文件??????82208??2012-10-30?23:04??數據挖掘題目4大作業\代碼\WebRoot\2.jpg
?????文件??????81935??2012-10-31?15:42??數據挖掘題目4大作業\代碼\WebRoot\3.jpg
?????文件?????124505??2012-11-17?16:25??數據挖掘題目4大作業\代碼\WebRoot\bg.jpg
?????文件?????498391??2012-11-03?20:30??數據挖掘題目4大作業\代碼\WebRoot\bg2.jpg
?????文件???????3258??2012-11-06?00:14??數據挖掘題目4大作業\代碼\WebRoot\css\demo.css
?????文件???????2540??2012-11-03?20:56??數據挖掘題目4大作業\代碼\WebRoot\css\modal.css
?????文件???????1415??2012-11-04?19:18??數據挖掘題目4大作業\代碼\WebRoot\css\primary.css
?????文件???????1086??2008-11-22?12:17??數據挖掘題目4大作業\代碼\WebRoot\css\rater.css
?????文件????????450??2012-10-23?01:35??數據挖掘題目4大作業\代碼\WebRoot\css\responsiveslides.css
?????文件???????1386??2011-03-14?12:30??數據挖掘題目4大作業\代碼\WebRoot\css\spritenav.css
?????文件???????1120??2007-01-19?15:57??數據挖掘題目4大作業\代碼\WebRoot\css\star.gif
?????文件????????113??2012-11-06?22:29??數據挖掘題目4大作業\代碼\WebRoot\css\st
?????文件???????3759??2012-11-06?00:15??數據挖掘題目4大作業\代碼\WebRoot\css\vscroller.css
?????文件???????6054??2012-10-23?23:45??數據挖掘題目4大作業\代碼\WebRoot\grfx\close_button.png
?????文件???????6054??2012-10-23?23:45??數據挖掘題目4大作業\代碼\WebRoot\grfx\close_button2.png
?????文件???????6051??2012-10-23?23:45??數據挖掘題目4大作業\代碼\WebRoot\grfx\close_button3.png
?????文件??????15857??2012-10-23?23:41??數據挖掘題目4大作業\代碼\WebRoot\grfx\mainNav.jpg
?????文件???????1801??2011-03-20?14:02??數據挖掘題目4大作業\代碼\WebRoot\grfx\photoClose.jpg
?????文件???????5932??2011-03-20?20:28??數據挖掘題目4大作業\代碼\WebRoot\inc\carousel.js
?????文件???????2899??2011-03-20?20:50??數據挖掘題目4大作業\代碼\WebRoot\inc\jqpe.js
?????文件??????84362??2011-02-08?19:27??數據挖掘題目4大作業\代碼\WebRoot\inc\jquery-1.5.min.js
?????文件???????4363??2011-03-04?21:38??數據挖掘題目4大作業\代碼\WebRoot\inc\jquery.ez-bg-resize.js
?????文件????????967??2011-03-18?19:31??數據挖掘題目4大作業\代碼\WebRoot\inc\spritenav.js
?????文件???????4548??2012-11-06?01:08??數據挖掘題目4大作業\代碼\WebRoot\index.html
?????文件???????3782??2012-11-06?12:39??數據挖掘題目4大作業\代碼\WebRoot\item_conf.jsp
?????文件????????284??2012-11-05?00:39??數據挖掘題目4大作業\代碼\WebRoot\item_failure.jsp
?????文件??????78601??2010-12-10?05:39??數據挖掘題目4大作業\代碼\WebRoot\js\jquery-1.4.4.min.js
?????文件???????4090??2012-11-06?21:52??數據挖掘題目4大作業\代碼\WebRoot\js\jquery.rater.js
............此處省略374個文件信息
- 上一篇:ACM 課件全很不錯
- 下一篇:apache-2.4.10-win32-VC9
評論
共有 條評論