jdbcapplet.htm
来自「Java示例100」· HTM 代码 · 共 28 行
HTM
28 行
<html><head><title>JDBC applet</title></head><body><h1>JDBC applet</h1>This page contains an example of an applet that uses the Thin JDBCdriver to connect to Oracle.<p>The source code for the applet is in <ahref="JdbcApplet.java">JdbcApplet.java</a>. Please check carefullythe driver class name and the connect string in the code.<p>The Applet tag in this file contains a CODEBASE entry that must be setto point to a directory containing the Java classes from the Thin JDBCdistribution *and* the compiled JdbcApplet.class.<p>As distributed it will *not* work because the classes111.zip are notin this directory.<p><hr><applet codebase="." archive="classes111.zip"code="JdbcApplet" width=500 height=200></applet><hr>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?