
struts
BK_201H
这个作者很懒,什么都没留下…
展开
-
struts(2)OGNL
1. OGNL 1.1 OGNL的全称是Object Graph Navigation Language(对象图导航语言),它是一种强大的表达式语言 1.2 OgnlContext(ongl上下文)其实就是Map (教室、老师、学生) map 教室 OgnlContext=根对象(1)+非根对象(N) 老师:跟对象 1 学生:非根对象 n 非根对象要通过"#key"访问,根对象可...原创 2019-08-24 11:48:53 · 110 阅读 · 0 评论 -
struts__crud值
1、导入相关的pom依赖(struts、自定义标签库的依赖) <!-- 5.3、jstl、standard --> <dependency> <groupId>jstl</groupId> <artifactId>jstl</artifactId> <version>1.2</vers...原创 2019-08-26 00:55:33 · 112 阅读 · 0 评论 -
Struts(图片上传)
文件上传: 三种上传方案 1、上传到tomcat服务器 不推荐 上传后需要刷新一遍,图片才会出来 重启tomcat图片会丢失 2、上传到指定文件目录,添加服务器与真实目录的映射关系,从而解耦上传文件与tomcat的关系 文件服务器 图片上传到 d:/uploadImages/2019/08/23/20190823100951.png 访问:http://www.javaxl.com...原创 2019-08-27 11:46:45 · 140 阅读 · 0 评论 -
struts(1)
1. 环境搭建 1.1 jar 1.2 web.xml 1.3 struts.xml struts.xml(核心配置文件) <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> <version...原创 2019-08-23 10:57:02 · 130 阅读 · 0 评论