如何创建根据请求更新的动态图像?
所以我正在尝试为一些朋友制作自己的论坛签名生成器,并且我已经完成了大部分工作。我现在真正的问题是当从我的服务器请求图像时刷新信息。
我几乎不知道如何去做,所以如果我的问题写得不好,我很抱歉。基本上,我正在寻找有人推动我朝着正确的方向前进,了解如何在收到请求时从数据源刷新图像,但前提是已经超过 5 分钟,以防止过载。
谢谢。我将在这里发布代码,因为我会在开始后尝试使其工作。
So I'm trying to make my own forum signature generator for some friends, and I've gotten most of the work done. My real issue now is refreshing the information when the image is requested from my server.
I have almost no clue how to even go about it, so I'm sorry if my question is poorly written. Basically, I'm looking for someone to push me in the right direction on how to have the image refresh from the datasource when it gets requested, but only if it has been more than 5 minutes to prevent an overload.
Thank you. I'll post code here, as I try to make it work once I get my start.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须创建一个新的 HTTP 处理程序。请查看此 msdn 帖子。
You will have to create a new HTTP handler. Check out this msdn post.