摘要:
BLOB数据库类型,byte[]可以直接保存到数据库 blob 转换为byte[] public byte[] blobToByte(Blob blob) throws Exception { byte[] bytes = null; try { InputStream in=blob.getBin 阅读全文
posted @ 2014-08-12 17:00
Kevin_Zhou_9
阅读(5355)
评论(0)
推荐(0)
浙公网安备 33010602011771号