0
点赞
收藏
分享

微信扫一扫

jsp新代码第235课

幸福的无所谓 2022-05-16 阅读 158


new235.jsp

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<%--
create table aa_notes(
id int not null auto_increment primary key,
title varchar(100) not null comment '',
content varchar(1000) null comment '',
author varchar(50) null comment '',
createtime datetime not null comment ''
) comment ''

insert into aa_notes(title,content,author,createtime) values ('php','excellent','tom',now());

new236.jsp welcome.jsp
new237.java enter.java
new238.jsp notelist.jsp
new239.java notebean.java
new240.java note.java
new241.java noteDao.java



--%>
</body>
</html>


举报

相关推荐

0 条评论