以编程方式更新 ASPX 文件的日期戳

发布于 2024-08-18 22:38:37 字数 366 浏览 4 评论 0原文

当向 ListView 添加新的数据库记录时,我想更新包含 ASPX 页面的日期/时间戳以用于 SEO 目的。这可能吗?我该怎么做?

更新:

我发现 Touch for Windows,但我仍然更喜欢任何类型的巧妙破解,只是以编程方式执行此操作:

http://www.softpedia.com/get/System/File-Management/Touch-for-Windows.shtml

When adding new DB records to a ListView, I want to update the date/time stamp of the containing ASPX page for SEO purposes. Is this possible and how might I go about it?

UPDATE:

I found Touch for Windows, bu would still prefer any kind of clever hack just to do this programmatically:

http://www.softpedia.com/get/System/File-Management/Touch-for-Windows.shtml

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

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

发布评论

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

评论(2

紫轩蝶泪 2024-08-25 22:38:37

或者,您可以尝试设置响应的上次修改标头。

Alternatively, you can try setting the last-modified header of your response.

诠释孤独 2024-08-25 22:38:37

简单的命令行方法将把

copy /b *.aspx +,,

所有匹配的文件更新为执行副本时的日期和时间。

Simple command line method would be

copy /b *.aspx +,,

Will update all of the matching files to the date and time when you execute the copy.

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