摘要: 如何指定struts2返回我们需要的json类型数据? 阅读全文
posted @ 2012-06-21 16:09 大果粒 阅读(1668) 评论(0) 推荐(0) 编辑
摘要: RHEL6.1 vsftpd SELinux配置和开启本地用户上传 阅读全文
posted @ 2012-06-21 15:56 大果粒 阅读(848) 评论(0) 推荐(0) 编辑
摘要: 1 <span>摘要:</span>2 <s:if test="%{summary.length()>73}">3 <s:property value="summary.substring(0,73)+'...'" escape="false"/>4 </s:if>5 <s:else>6 <s:property value="summary" escape="false"/>7 </s 阅读全文
posted @ 2012-06-21 15:35 大果粒 阅读(433) 评论(0) 推荐(0) 编辑