Java 将图像添加到 BLOB 数据字段

发布于 2024-07-13 10:57:25 字数 143 浏览 10 评论 0原文

对于我分配的这项大学作业。

我必须开发一个在 PDA 上使用的应用程序,该 PDA 以嵌入式模式运行 J2ME 和 Apache Derby。

我想将图像导入/导出到数据库。 我该怎么做? 将图像存储为 blob 是否合适?

For this university assignment that I have been assigned.

I have to develop an application for use on a PDA which is running J2ME and Apache Derby in embedded mode.

I would like to both import/export an image to the database. How would I do this? Also would storing the image as a blob be suitable?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

魔法少女 2024-07-20 10:57:25

要从数据库检索和上传图像,您将需要 Derby JDBC 驱动程序。 阅读 Derby wiki 了解更多信息。

Blob 代表二进制大型对象,适合存储图像。

JDBC 教程

在 Java ME 平台上使用 Derby wiki 页面

祝你好运。

To retrieve and upload your images from the database you will need the Derby JDBC driver. Read the Derby wiki for more info.

Blob stands for binary large object, and would be good to store an image in.

JDBC tutoiral

Using Derby on Java ME platforms wiki page.

Good Luck.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文