首页 >> 文摘 >> JAVA

BBS的初稿模型

采集日期:2008-4-21作者:x521(注:本数据由系统自动采集,内容与BHCODE无关)
private void tree(List<Article> articles, Connection conn, int id, int grade){String sql = "select * from article where pid =" +id;Statement stmt = BBSDB.createStmt(conn);ResultSet rs = BBSDB.executeQuery(stmt, sql);BBSDB.close(stmt);//BBSDB.close(conn);create table `bbs`.`article`( `id` int not null auto_increment, `pid` int, `rootid` int, `title` varchar(255), `cont` text, `pdate` datetime, `isleaf` int, primary key (`id`) );
本周推荐
MORE
热点关注
MORE