如何用Java保存和加载图像到mysql数据库?
如何在 Java 中保存和加载数据库中的图像并显示它?我可以获得文件位置,但不确定如何将其保存为数据库中的 blob 或在 Swing 窗口中显示图像。我正在使用 PreparedStatement
从数据库中获取信息。
How do you save and load an image from a database and display it in Java? I can get the file location, but I am unsure as to how to save it as a blob in the database or display the image in a swing window. I am using a PreparedStatement
to get information in and out of the database.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅此 MySQL Java 教程,以获取写作部分下的示例图像和阅读图像。概括地说,
See this MySQL Java tutorial for examples under the sections Writing images and Reading images. In outline,