| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>任务调度中心</title>
- <#import "/common/common.macro.ftl" as netCommon>
- <@netCommon.commonStyle />
- </head>
- <body class="hold-transition skin-blue sidebar-mini <#if cookieMap?exists && "off" == cookieMap["xxljob_adminlte_settings"].value >sidebar-collapse</#if> ">
- <div class="wrapper">
- <!-- header -->
- <@netCommon.commonHeader />
- <!-- left -->
- <@netCommon.commonLeft "help" />
-
- <!-- Content Wrapper. Contains page content -->
- <div class="content-wrapper">
- <!-- Content Header (Page header) -->
- <section class="content-header">
- <h1>使用教程<small>任务调度中心</small></h1>
- <!--
- <ol class="breadcrumb">
- <li><a><i class="fa fa-dashboard"></i>调度中心</a></li>
- <li class="active">使用教程</li>
- </ol>
- -->
- </section>
- <!-- Main content -->
- <section class="content">
- <div class="callout callout-info">
- <h4>简介:XXL-JOB</h4>
- <br>
- <p>
- <a target="_blank" href="http://www.xuxueli.com/">xuxueli</a>
- <br><br>
- <a target="_blank" href="https://github.com/xuxueli/xxl-job">github</a>
- <iframe src="https://ghbtns.com/github-btn.html?user=xuxueli&repo=xxl-job&type=star&count=true" frameborder="0" scrolling="0" width="170px" height="20px" style="margin-bottom:-5px;"></iframe>
- <br><br>
- <a target="_blank" href="http://my.oschina.net/xuxueli/blog/690978">oschina</a>
- <br><br>
- <a>腾讯QQ群(6):399758605</a>
- <br>
- <a>腾讯QQ群(5):138274130 (群即将满,请加群6)</a>
- </p>
- <p></p>
- </div>
- </section>
- <!-- /.content -->
- </div>
- <!-- /.content-wrapper -->
-
- <!-- footer -->
- <@netCommon.commonFooter />
- </div>
- <@netCommon.commonScript />
- </body>
- </html>
|