閱讀1005 返回首頁    go 阿裏雲 go 技術社區[雲棲]


《Apache Velocity用戶使用指南》翻譯邀請

之前並發網組織翻譯過《Apache Velocity開發者指南》,所以本月繼續組織翻譯《Apache Velocity用戶指南》,文章比較簡單,主要是希望更多的同學能夠閱讀官方技術文檔,參與到技術文檔翻譯的樂趣當中。

所以有興趣的同學可以通過評論領取,每次領取一節,翻譯完後再領取其他章節。如果翻譯超過10篇文章,並發網會贈送一本作者簽名的《JAVA並發編程的藝術》,超過20篇額外再贈送一件並發網定製的T shirt。當然也歡迎某位同學全部翻譯完成。

如何交稿?直接在並發網注冊賬號後點新建文章,參考我要投稿。本文一共16節。

  1. About this Guide
  2. What is Velocity?
  3. What can Velocity do for me?
    1. The Mud Store example
  4. What jar should I use?
    1. Maven users
    2. Other users
  5. Velocity Template Language (VTL): An Introduction
  6. Hello Velocity World!
  7. Comments
  8. References
    1. Variables
    2. Properties
    3. Methods
    4. Property Lookup Rules
    5. Rendering
    6. Index Notation
  9. Formal Reference Notation
  10. Quiet Reference Notation
  11. Strict Reference Mode
  12. Case Substitution
  13. Directives
    1. Set
    2. Literals
    3. If-Else Statements
      1. Relational and Logical Operators
    4. Foreach Loops
    5. Include
    6. Parse
    7. Break
    8. Stop
    9. Evaluate
    10. Define
    11. Velocimacros
  14. Getting literal
    1. Currency
    2. Escaping Valid VTL References
    3. Escaping Invalid VTL References
    4. Escaping VTL Directives
  15. VTL: Formatting Issues
  16. Other Features and Miscellany
    1. Math
    2. Range Operator
    3. Advanced Issues: Escaping and !
    4. Velocimacro Miscellany
    5. String Concatenation

最後更新:2017-05-19 18:01:42

  上一篇:go  《Redis官方文檔》sentinel
  下一篇:go  Apache Velocity開發者指南–導讀