admin 发表于 2023-3-2 19:25:47

IDCSystem及XenSystem在Windows下的Url定时请求工具UrlCron配置

<p>UrlCron软件工具描述:<br>
运行环境:Windows .Net Framework 3.5 SP1<br>
软件特点:基于Windows,操作安装容易,可以具体到秒动作<br>
文件清单:<br>
install.bat  安装,将UrlCron服务安装到系统Servcie服务中,运行on.bat可马上执行<br>
on.bat     手动启动服务<br>
off.bat    手动停止服务<br>
uninstall.bat 卸载,从服务中删除UrlCron服务<br>
cron.log   记录运行日志及请求错误记录<br>
—————————————————–<br>
cron.ini   需要请求的URL清单配置,配置格式:时间(秒) 空格 Url地址,一行为一个任务线程<br>
修改此配置文件后,需要重装启动一次这个服务(urlcron)<br>
例如,每60秒访问baidu,每小时访问QQ:</p>
<div class="blockcode">
<div id="code_d9W">
<ol>
<li>60 http://www.baidu.com/</li>
<li>3600 http://www.qq.com</li>
</ol>
</div>
</div>
<p><strong>3.X版本</strong>:<br>
IDCSystem管理面板域名:</p>
<div class="blockcode">
<div id="code_tqa">
<ol>
<li>30 http://IDCSystem管理面板域名/process.aspx?c=sendmessages</li>
<li>10 http://IDCSystem管理面板域名/process.aspx?c=checkServiceStatus</li>
<li>60 http://IDCSystem管理面板域名/process.aspx?c=runServiceTask</li>
</ol>
</div>
</div>
<p>XenSystem管理平台:</p>
<div class="blockcode">
<div id="code_kVo">
<ol>
<li>10 http://XenSystem控制面板域名/process.aspx?c=runtask</li>
<li>10 http://XenSystem控制面板域名/process.aspx?c=checktask</li>
<li>10 http://XenSystem控制面板域名/process.aspx?c=sendmessages</li>
<li>1800 http://XenSystem控制面板域名/process.aspx?c=backgroudtask</li>
</ol>
</div>
</div>
<p>—————————————————–<br>
如因目标网址错误而导致本程序错误停止,请在windows <strong>“管理工具”-“服务”-“UrlCron”</strong> 中设置本程序服务失败后仍然重新运行<br>
</p>
                                        <p class="post-copyright">未经允许不得转载:<ahref="https://www.wangchao.info/">王超博客</a> &raquo; <ahref="https://www.wangchao.info/1026.html">IDCSystem及XenSystem在Windows下的Url定时请求工具UrlCron配置</a></p>
页: [1]
查看完整版本: IDCSystem及XenSystem在Windows下的Url定时请求工具UrlCron配置