书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 933 个相关结果.
  • 客户端库

    客户端库 官方支持的 Kubernetes 客户端库 社区维护的客户端库 客户端库 本页面包含基于各种编程语言使用 Kubernetes API 的客户端库概述。 在使用 Kubernetes REST API 编写应用程序时, 您并不需要自己实现 API 调用和 “请求/响应” 类型。 您可以根据自己的编程语言需要选择使用合适的客户端库。 ...
  • Chapter 6 练习 (Exercises)

    Chapter 6 练习 (Exercises) Chapter 6 练习 (Exercises) 定义一个 tokens 版本 (67 页),接受 :test 与 :start 参数,缺省分别是 #'constituent 与 0 。(译注: 67 页在 4.5 小节) 定义一个 bin-search (60 页)的版本,接受 :ke...
  • Client Libraries

    Client Libraries Officially-supported Kubernetes client libraries Community-maintained client libraries Client Libraries This page contains an overview of the client libraries...
  • Defining New Functions

    Defining New Functions Defining New Functions Normally functions are defined using the **DEFUN** macro. The basic skeleton of a **DEFUN** looks like this: ( defun name ( pa...
  • 第零九章 • S-表达式

    第零九章 • S-表达式 第零九章 • S-表达式 Lisp 列表 指针 栈(Stack)和堆(Heap) 解析表达式 表达式结构 构造函数和析构函数 读取表达式 打印表达式 表达式求值 彩蛋 参考
  • 6.8 编译 (Compilation)

    6.8 编译 (Compilation) 6.8 编译 (Compilation) Common Lisp 函数可以独立被编译或挨个文件编译。如果你只是在顶层输入一个 defun 表达式: > ( defun foo ( x ) (+ x 1 )) FOO 许多实现会创建一个直译的函数(interpreted functi...
  • 3.8 树 (Trees)

    3.8 树 (Trees) 3.8 树 (Trees) Cons 对象可以想成是二叉树, car 代表左子树,而 cdr 代表右子树。举例来说,列表 (a (b c) d) 也是一棵由图 3.8 所代表的树。 (如果你逆时针旋转 45 度,你会发现跟图 3.3 一模一样) 图 3.8 二叉树 (Binary Tree) Common ...
  • The Heart of a Spam Filter

    The Heart of a Spam Filter The Heart of a Spam Filter In this chapter, you’ll implement the core of a spam-filtering engine. You won’t write a soup-to-nuts spam-filtering appli...
  • Other Ways to Modify Places(其他修改位置的方式)

    Other Ways to Modify Places(其他修改位置的方式) Other Ways to Modify Places(其他修改位置的方式) While all assignments can be expressed with SETF , certain patterns involving assigning a new valu...