Java 版 Gravatar API
如果我想在我的 Java 应用程序中为用户集成 Gravatars,我应该从哪里开始?
Where should I start if I want to integrate Gravatars for the users in my Java application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用 jgravatar 而不仅仅是使用如下方法:
You can use jgravatar and than just use methods like the once bellow:
如果有人感兴趣,这里也有 Android 版本...
希望这有帮助...
https://github.com/wareninja/gravatar-for-android
Gravatar 的 Android 库东西,当前的功能;
异步任务
if anyone interested, here comes Android version too...
hope this helps...
https://github.com/wareninja/gravatar-for-android
Android library for Gravatar stuff, current features;
AsyncTask
也许你可以使用我的 gravatar4j (https://github.com/yingzhuo/gravatar4j)
这样做 顺便说一下,在你的jsp中
,
“160”意味着以像素为单位的大小。
may be you can use my gravatar4j (https://github.com/yingzhuo/gravatar4j)
just do this in you jsp
and to this
'160' means size in pixels, by the way.