由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - java servlet question
相关主题
sevlet questionservlet读取directory的基本问题
which one should I close?运行servlet时出现的http status 404问题
怎样吧byte[]变成java.security.Key?Re: how to write a string to a new file
How do I send cookies from a servlet?一个Java程序员的话(4)--续第一章
理解Java Servlets [fwd]How to append something on a file?
Another Servlet Problem:Browser Caching问一个blocking IO的程序
need your commentsJAVA 一族
请推荐servlet还有jsp的书Re: serverlet
相关话题的讨论汇总
话题: servlet话题: text话题: binary话题: open话题: file
进入Java版参与讨论
1 (共1页)
e**n
发帖数: 10
1
When I open an ASCII text file, I set content type as "text/plain" and
everything is ok. But when I tried to open a binary file, it does not work
properly. The Writer looks like only handling characters.
How can I open a binary text file in my servlet code?
Thanks
r*****s
发帖数: 985
2
PrintWriter is only for text, for binary stream, use ServletOutputStream

【在 e**n 的大作中提到】
: When I open an ASCII text file, I set content type as "text/plain" and
: everything is ok. But when I tried to open a binary file, it does not work
: properly. The Writer looks like only handling characters.
: How can I open a binary text file in my servlet code?
: Thanks

e**n
发帖数: 10
3
Thanks

【在 r*****s 的大作中提到】
: PrintWriter is only for text, for binary stream, use ServletOutputStream
1 (共1页)
进入Java版参与讨论
相关主题
Re: serverlet理解Java Servlets [fwd]
Re: how to initialize corba object orb in servletAnother Servlet Problem:Browser Caching
Re: How to debug servlet?need your comments
Why aren't cookies stored by my servlets accessible to my CGI scripts or ASP pages?(FAQ)请推荐servlet还有jsp的书
sevlet questionservlet读取directory的基本问题
which one should I close?运行servlet时出现的http status 404问题
怎样吧byte[]变成java.security.Key?Re: how to write a string to a new file
How do I send cookies from a servlet?一个Java程序员的话(4)--续第一章
相关话题的讨论汇总
话题: servlet话题: text话题: binary话题: open话题: file