2008年07月17日 16:01
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src=" http://www.wuczin.com/data/jquery-1.2.6.pack.js" type="text/javascript"></script>
<script src="js/yuansu.js" type="text/javascript"></script>
<style>
*{margin:0px; padding:0px; list-style:none;}
table.rili_box{margin:auto;border-top:#069 |
2008年07月15日 17:28
- html, address,
- blockquote,
- body, dd, div,
- dl, dt, fieldset, form,
- frame, frameset,
- h1, h2, h3, h4,
- h5, h6, noframes,
- ol, p, ul, center,
- dir, hr, menu, pre { display: block }
- li { display: list-item }
- head
|
2008年07月15日 17:28
- html, body, div, span, applet, object, iframe,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
- a, abbr, acronym, address, big, cite, code,
- del, dfn, em, font, img, ins, kbd, q, s, samp,
- small, strike, strong, sub, sup, tt, var,
- b, u, i, center,
- dl, dt, dd, ol, ul, li,
|
2008年07月10日 15:56
连接数据库代码
<%
String spath = "test/test.mdb";
String dbpath = application.getRealPath(spath);
String dbname = "";
String user = "";
String url ="jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ="+dbpath;
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
Connection conn= DriverManager.getConnection(url);
%>
读取表记录,并打印ID
<%
Statement stmt=conn.createStatement(ResultSet.TYPE_S |
2008年07月10日 15:51
<%
request.setCharacterEncoding("utf-8");
String p=request.getParameter("p");
%>
获得的这个P是字符型。 |
|
|
thl0019
男, 22岁
广东 珠海
上次登录: 4天前
加为好友
|