书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 360 个相关结果.
  • Test a Clojure application with GitLab CI/CD

    661 2020-07-27 《Gitlab 中文文档》
    Test a Clojure application with GitLab CI/CD Test a Clojure application with GitLab CI/CD Configure the project Test a Clojure application with GitLab CI/CD 原文:https://docs....
  • The Clojure/Ring JVM request handler

    The Clojure/Ring JVM request handler Our first Ring app Using Leiningen Concurrency Accessing the uWSGI api Notes and status The Clojure/Ring JVM request handler Thanks to...
  • Clojure/Ring JVM请求处理器

    Clojure/Ring JVM请求处理器 我们第一个Ring应用 使用Leiningen 并发 访问uWSGI api 注意事项和状态 Clojure/Ring JVM请求处理器 幸好自1.9起, uWSGI服务器中的JVM (更新至1.9) 插件就能用了,可以在uWSGI上运行Clojure web应用。 支持的网关标准是Ring,...
  • Syntax

    466 2020-06-21 《Practicalli Clojure》
    Clojure syntax Hint::Parens everywhere Prefix notation References Clojure syntax Clojure is percieved as having an abundance of () , the symbols that represent a list. ...
  • Add Spec to Projects

    419 2020-06-21 《Practicalli Clojure》
    Add Spec to Clojure Projects Using Spec functions Testing specifications Using Spec functions Creating new projects Hint::new alias in practicalli/clojure-deps Add Spec to...
  • Threading Macros

    470 2020-06-21 《Practicalli Clojure》
    Threading macros Hint::Parens optional Reading Clojure code Rewriting the code with threading macros Hint::Macroexpand Threading macros The thread-first -> and thread-la...
  • Spec Overview

    467 2020-06-21 《Practicalli Clojure》
    Clojure spec Purpose of Clojure spec Example use cases Example code Understanding the basics of Clojure Spec Trying clojure.spec Why is the spec library called alpha? Referen...
  • Evaluate an expression

    306 2020-06-21 《Practicalli Clojure》
    Evaluating an expression with Clojure CLI tools Expressions returning nil When to use this? Evaluating an expression with Clojure CLI tools An expression is a piece of Cloju...
  • Add Libraries

    445 2020-06-21 《Practicalli Clojure》
    Add libraries to a project Adding libraries as project dependencies Excluding dependency depencencies Add libraries to a project Add library dependencies to specific project ...
  • Map Literals

    290 2020-06-21 《Practicalli Clojure》
    Map literal syntax - #: and #:: Require clojure spec in the namepace of page. Qualifying keys with auto-resolve Qualifying keywords with a specific name Map literal syntax...