%@ page contentType = "text/html; charset=gb2312"%>
<%@ page import = "java.sql.*"%>
<%@ page import = "java.io.*"%>
<%@ page import = "java.text.*"%>
<%@ page import = "java.util.*"%>
<%@ page import = "taea.*"%>
<%
DBConnectionManager connMgr = DBConnectionManager.getInstance();
JDCConnection con = connMgr.getConnection("taea");
String sql="",sql1="";
try{
Statement stmt = con.createStatement();
Statement stmt1 = con.createStatement();
ResultSet rs;
%>
::招考资讯::高考
|
 |
当前位置:首页>> 高考 |
|
|
|
|
| |
2007年普通高等学校运动训练、民族传统体育专业招生管理办法 |
|
|
|
<%
connMgr.freeConnection("taea",con);
}catch(Exception e) {
}
%>