万象云档 本次搜索耗时 1.767 秒,为您找到 150 个相关结果.
  • 22.2 ngx_lua API(全表)

    22.2 ngx_lua API(全表) undefinedNginx_Lua API undefined undefined一、介绍 undefinedngx_lua [指令]表 undefinedngx_lua [table]表 undefinedngx_lua [lua-内置api]表 undefinedngx_lua [常量]表 und...
  • Union Types

    Union Types Many languages have trouble expressing data with weird shapes. They give you a small set of built-in types, and you have to represent everything with them. So you ...
  • 单元测试类

    单元测试类 , 使用单元测试类库 , 初始化类 , 运行测试 , 生成报告 , 严格模式 , 启用/禁用单元测试 , 单元测试结果显示 , 自定义显示测试结果 , 创建模板 , 类参考 单元测试类 单元测试是一种为你的应用程序中的每个函数编写测试的软件开发方法。如果你还不熟悉这个概念, 你应该先去 Google ...
  • 14.1 元表案例

    14.1 元表案例 undefined14 元表案例 undefined__tostring元方法 undefined如何保护元表 undefined__index元方法 undefined__newindex元方法 14.1 元表案例 undefined14 元表案例 在table中,我可以重新定义的元方法有以下几个: __add ( ...
  • 12.3 克隆的控制

    12.3 克隆的控制 12.3.1 副本构造器 12.3 克隆的控制 为消除克隆能力,大家也许认为只需将clone() 方法简单地设为private (私有)即可,但这样是行不通的,因为不能采用一个基类方法,并使其在派生类中更“私有”。所以事情并没有这么简单。此外,我们有必要控制一个对象是否能够克隆。对于我们设计的一个类,实际有许多种方案都是可以采取...
  • 16 The More You Rescue, The More They Sink

    [CHAPTER 16] The Hard Truth About Healing Adults Heal When They Are Ready to Do the Hard Work “Let People Learn from Life.” Stop Avoiding the Problem [CHAPTER 16] [The More ...
  • 三:极小化极大值搜索

    AI实现的基本思路-极大极小值搜索算法 极大极小值搜索 评估函数 着法生成 AI实现的基本思路-极大极小值搜索算法 从这一章开始我们讲算法,我会贴出关键的代码,因为完整的代码太长,所以强烈建议大家先 clone 下这个仓库,当讲到代码的时候也去对应的文件看看完整代码:https://github.com/lihongxun945/gobang ...
  • 19 Lua 与 redis

    19 Lua 与 redis undefined19 Lua 与 redis undefined1 redis-lua 库 undefined安装 undefinedredis-lua 库 redis客户端端编程示例: undefined2 redis 嵌入lua脚本 undefined2.1 redis直接执行lua脚本文件 undefined2...
  • Reading Types

    Reading Types In the Core Language section of this book, we ran a bunch of code in the REPL. Well, we are going to do it again, but now with an emphasis on the types that are...
  • Apache HBase Case Studies

    Apache HBase Case Studies 147. Overview 148. Schema Design 149. Performance/Troubleshooting 149.1. Case Study #1 (Performance Issue On A Single Node) 149.1.1. Scenario 149.1.2. ...