06 2017 档案
Struts2概述
摘要:1.struts1使用的是中心控制器类ActionServlet来进行请求分发,struts2使用的是过滤器,但在内部是使用一种叫做拦截器的功能来进行request和Action及parameter的处理。 2.struts2中的ActionSupport类具有验证表单的功能,实现了Validate 阅读全文
posted @ 2017-06-27 23:28 十字街~ 阅读(114) 评论(0) 推荐(0)
数据库基础
摘要:1.SQL命令的类型: DDL(数据定义语言)包括: create table alter table drop table create index alter index drop index create view alter view DML(数据操作语言)包括: insert update 阅读全文
posted @ 2017-06-12 08:33 十字街~ 阅读(118) 评论(0) 推荐(0)