help.ftl 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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://git.oschina.net/xuxueli0323/xxl-job">git.osc地址</a><br><br>
  36. <a target="_blank" href="http://www.cnblogs.com/xuxueli/p/5021979.html">博客地址(内附使用教程)</a>
  37. <br><br>
  38. <a >技术交流群(仅作技术交流):367260654</a>&nbsp;&nbsp;&nbsp;&nbsp;
  39. <a target="_blank" href="http://shang.qq.com/wpa/qunwpa?idkey=4686e3fe01118445c75673a66b4cc6b2c7ce0641528205b6f403c179062b0a52">
  40. <img border="0" src="http://pub.idqqimg.com/wpa/images/group.png" alt="《xxl-javaer》" title="《xxl-javaer》">
  41. </a>
  42. </p>
  43. <p></p>
  44. </div>
  45. </section>
  46. <!-- /.content -->
  47. </div>
  48. <!-- /.content-wrapper -->
  49. <!-- footer -->
  50. <@netCommon.commonFooter />
  51. </div>
  52. <@netCommon.commonScript />
  53. <@netCommon.comAlert />
  54. </body>
  55. </html>