• 网上书店jsp

    该系统主要实现网上书店,界面比较漂亮,但功能比较简单。

    5
    52
    16.9MB
    2013-05-21
    3
  • javascript

    该书涉及一些案例的代码设计,对初学者有很大的帮助。

    0
    24
    3.1MB
    2013-05-20
    0
  • jsp连接数据库

    该资源主要用于连接数据库,以及注册和登录。

    0
    27
    2.83MB
    2013-05-20
    0
  • 简单留言板

    <%@ page contentType="text/html;charset=gb2312"%> <%@ page import = "java.sql.*"%> <html> <head> <title>JDBC+JSP 留言管理程序</title> </head> <body> <%-- 使用JDBC连接ORACLE数据库 --%> <%! String DBURL = "jdbc:oracle:thin:@localhost:1521:dbnews"; String USERNAME = "scott"; String USERPASS = "orcl"; Connection conn = null; PreparedStatement pstmt = null; ResultSet rs = null; int flag = 0; %> <%

    0
    61
    116KB
    2013-05-20
    3
关注 私信
上传资源赚积分or赚钱