91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 12KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-02
  • 語言: Java
  • 標簽:

資源簡介

本系統采用JSP+Servlet+JavaBean設計的在線投票系統,特別適合課程設計的童鞋們

資源截圖

代碼片段和文件信息

package?vote;
import?java.sql.*;
public?class?VoteConn
{???String?urlsql;
Connection?con=null;
Statement?stmt=null;
ResultSet?rs=null;
???public??VoteConn()
???{
??????????try{
?????Class.forName(“com.microsoft.jdbc.sqlserver.SQLServerDriver“);
?????url=“jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=vote“;
?????con=DriverManager.getConnection(url“sa““sa“);
?? ?????stmt=con.createStatement();
?????//rs=stmt.executeQuery(sql);
??????}catch(Exception?e){e.printStackTrace();}
????????}
???
???public?ResultSet?executeQuery(String?sql)
??{ ?
?????try{
??rs=stmt.executeQuery(sql);

????}catch(SQLException?ex){System.err.println(ex.getMessage());}
???????return?rs;
???}
???public?int?executeUpdate(String?sql)
{???int?result=0;?
????tr

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2011-09-20?12:37??投票系統\
?????目錄???????????0??2011-09-20?12:37??投票系統\voteSystem\
?????目錄???????????0??2011-09-20?12:37??投票系統\voteSystem\WEB-INF\
?????目錄???????????0??2011-09-20?12:37??投票系統\voteSystem\WEB-INF\classes\
?????文件?????????929??2007-11-12?21:17??投票系統\voteSystem\WEB-INF\classes\VoteConn.java
?????目錄???????????0??2011-09-20?12:37??投票系統\voteSystem\WEB-INF\classes\vote\
?????文件????????1487??2007-11-20?22:15??投票系統\voteSystem\WEB-INF\classes\vote\VoteConn.class
?????文件?????????780??2007-12-18?17:35??投票系統\voteSystem\addvote.jsp
?????文件????????2235??2007-12-18?17:44??投票系統\voteSystem\admin.jsp
?????文件?????????330??2007-11-13?16:59??投票系統\voteSystem\delete.jsp
?????目錄???????????0??2011-09-20?12:37??投票系統\voteSystem\img\
?????文件????????4185??2007-11-05?23:05??投票系統\voteSystem\img\bg.gif
?????文件????????1160??2007-12-18?17:43??投票系統\voteSystem\index.jsp
?????文件????????1209??2007-12-18?17:45??投票系統\voteSystem\result.jsp
?????目錄???????????0??2011-09-20?12:37??投票系統\voteSystem\sql\
?????文件?????????426??2007-11-12?23:04??投票系統\voteSystem\sql\vote.sql
?????文件?????????216??2007-11-12?22:06??投票系統\voteSystem\style.css
?????文件?????????407??2007-12-18?17:47??投票系統\voteSystem\vote.jsp

評論

共有 條評論