We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
实现此目的的一种方法是..
您可以编写一个 Windows 服务,它将在给定时间段内循环调用您的应用程序 URL。从您的个人计算机或您主要[几乎 24x7] 在线的任何其他计算机安装并运行此服务。
另一种方法是..
使用网站正常运行时间检查服务。他们每隔一段时间就会调用您的 URL。有许多免费和付费服务。经过一番谷歌搜索后,我发现这个已经足够好了。
http://host-tracker.com/order-page/
One way to do this is..
You can write a windows service which will call your application url over a given period of time recurrently. Install and run this service from your personal computer or any other computer that you is mostly [almost 24x7] online.
Another way to this is..
use website uptime checking services. They call your URL at an interval. There are many free and paid services. I found this one to be good enough after some googling.
http://host-tracker.com/order-page/
您始终可以编写一个简单的 powershell 脚本来以特定的时间间隔执行 3 行代码,而不是 Windows 服务。
Instead of a Windows Service you could always just write a simple powershell script to execute at certain intervals, 3 lines of code.