﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-Max On Java-最新评论</title><link>http://www.blogjava.net/max/CommentsRSS.aspx</link><description>The value of hands-on experience as compared to book learning is smaller in software development than in many other fields.</description><language>zh-cn</language><pubDate>Mon, 22 Jun 2020 12:11:53 GMT</pubDate><lastBuildDate>Mon, 22 Jun 2020 12:11:53 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: Struts 2中的OGNL</title><link>http://www.blogjava.net/max/archive/2016/05/26/114417.html#430678</link><dc:creator>一心学习的IT Boy</dc:creator><author>一心学习的IT Boy</author><pubDate>Thu, 26 May 2016 13:46:00 GMT</pubDate><guid>http://www.blogjava.net/max/archive/2016/05/26/114417.html#430678</guid><description><![CDATA[1.总结Struts2 标签和Ognl表达式结合，访问action的普通属性、对象属性、list、map的写法；<br>若要访问request\session\application传输的值该如何访问？<br><br>若要获取表单、URL传输的值，该如何获取？<br>哪位前辈大哥给我简单写下，我理解理解，谢谢了<img src ="http://www.blogjava.net/max/aggbug/430678.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/max/" target="_blank">一心学习的IT Boy</a> 2016-05-26 21:46 <a href="http://www.blogjava.net/max/archive/2016/05/26/114417.html#430678#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Struts 2与AJAX（第一部分）[未登录]</title><link>http://www.blogjava.net/max/archive/2015/12/29/123682.html#428855</link><dc:creator>1</dc:creator><author>1</author><pubDate>Tue, 29 Dec 2015 01:54:00 GMT</pubDate><guid>http://www.blogjava.net/max/archive/2015/12/29/123682.html#428855</guid><description><![CDATA[11<img src ="http://www.blogjava.net/max/aggbug/428855.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/max/" target="_blank">1</a> 2015-12-29 09:54 <a href="http://www.blogjava.net/max/archive/2015/12/29/123682.html#428855#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 为Struts 2.0做好准备</title><link>http://www.blogjava.net/max/archive/2015/10/16/74353.html#427785</link><dc:creator>暖暖的蟹</dc:creator><author>暖暖的蟹</author><pubDate>Fri, 16 Oct 2015 05:59:00 GMT</pubDate><guid>http://www.blogjava.net/max/archive/2015/10/16/74353.html#427785</guid><description><![CDATA[@哈哈<br>明显是jsp web项目里一般是不会出现html文件的<img src ="http://www.blogjava.net/max/aggbug/427785.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/max/" target="_blank">暖暖的蟹</a> 2015-10-16 13:59 <a href="http://www.blogjava.net/max/archive/2015/10/16/74353.html#427785#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 为Struts 2.0做好准备</title><link>http://www.blogjava.net/max/archive/2015/10/16/74353.html#427784</link><dc:creator>暖暖的蟹</dc:creator><author>暖暖的蟹</author><pubDate>Fri, 16 Oct 2015 05:57:00 GMT</pubDate><guid>http://www.blogjava.net/max/archive/2015/10/16/74353.html#427784</guid><description><![CDATA[@懒人<br>Struts2与struts 1貌似很多地方不一样，比1要好用<img src ="http://www.blogjava.net/max/aggbug/427784.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/max/" target="_blank">暖暖的蟹</a> 2015-10-16 13:57 <a href="http://www.blogjava.net/max/archive/2015/10/16/74353.html#427784#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 为Struts 2.0做好准备</title><link>http://www.blogjava.net/max/archive/2015/10/16/74353.html#427780</link><dc:creator>暖暖的蟹</dc:creator><author>暖暖的蟹</author><pubDate>Fri, 16 Oct 2015 03:55:00 GMT</pubDate><guid>http://www.blogjava.net/max/archive/2015/10/16/74353.html#427780</guid><description><![CDATA[@迎风十八刀<br>s@pakinsen<br>404说明是你路径有问题，还有可能是你JSP中某个标签不小心给删了<img src ="http://www.blogjava.net/max/aggbug/427780.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/max/" target="_blank">暖暖的蟹</a> 2015-10-16 11:55 <a href="http://www.blogjava.net/max/archive/2015/10/16/74353.html#427780#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 转换器（Converter）——Struts 2.0中的魔术师</title><link>http://www.blogjava.net/max/archive/2015/10/09/79602.html#427674</link><dc:creator>侯永涛</dc:creator><author>侯永涛</author><pubDate>Fri, 09 Oct 2015 06:51:00 GMT</pubDate><guid>http://www.blogjava.net/max/archive/2015/10/09/79602.html#427674</guid><description><![CDATA[@lxf<br>楼主写的不全，他是个SB,<img src ="http://www.blogjava.net/max/aggbug/427674.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/max/" target="_blank">侯永涛</a> 2015-10-09 14:51 <a href="http://www.blogjava.net/max/archive/2015/10/09/79602.html#427674#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 扩展Spring——使用 Annotation将配置资源注入到Bean中</title><link>http://www.blogjava.net/max/archive/2015/08/19/303112.html#426896</link><dc:creator>红色芒果</dc:creator><author>红色芒果</author><pubDate>Wed, 19 Aug 2015 06:50:00 GMT</pubDate><guid>http://www.blogjava.net/max/archive/2015/08/19/303112.html#426896</guid><description><![CDATA[这段代码确实很酷, 但是不能不能讲properties中的参数注入到@controller注解的类中.<img src ="http://www.blogjava.net/max/aggbug/426896.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/max/" target="_blank">红色芒果</a> 2015-08-19 14:50 <a href="http://www.blogjava.net/max/archive/2015/08/19/303112.html#426896#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 在Struts 2中实现文件上传</title><link>http://www.blogjava.net/max/archive/2014/12/31/105124.html#421976</link><dc:creator>李雪梅</dc:creator><author>李雪梅</author><pubDate>Wed, 31 Dec 2014 02:10:00 GMT</pubDate><guid>http://www.blogjava.net/max/archive/2014/12/31/105124.html#421976</guid><description><![CDATA[@果果<br>在webroot下面一个文件夹<img src ="http://www.blogjava.net/max/aggbug/421976.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/max/" target="_blank">李雪梅</a> 2014-12-31 10:10 <a href="http://www.blogjava.net/max/archive/2014/12/31/105124.html#421976#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 在Struts 2中实现文件上传</title><link>http://www.blogjava.net/max/archive/2014/12/31/105124.html#421975</link><dc:creator>李雪梅</dc:creator><author>李雪梅</author><pubDate>Wed, 31 Dec 2014 02:09:00 GMT</pubDate><guid>http://www.blogjava.net/max/archive/2014/12/31/105124.html#421975</guid><description><![CDATA[为什么我能跳到成功页面但是图片不会显示<br><img src ="http://www.blogjava.net/max/aggbug/421975.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/max/" target="_blank">李雪梅</a> 2014-12-31 10:09 <a href="http://www.blogjava.net/max/archive/2014/12/31/105124.html#421975#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Struts 2的基石——拦截器（Interceptor）</title><link>http://www.blogjava.net/max/archive/2014/11/16/85925.html#420144</link><dc:creator>osmond.gao</dc:creator><author>osmond.gao</author><pubDate>Sun, 16 Nov 2014 09:56:00 GMT</pubDate><guid>http://www.blogjava.net/max/archive/2014/11/16/85925.html#420144</guid><description><![CDATA[为什么我的Login类的两个私有属性一定要初始化才行，不初始化就报500错误<br>我得写成下面这样才行<br>public class Login extends ActionSupport implements SessionAware {<br>	private String role = &quot;&quot;;//初始化值<br>	private Map&lt;String, String&gt; session = new Hashtable&lt;String, String&gt;();//实例化对象<img src ="http://www.blogjava.net/max/aggbug/420144.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/max/" target="_blank">osmond.gao</a> 2014-11-16 17:56 <a href="http://www.blogjava.net/max/archive/2014/11/16/85925.html#420144#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>