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>