• 大小: 7.43MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-02
  • 语言: 数据库
  • 标签: JAVA  

资源简介

oracle的大作业,可以在期末的时候交

资源截图

代码片段和文件信息

package test;
import java.sql.*;
import javax.sql.*;
public class CheckBean {
public CheckBean(){};
String username;//用户名
String userpasswd;//密码

public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public String getUserpasswd() {
return userpasswd;
}
public void setUserpasswd(String userpasswd) {
this.userpasswd = userpasswd;
}
public boolean isPassed(){
String url =“jdbc:oracle:thin:@localhost:1521:news“;
String login = “system“;  
String password =“news“;

   try{
    Class.forName(“oracle.jdbc.driver.OracleDriver“);
Connection con = DriverManager.getConnection(urlloginpassword);

    Statement s = con.createStatement();
    ResultSet re = s.executeQuery(“select userNameuserPasswordpermit from users where userName=‘“+getUsername()+“‘ and userPassword=‘“+getUserpasswd()+“‘“);
    if(re.next()==true)
    return true;
   
    con.close();
    s.close();
    re.close();
   }catch(ClassNotFoundException e){
   System.out.print(e);
   }
    catch(SQLException e){
    System.out.print(e);
    }
    return false;
}

// public static void main(String args[]){
// CheckBean cb = new CheckBean();
// cb.setName(“a“);
// cb.setPassword(“a“);
// System.out.print(cb.isPassed());
// System.out.println(cb.who());
// }


}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        340  2011-06-22 13:47  ORACLe 大作业\工程包\newss\.classpath

     文件        883  2011-06-23 00:32  ORACLe 大作业\工程包\newss\.myeclipse\profiler\newss on Tomcat  6.x.xml

     文件        288  2011-06-22 13:47  ORACLe 大作业\工程包\newss\.mymetadata

     文件       1411  2011-06-22 13:57  ORACLe 大作业\工程包\newss\.project

     文件        500  2011-06-22 13:47  ORACLe 大作业\工程包\newss\.settings\.jsdtscope

     文件        334  2011-06-22 13:47  ORACLe 大作业\工程包\newss\.settings\org.eclipse.jdt.core.prefs

     文件         49  2011-06-22 13:47  ORACLe 大作业\工程包\newss\.settings\org.eclipse.wst.jsdt.ui.superType.container

     文件          6  2011-06-22 13:47  ORACLe 大作业\工程包\newss\.settings\org.eclipse.wst.jsdt.ui.superType.name

     文件       1426  2011-06-23 01:13  ORACLe 大作业\工程包\newss\src\test\CheckBean.java

     文件       2507  2011-06-22 23:48  ORACLe 大作业\工程包\newss\src\test\DatabaseBean.java

     文件       8369  2011-06-23 01:13  ORACLe 大作业\工程包\newss\src\test\newsManage.java

     文件        676  2011-06-23 01:13  ORACLe 大作业\工程包\newss\src\test\OConnection.java

     文件       1779  2011-06-23 00:21  ORACLe 大作业\工程包\newss\src\test\putNews.java

     文件       1156  2011-06-22 14:06  ORACLe 大作业\工程包\newss\src\test\UserManage.java

     文件       1131  2011-06-22 23:15  ORACLe 大作业\工程包\newss\WebRoot\aa.jsp

     文件       3688  2011-06-23 00:32  ORACLe 大作业\工程包\newss\WebRoot\addNews.jsp

     文件       2283  2011-06-22 14:22  ORACLe 大作业\工程包\newss\WebRoot\editNews.jsp

     文件       1652  2011-06-22 14:22  ORACLe 大作业\工程包\newss\WebRoot\enter.jsp

     文件        296  2011-06-22 14:09  ORACLe 大作业\工程包\newss\WebRoot\image\arrow.gif

     文件      39378  2011-06-22 14:09  ORACLe 大作业\工程包\newss\WebRoot\image\background.jpg

     文件      75680  2011-06-22 14:09  ORACLe 大作业\工程包\newss\WebRoot\image\daohang.jpg

     文件      11678  2011-06-22 14:09  ORACLe 大作业\工程包\newss\WebRoot\image\hengbaibianyou.jpg

     文件      22354  2011-06-22 14:09  ORACLe 大作业\工程包\newss\WebRoot\image\hongdaohangtiao.jpg

     文件      21181  2011-06-22 14:09  ORACLe 大作业\工程包\newss\WebRoot\image\hongdaohangtiao2.jpg

     文件      20024  2011-06-22 14:09  ORACLe 大作业\工程包\newss\WebRoot\image\hongdaohangtiao3.jpg

     文件      20687  2011-06-22 14:09  ORACLe 大作业\工程包\newss\WebRoot\image\hongdibian.jpg

     文件      19107  2011-06-22 14:09  ORACLe 大作业\工程包\newss\WebRoot\image\jianbianyou.jpg

     文件      43501  2011-06-22 14:09  ORACLe 大作业\工程包\newss\WebRoot\image\left.jpg

     文件      31217  2011-06-22 14:09  ORACLe 大作业\工程包\newss\WebRoot\image\logo.jpg

     文件      51890  2011-06-22 14:09  ORACLe 大作业\工程包\newss\WebRoot\image\main.jpg

............此处省略51个文件信息

评论

共有 条评论