xxl-job

help.ftl 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>任务调度中心</title>
  5. <#import "/common/common.macro.ftl" as netCommon>
  6. <@netCommon.commonStyle />
  7. </head>
  8. <body class="hold-transition skin-blue sidebar-mini <#if cookieMap?exists && "off" == cookieMap["adminlte_settings"].value >sidebar-collapse</#if> ">
  9. <div class="wrapper">
  10. <!-- header -->
  11. <@netCommon.commonHeader />
  12. <!-- left -->
  13. <@netCommon.commonLeft />
  14. <!-- Content Wrapper. Contains page content -->
  15. <div class="content-wrapper">
  16. <!-- Content Header (Page header) -->
  17. <section class="content-header">
  18. <h1>任务调度中心<small>使用教程</small></h1>
  19. <!--
  20. <ol class="breadcrumb">
  21. <li><a><i class="fa fa-dashboard"></i>调度中心</a></li>
  22. <li class="active">使用教程</li>
  23. </ol>
  24. -->
  25. </section>
  26. <!-- Main content -->
  27. <section class="content">
  28. <div class="callout callout-info">
  29. <h4>简介:XXL_JOB</h4>
  30. <br>
  31. <p>
  32. <a target="_blank" href="https://github.com/xuxueli/xxl-job">github地址</a><br><br>
  33. <a target="_blank" href="http://git.oschina.net/xuxueli0323/xxl-job">git.osc地址</a><br><br>
  34. <a target="_blank" href="http://www.cnblogs.com/xuxueli/p/5021979.html">博客地址(内附使用教程)</a><br><br>
  35. <a >技术交流群(仅作技术交流):367260654</a>&nbsp;&nbsp;
  36. <a target="_blank" href="http://shang.qq.com/wpa/qunwpa?idkey=4686e3fe01118445c75673a66b4cc6b2c7ce0641528205b6f403c179062b0a52"><img border="0" src="http://pub.idqqimg.com/wpa/images/group.png" alt="《xxl-javaer》" title="《xxl-javaer》"></a>
  37. </p>
  38. <p></p>
  39. </div>
  40. </section>
  41. <!-- /.content -->
  42. </div>
  43. <!-- /.content-wrapper -->
  44. <!-- footer -->
  45. <@netCommon.commonFooter />
  46. </div>
  47. <@netCommon.commonScript />
  48. <@netCommon.comAlert />
  49. </body>
  50. </html>