java 编码
beyondsanli
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java 字符流和字节流的区别
关键字:字符流 字节流2008-07-18 14:51:34 · 332 阅读 · 0 评论 -
编码之上传下载
public void downLoadFile(File f,String filename,HttpServletResponse response) throws IOException { BufferedInputStream br = new BufferedInputStream(new FileInputStream(f)); [color=red]by...2008-03-06 11:22:54 · 114 阅读 · 0 评论 -
编码之 xml 输出
Document resDocument = new Document(resElement); response.setContentType("application/xml"); response.setHeader("Cache-Control", "no-cache"); response.setHeader("Charset","Gb2312"); XMLOut...2008-03-06 11:24:21 · 138 阅读 · 0 评论
分享