书栈网 · BookStack 本次搜索耗时 0.044 秒,为您找到 61998 个相关结果.
  • 6. Berkeley DB Server

    Chapter 6. Berkeley DB Server Chapter 6. Berkeley DB Server In addition to being an embedded database, Berkeley DB also supports the client-server architecture by providing a s...
  • 6. 开始学注解

    开始学注解 说明 JPA的常用注解 dodo的常用注解 注解的例子 系统支持的字段类型 开始学注解 说明 通过在实体类及其字段上添加几个注解,从而使得实体类能被代码生成引擎所识别,进而根据约定生成对应的代码 生成的代码类似手写代码,带全注释;除了对实体类加注解外,无任何侵入;实体类的注解代码生成完成后,可以删掉,不影响运行 约定...
  • ES6 Class Mocks

    ES6 Class Mocks An ES6 Class Example The 4 ways to create an ES6 class mock Automatic mock Manual mock Calling jest.mock() with the module factory parameter Replacing the mo...
  • cache.adapter.psr6

    Proxy Cache Adapter Proxy Cache Adapter Proxy Cache Adapter Proxy Cache Adapter This adapter wraps a PSR-6 compliant cache item pool interface . It is used to integrate yo...
  • 6. 表达式

    6. 表达式 6.1. 算术转换 6.2. 原子 6.2.1. 标识符(名称) 6.2.2. 字面值 6.2.3. 带圆括号的形式 6.2.4. 列表、集合与字典的显示 6.2.5. 列表显示 6.2.6. 集合显示 6.2.7. 字典显示 6.2.8. 生成器表达式 6.2.9. yield 表达式 6.2.9.1. 生成器-迭代器的方法...
  • 6. Search and the django CMS

    6. Search and the django CMS 6. Search and the django CMS For powerful full-text search in with the django CMS, we suggest using Haystack together with django-cms-search .
  • 6. 安全最佳实践

    6.1. 拥护linter安全准则 6.2. 使用中间件限制并发请求 6.3 把机密信息从配置文件中抽离出来,或者使用包对其加密 6.4. 使用 ORM/ODM 库防止查询注入漏洞 6.5. 通用安全最佳实际集合 6.6. 调整 HTTP 响应头以加强安全性 6.7. 经常自动检查易受攻击的依赖库 6.8. 避免使用Node.js的crypto...
  • 第6部分

    第6部分 Part overview 添加主菜单 使 Globals 单例 添加调试菜单 添加暂停菜单 启动重生系统 完成重生系统 编写一个我们可以随处使用的音响系统 最后的笔记 第6部分 Part overview In this part, we’re going to add a main menu and pause ...
  • 6 基于转换的标注

    6 基于转换的标注 6 基于转换的标注 n-gram 标注器的一个潜在的问题是它们的 n-gram 表(或语言模型)的大小。如果使用各种语言技术的标注器部署在移动计算设备上,在模型大小和标注器准确性之间取得平衡是很重要的。使用回退标注器的 n-gram 标注器可能存储 trigram 和 bigram 表,这是很大的稀疏阵列,可能有数亿条条目。 第...
  • 6. Shared memory and atomics

    6. Shared memory and atomics 6.1 Parallelism vs. concurrency 6.1.1 Models of parallelism 6.2 A history of JS parallelism 6.2.1 The next step: SharedArrayBuffer 6.3 Shared Array...