书栈网 · BookStack 本次搜索耗时 0.009 秒,为您找到 7291 个相关结果.
  • 3 Ad-hoc graphs

    420 2021-04-18 《Zabbix 5.0 MANUAL》
    3 Ad-hoc graphs Overview Configuration 3 Ad-hoc graphs Overview While a simple graph is great for accessing data of one item and custom graphs offer customisation options...
  • Macros

    320 2020-12-10 《Build your own Lisp》
    Macros Macros Many other Lisps allow you to write things like (def x 100) to define the value 100 to x . In our lisp this wouldn’t work because it would attempt to evaluate ...
  • About

    632 2020-12-10 《Build your own Lisp》
    About About In this book you’ll learn the C programming language and at the same time learn how to build your very own programming language, a minimal Lisp, in under 1000 line...
  • Parameterizing Literals

    Parameterizing Literals Parameterizing Literals Literal types may contain one or more literal bools, ints, strs, bytes, andenum values. However, literal types cannot contain a...
  • Chapter 5: Grammar

    Chapter 5: Grammar Chapter 5: Grammar The last major topic we want to tackle is how JavaScript’s language syntax works (aka its grammar). You may think you know how to write JS...
  • Client APIs

    707 2018-07-15 《Elide英文文档》
    Client APIs Client APIs Graph APIs are an evolution of web service APIs that serve and manipulate data for mobile & web applications.They have a number of characteristics that ...
  • Query caching

    Query caching Cache types Per-segment caching Whole-query caching Where to enable caching Performance considerations for caching Scenarios where caching does not increase query...
  • Comparison to Spark

    997 2020-01-13 《Dask 2.9.1 Document》
    Comparison to Spark Summary Language Ecosystem Age and Trust Scope Internal Design Scale APIs DataFrames Machine Learning Arrays Streaming Graphs / complex networks Cust...
  • *Strict*ly Speaking

    Strictly Speaking Strictly Speaking Back in 2009 with the release of ES5, JS added strict mode as an opt-in mechanism for encouraging better JS programs. The benefits of stric...
  • 5. Paths

    5. Paths 5.1. Path Creation 5. Paths Paths are curves (known as Bézier-curves). Paths are easy to learn and use in GIMP. To understand their concepts and mechanism, look at t...