java
xiaofeng_dream
这个作者很懒,什么都没留下…
展开
-
java文件下载的几种方式
package com.huawei.download; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; impo...原创 2011-10-18 23:50:46 · 134 阅读 · 0 评论 -
spring mvc + jquery + json + ajax的实现
Its always been fun for me to work with Ajax! Is not it ? I will make it easy for you to use Ajax with Spring MVC 3 and JQuery. This post will illustrate you how to use Ajax in real life practices o...原创 2012-09-14 18:51:59 · 353 阅读 · 0 评论