⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.htm

📁 数据库jsp连接代码
💻 HTM
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>范例目录</title>
<style type="text/css">
<!--
body {
	background-color: #FFFFCC;
}
.style5 {color: #000000}
.style6 {font-size: large}
.style7 {font-size: 16}
-->
</style></head>

<body>
<table width="760" height="376" border="0" align="center">
  <tr>
    <th height="78" colspan="3" scope="row"><span class="style6">实用JSP入门范例教程-数据库基本操作<span class="style5"></span>范例</span></th>
  </tr>
  <tr>
    <th height="40" scope="row"><div align="right" class="style7"><a href="ch4-1.htm">ch4-1.htm ch4-11.jsp ch4-12.jsp </a></div></th>
    <td>&nbsp;</td>
    <td>使用纯JDBC连接SQL2000</td>
  </tr>
  <tr>
    <th width="487" height="40" scope="row"><div align="right" class="style7"><a href="ch4-2.htm">ch4-2.htm ch4-21.jsp ch4-22.jsp</a></div></th>
    <td width="48">&nbsp;</td>
    <td width="411">使用JDBC-ODBC桥连接SQL2000</td>
  </tr>
  <tr>
    <th height="40" scope="row"><div align="right" class="style7"><a href="ch4-3.htm">ch4-3.htm ch4-31.jsp ch4-32.jsp</a> </div></th>
    <td>&nbsp;</td>
    <td>使用JDBC-ODBC桥连接Access</td>
  </tr>
  <tr>
    <th height="40" scope="row"><div align="right" class="style7"><a href="ch4.htm">ch4.htm </a></div></th>
    <td>&nbsp;</td>
    <td>数据库基本操作框架集</td>
  </tr>
  <tr>
    <th height="40" scope="row"><div align="right" class="style7"><a href="ch4-42.htm">ch4-42.htm</a></div></th>
    <td>&nbsp;</td>
    <td>查询数据</td>
  </tr>
  <tr>
    <th height="40" scope="row"><div align="right" class="style7">
      <p><strong><a href="ch4-51.htm">ch4-51.htm ch4-51.jsp ch4-52.jsp</a></strong></p>
    </div></th>
    <td>&nbsp;</td>
    <td>修改数据</td>
  </tr>
  <tr>
    <th height="40" scope="row"><div align="right" class="style7"><strong><a href="ch4-61.htm">ch4-61.htm ch4-61.jsp ch4-62.jsp</a></strong></div></th>
    <td>&nbsp;</td>
    <td>删除数据</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -