📄 jdbcapplet.htm
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -