会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
我是萌新
博客园
首页
新随笔
联系
订阅
管理
2017年8月15日
后台服务器端接受前端ajax post 跨域请求
摘要: 首先配置web.xml文件过滤器 1 <!-- 跨域请求CORS post接受 --> 2 <filter> 3 <filter-name>CORS</filter-name> 4 <filter-class>com.thetransactioncompany.cors.CORSFilter</fi
阅读全文
posted @ 2017-08-15 10:06 我是萌新
阅读(1459)
评论(0)
推荐(0)
2017年8月7日
Maven 阿里云镜像
摘要: 在maven的settings.xml文件中配置阿里云镜像 <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mi
阅读全文
posted @ 2017-08-07 08:47 我是萌新
阅读(105)
评论(0)
推荐(0)
2017年4月25日
maven+SSM框架工程搭建
摘要: 1.百度下载 maven 和 tomcat 安装 配置环境变量 2.使用最新版eclipse 集成maven maven conf文件夹下的settings.xml文件配置存放maven仓库的位置,D:\hongzhimei\repository 为存放路径 3.新建工程 项目原型选择webapp项
阅读全文
posted @ 2017-04-25 15:20 我是萌新
阅读(1845)
评论(1)
推荐(0)
2016年9月2日
struts2中服务器端数据校验
摘要: struts2中的服务器端数据校验
阅读全文
posted @ 2016-09-02 10:19 我是萌新
阅读(852)
评论(1)
推荐(0)
2016年8月31日
struts2中简单的文件上传
摘要: struts2中利用commons-fileupload-1.2.1.jar上传文件
阅读全文
posted @ 2016-08-31 21:33 我是萌新
阅读(430)
评论(0)
推荐(0)
ognl和struts2标签_个人学习日志
摘要: 2016-08-31 一、struts2中ognl原理 Struts2默认的表达式语言 ognl: Object Graph Navigation Language 对象图导航语言 1>Struts2 中数据移入、移出时,需要进行类型转换,此时用ognl进行处理 2>ognl原始上可看做一个 map
阅读全文
posted @ 2016-08-31 16:42 我是萌新
阅读(851)
评论(0)
推荐(0)
公告