
J2EE开发过程中的问题
文章平均质量分 77
potmmoon
我一定要做一款很酷的游戏
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Content-Type: application/x-www-form-urlencoded
接受第三方的post过来的xml,如果没有设置Content-Type: application/x-www-form-urlencoded。则可以通过流来解析代码如下 BufferedReader in= new BufferedReader(new InputStreamReader(httpServletRequest.getInputStream())); String s=""...原创 2011-10-14 16:57:18 · 656 阅读 · 0 评论 -
在webwork/struts2中多次构造post
public void execute(){ ................................. for(int i=0;i<10;i++){ postAuthYes(urlparam); ................................... } return null; } private vo...原创 2011-10-14 17:01:03 · 114 阅读 · 0 评论