数据库中存的是图象字节流,不是地址; |
|
17分 |
i don””t know what is jap ??
if you want to display the image in view layer/jsp page you need to do as following: 1) get the binary data from DB and convert to bytes array then write the byte and return null in servlet 2) config your web.xml for servlet-mapping descriptor 3) using html:img/img tag in jsp/page ,just like this: <img=”http://pathContext/servletURL” /> <html:img page=”action.do”/> |
17分 |
学习!
|
这个问题问得好啊!
|
|
17分 |
JAP?什么玩意
纯JSP是无法从数据库里读取二进制流显示的。因为JSP只是处理HTML页面。你要显示图象必须配合servlet来进行,编写你读取二进制数据的servlet,将数据写入到response |
我的意思是取出数据后怎么进行图像定位?
|
|
有人做过这个吗?举个例子就是,在一个页面如何在表格中显示数据库里满足一定条件的所有图像~~
|
|
17分 |
applebomb(袋装苹果) 说的有道理,可以做写的看看。
|
16分 |
其实可以把图片的相对地址存储到数据库,这样既方便,速度也快,读取也很方便
|
16分 |
学习
|