xxl-job

help.ftl 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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>&nbsp;&nbsp;&nbsp;&nbsp;
  33. <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>
  34. <br><br>
  35. <a target="_blank" href="http://my.oschina.net/xuxueli/blog/690978">oschina地址</a>
  36. <br><br>
  37. <a >技术交流群1:367260654</a>&nbsp;&nbsp;&nbsp;&nbsp;
  38. <a target="_blank" href="http://shang.qq.com/wpa/qunwpa?idkey=4686e3fe01118445c75673a66b4cc6b2c7ce0641528205b6f403c179062b0a52">
  39. <img border="0" src="http://pub.idqqimg.com/wpa/images/group.png" alt="《xxl-javaer》" title="《xxl-javaer》">
  40. </a>
  41. <br><br>
  42. <a >技术交流群2:438249535</a>&nbsp;&nbsp;&nbsp;&nbsp;
  43. <a target="_blank" href="http://shang.qq.com/wpa/qunwpa?idkey=555701907c3d37a6a48c165c57f417438f0b7a44e3c648ff5aac94dfdf0522b7">
  44. <img border="0" src="http://pub.idqqimg.com/wpa/images/group.png" alt="《xxl-javaer》(二群)" title="《xxl-javaer》(二群)">
  45. </a>
  46. </p>
  47. <p></p>
  48. </div>
  49. </section>
  50. <!-- /.content -->
  51. </div>
  52. <!-- /.content-wrapper -->
  53. <!-- footer -->
  54. <@netCommon.commonFooter />
  55. </div>
  56. <@netCommon.commonScript />
  57. </body>
  58. </html>