rebuilding site Sat Jan 23 10:56:36 AM CST 2021

This commit is contained in:
James Feng Cao 2021-01-23 10:56:36 +08:00
parent d44f0b8814
commit b30a4cae2d
3 changed files with 3 additions and 0 deletions

View File

@ -109,6 +109,7 @@ home5.html为自定义主屏home6.html, home6.search, home7.html ...为多主
<guid>https://jamesfengcao.gitee.io/uwebzh/tcron/</guid>
<description>如果勾选“文件预处理”则uweb启动时运行&amp;quot;default.rc&amp;quot; shell脚本。可与tcron定时管
理工具(安装tcron)配合运行定时任务,如存储清理、网页签到等。
勾选“文件预处理”的情况下,如果存在文件&amp;quot;default.rc2&amp;quot;,则在超微浏览器成为前台时,此文件代码被执行。在超微永不退出的情况下,&amp;quot;default.rc&amp;quot;将没有任何执行机会,而&amp;quot;default.rc2&amp;quot;保证即使超微长时间不重启,定时脚本仍可以执行。
tcron usage: tcron logfile command hours [timezone delay_sec elsecommand]
指定时间范围内如果命令没有被执行过则tcron会执行一次命令。
其中logfile可以不记录任何log成功执行命令以后只需更新一下改动时间即可。

View File

@ -109,6 +109,7 @@ home5.html为自定义主屏home6.html, home6.search, home7.html ...为多主
<guid>https://jamesfengcao.gitee.io/uwebzh/tcron/</guid>
<description>如果勾选“文件预处理”则uweb启动时运行&amp;quot;default.rc&amp;quot; shell脚本。可与tcron定时管
理工具(安装tcron)配合运行定时任务,如存储清理、网页签到等。
勾选“文件预处理”的情况下,如果存在文件&amp;quot;default.rc2&amp;quot;,则在超微浏览器成为前台时,此文件代码被执行。在超微永不退出的情况下,&amp;quot;default.rc&amp;quot;将没有任何执行机会,而&amp;quot;default.rc2&amp;quot;保证即使超微长时间不重启,定时脚本仍可以执行。
tcron usage: tcron logfile command hours [timezone delay_sec elsecommand]
指定时间范围内如果命令没有被执行过则tcron会执行一次命令。
其中logfile可以不记录任何log成功执行命令以后只需更新一下改动时间即可。

View File

@ -25,6 +25,7 @@
</ul>
<p>如果勾选“文件预处理”则uweb启动时运行&quot;default.rc&quot; shell脚本。可与tcron定时管<br>
理工具(<a href="i:0bhttps://cdn.jsdelivr.net/gh/torappinfo/uwebjs/bin/tcron.tgz">安装tcron</a>)配合运行定时任务,如存储清理、网页签到等。</p>
<p>勾选“文件预处理”的情况下,如果存在文件&quot;default.rc2&quot;,则在超微浏览器成为前台时,此文件代码被执行。在超微永不退出的情况下,&quot;default.rc&quot;将没有任何执行机会,而&quot;default.rc2&quot;保证即使超微长时间不重启,定时脚本仍可以执行。</p>
<h4 id="tcron">tcron</h4>
<p>usage: tcron logfile command hours [timezone delay_sec elsecommand]<br>
指定时间范围内如果命令没有被执行过则tcron会执行一次命令。<br>