
SSH
笨鸟后飞yi
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SSH整合报错:Write operations are not allowed in read-only mode (FlushMode.MANUAL)
初学SSH,开发示例发现报错:Write operations are not allowed in read-only mode (FlushMode.MANUAL),看报错信息大概知道是HibernateTemplate.save保存数据时无写的权限,在网上查了很多,试了几个方法都得不通,最终发现,需要同时修改ApplicationContext.xml和web.xml两个文件,问题解决。we...原创 2018-03-23 14:52:13 · 552 阅读 · 0 评论 -
struts2文件下载报错及文件名乱码
在跑struts2的文件下载的示例时,报错:Can not find a java.io.InputStream with the name [targetFile] in the invocation stack. Check the <param name="inputName"> tag specified for this action.初看提示还以为inputName配置错误...原创 2018-03-30 08:58:50 · 259 阅读 · 0 评论 -
struts2 DMI调用问题
在学习struts2 DMI调用,使用action!method请求时返回404,提示如下:There is no Action mapped for namespace [/] and action name [user!update] associated with context path [/StrutsTest].后看到网上说DMI调用默认是关闭的,需要修改变量配置打开。在struts....原创 2018-03-27 09:58:57 · 215 阅读 · 0 评论