{"id":466,"date":"2017-09-05T14:48:43","date_gmt":"2017-09-05T06:48:43","guid":{"rendered":"https:\/\/www.dd-home.top\/?p=466"},"modified":"2017-09-05T14:48:43","modified_gmt":"2017-09-05T06:48:43","slug":"hibernate-%e5%ad%98%e5%85%a5image-%e5%88%b0%e6%95%b0%e6%8d%ae%e5%ba%93","status":"publish","type":"post","link":"https:\/\/www.dd-home.top\/?p=466","title":{"rendered":"Hibernate \u5b58\u5165image \u5230\u6570\u636e\u5e93"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p><!--more--><\/p>\n<pre>\/**\n * \u5934\u50cf\n *\/\nprivate byte[] headIcon;\n\n@Lob\n@Column(name = \"PERSON_IMAGE\")\npublic byte[] getHeadIcon() {\n    return headIcon;\n}\n\npublic void setHeadIcon(byte[] headIcon) {\n    this.headIcon = headIcon;\n}\n\n\/\/\u8bfb\u53d6\u56fe\u7247\u7684\u5730\u65b9\nprivate ByteArrayOutputStream headImg;\n\n@Transient\npublic ByteArrayOutputStream getHeadImg() {\n    ByteArrayOutputStream baos = null;\n    if(getHeadIcon()!=null){\n        try {\n            baos = new ByteArrayOutputStream();\n            baos.write(Base64.encodeBase64(getHeadIcon()));\n        } catch (IOException e) {\n            e.printStackTrace();\n        }\n    }\n    return baos;\n}<\/pre>\n<pre>&lt;!-- \u56fe\u7247\u663e\u793a\u7684\u5730\u65b9 --&gt;\n&lt;span class=\"headicon-upload\" id=\"headicon-show\" style=\"background: url(data:image\/png;base64,${user.headImg});background-size: cover;\"&gt;\n    &lt;span class=\"btn-headicon-upload\" id=\"btn-headicon-upload\"&gt;\u70b9\u51fb\u4e0a\u4f20&lt;\/span&gt;\n&lt;\/span&gt;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19],"tags":[],"class_list":["post-466","post","type-post","status-publish","format-standard","hentry","category-hibernate"],"_links":{"self":[{"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/posts\/466","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=466"}],"version-history":[{"count":0,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=\/wp\/v2\/posts\/466\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dd-home.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=466"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=466"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dd-home.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=466"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}