-
大小: 3.71MB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2023-08-14
- 語言: 數(shù)據(jù)庫
- 標(biāo)簽: BBS論壇??BBS??論壇??
資源簡(jiǎn)介
該項(xiàng)目包含了論壇應(yīng)有的功能,這里就不詳細(xì)的說了,你懂的。代碼易讀性很好,連帶了sql server2005數(shù)據(jù)庫,非常適合初學(xué)者,同時(shí)該項(xiàng)目也可以用作與畢業(yè)設(shè)計(jì)。

代碼片段和文件信息
package?com;
import?java.sql.*;
public?class?BBS?{
public?static??Connection?getcon(){
Connection?cn=null;
???????try?{
???? ???
Class.forName(“com.microsoft.jdbc.sqlserver.SQLServerDriver“);
???? ????cn=DriverManager.getConnection(“jdbc:microsoft:sqlserver://localhost:1433;databasename=BBS““sa““123“);
???? ????System.out.println(“數(shù)據(jù)庫連接成功。“);
???????}?catch?(Exception?e)?{
e.printStackTrace();?
}
return?cn;
}
?public?static?void?main(String[]?args)?{
new?BBS().getcon();
}?
?
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????556??2011-01-09?19:09??BBS\.classpath
?????文件????????282??2011-01-09?19:08??BBS\.myme
?????文件???????1409??2010-11-25?21:23??BBS\.project
?????文件????????500??2010-11-25?21:23??BBS\.settings\.jsdtscope
?????文件?????????49??2010-11-25?21:23??BBS\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2010-11-25?21:23??BBS\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件????8388608??2011-01-09?20:42??BBS\db\BBS.mdf
?????文件???64946176??2011-01-09?20:42??BBS\db\BBS_log.ldf
?????文件????????560??2011-01-06?11:36??BBS\src\com\BBS.java
?????文件???????2301??2010-12-14?23:12??BBS\WebRoot\add.jsp
?????文件???????3937??2011-01-09?20:31??BBS\WebRoot\board.jsp
?????文件???????1531??2003-01-01?02:56??BBS\WebRoot\btn_back.gif
?????文件????????169??2010-12-14?23:12??BBS\WebRoot\check.jsp
?????文件????????904??2010-12-14?23:12??BBS\WebRoot\dealpost.jsp
?????文件????????879??2010-12-14?23:12??BBS\WebRoot\deletuser.jsp
?????文件???????4864??2011-01-09?20:39??BBS\WebRoot\detial.jsp
?????文件???????2906??2011-01-09?20:34??BBS\WebRoot\detialuser.jsp
?????文件????????220??2010-12-14?23:12??BBS\WebRoot\error.jsp
?????文件???????4252??2011-01-09?20:32??BBS\WebRoot\home.jsp
?????文件????????124??2010-10-21?21:41??BBS\WebRoot\images\bg1.png
?????文件??????32356??2010-10-21?21:43??BBS\WebRoot\images\bg6.jpg
?????文件????????841??2003-01-01?01:38??BBS\WebRoot\images\boy.gif
?????文件???????1531??2003-01-01?02:56??BBS\WebRoot\images\btn_back.gif
?????文件????????652??2003-01-01?01:38??BBS\WebRoot\images\delete.gif
?????文件???????1149??2003-01-01?01:38??BBS\WebRoot\images\edit.gif
?????文件??????10967??2003-01-01?01:38??BBS\WebRoot\images\face\Image1.gif
?????文件??????15897??2003-01-01?01:38??BBS\WebRoot\images\face\Image10.gif
?????文件??????11766??2003-01-01?01:38??BBS\WebRoot\images\face\Image11.gif
?????文件??????12380??2003-01-01?01:38??BBS\WebRoot\images\face\Image12.gif
?????文件??????38188??2003-01-01?01:38??BBS\WebRoot\images\face\Image13.gif
............此處省略94個(gè)文件信息
評(píng)論
共有 條評(píng)論