2018年1月23日

@转载:SpringMVC的工作原理

摘要: 1):springMVC属于SpringFrameWork的后续产品,已经融合在spring web flow里。springMVC是spring框架提供了全新的轻量级MVC分层模块,在使用spring时可插入MVC架构,MVC架构可选用Struts2也可选用内置springMVC。通过策略接口,S 阅读全文

posted @ 2018-01-23 16:16 北方阿木 阅读(105) 评论(0) 推荐(0)

select2的使用及问题

摘要: 这个插件是基于Select的扩展插件,能够提供更加丰富的功能和用户体验,它的github官网地址为:https://select2.github.io/,具体的使用案例,可以参考地址:https://select2.github.io/examples.html。 select2是对select进行 阅读全文

posted @ 2018-01-23 10:22 北方阿木 阅读(1068) 评论(0) 推荐(0)

@转载:关于EL表达式

摘要: 一、内置函数 两个小例: 运用El表达式截取字符串 ${fn:substring(wjcd.lrsj, 0, 16)} 使用functions函数来获取list的长度 ${fn:length(list)} 1.引入functions标签库 <%@ taglib prefix="fn" uri="ht 阅读全文

posted @ 2018-01-23 10:03 北方阿木 阅读(138) 评论(0) 推荐(0)

导航