search

Home  >  Q&A  >  body text

java - spring jdbc获取blob类型的问题。

item_tag存的是blob类型,利用
输出的是乱码。各位指点下或者给个例子?

ringa_leeringa_lee2805 days ago821

reply all(1)I'll reply

  • ringa_lee

    ringa_lee2017-04-18 10:51:34

    blob type, when reading, use the stream to read. blob.getbinarystream(), and then use the output stream to output

    reply
    0
  • Cancelreply