序言——学习一项技术,需要知道它是干什么的!
前后端分离技术:

一、 前后端不分离
-
List item
-
List item
-
认识servlet
-
severlet是个java类,继承httpServlet,用于接受页面http请求并作出响应,可以在jsp上写response.write(…);
枚举的写法
sfa
public enum AliyunAuditType {
CONTENT("content",1),
IMAGE("image",2),
VIDEO("video",3),
AUDIO("audio",4);
private int type;
private String name;
//构造方法是私有的无返回值
private AliyunAuditType(String name,int type) {
this.type = type;
this.name = name;
}
public int getType() {
return type;
}
public void setType(int type) {
this.type = type;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
房间打扫浪费精力
zzzz
fsafs
- Q:为什么数据库要top?
- A: