init.jsp
资源名称:wapjsp.rar [点击查看]
上传用户:xiao85513
上传日期:2010-01-11
资源大小:2160k
文件大小:1k
源码类别:
手机WAP编程
开发平台:
Java
- <%@ taglib uri="http://herald.seu.edu.cn/yiwen" prefix="cyndi"%>
- <%String str="";%>
- <%//str="create table bigclass (id int(14) not null auto_increment primary key,classname longtext,flag longtext,model longtext)";%><!--<cyndi:sqlexecute sql="<%=str%>"/>-->
- <%//str="create table smallclass (id int(14) not null auto_increment primary key,classname longtext,parentid int(14),flag longtext)";%><!--<cyndi:sqlexecute sql="<%=str%>"/>-->
- <%str="create table admin (id int(14) not null auto_increment primary key,username longtext,userpass longtext)";%><cyndi:sqlexecute sql="<%=str%>"/>
- <%str="insert admin (username,userpass) values ('herald','herald')";%><cyndi:sqlexecute sql="<%=str%>"/>
- <font color=green><center>您已成功初始化数据库!</center></font>