Devlive 开源社区 本次搜索耗时 0.684 秒,为您找到 15 个相关结果.
  • Collections

    2199 2024-06-07 《Underscore.js 1.13.6》
    each map reduce reduceRight find filter findWhere where reject every some contains invoke pluck max min sortBy groupBy indexBy countBy shuffle sample toArray ...
  • Chaining

    1501 2024-06-07 《Underscore.js 1.13.6》
    chain value Calling chain will cause all future method calls to return wrapped objects. When you’ve finished the computation, call value to retrieve the final value. Here’s an...
  • 4.16 Escape special characters

    1092 2024-05-23 《R Markdown Cookbook》
    Some characters have special meanings in the Markdown syntax. If you want these characters verbatim, you have to escape them. For example, a pair of underscores surrounding text u...
  • OOP Style

    You can use Underscore in either an object-oriented or a functional style, depending on your preference. The following two lines of code are identical ways to double a list of num...
  • Code Style Guide

    Overview Guideline Code Style Template File Overview The code formatting standard in this project is based on the Oracle/Sun Code Convention and Google Java Style . Guide...