书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 946 个相关结果.
  • All Settings

    All settings Get settings Path variables Response body Example Response: 200 Ok Update settings Path variables Body Example Response: 202 Accepted Reset settings Path ...
  • 2.2 参数

    2.2 参数 2.2.1 核心参数 2.2.2 学习控制参数 2.2.3 IO 参数 2.2.4 目标函数的参数 2.2.5 度量参数 2.2.6 网络参数 2.2.7 GPU 参数 2.2.8 模型参数 2.2 参数 参数的格式为key1=value1 key2=value2... 。 (注意:这里是针对lightgbm 可执行程...
  • Hot Reloading

    587 2019-12-14 《Angel v2.x Document》
    hot Installation Usage hot Supports hot reloading of Angel servers on file changes. This is faster andmore reliable than merely reactively restarting a Process . This ...
  • 框架概述

    1218 2023-11-03 《go-zero v1.6 教程》
    框架概述 go-zero 使用 go-zero 的好处 1. go-zero 框架背景 2. go-zero 框架设计思考 3. go-zero 项目实现和特点 4. Installation 5. Quick Start 6. Benchmark 7. 文档 8. 微信公众号 9. 微信交流群 框架概述 go-zero 缩短...
  • Iterable collections

    Iterable collections Why do you need collections? What is an Iterable? Reading elements Example: Using a for-in loop Example: Using first and last Example: Using firstWhere() ...
  • Versioning

    Package versioning A name and a number Resolving shared dependencies Unshared libraries (the npm approach) Version lock (the dead end approach) Version constraints (the Dart app...
  • 文档

    高效 Dart 语言指南:文档 注释 要 像句子一样来格式化注释。 不要 使用块注释作用作解释说明。 文档注释 要 使用 /// 文档注释来注释成员和类型。 推荐 为公开发布的 API 编写文档注释。 考虑 编写库级别(library-level)的文档注释。 推荐 为私有API 编写文档注释。 要 要在文档注释开头有一个单句总结。 要 让文...
  • Writing a Plugin

    538 2019-12-14 《Angel v2.x Document》
    Writing-a-Plugin Guidelines Writing-a-Plugin Guidelines Writing a plug-in is easy. You can provide plug-ins as either functions, or classes: AngelConfigurer awesomeify ({ ...
  • Streams

    Asynchronous programming: streams What's the point? Receiving stream events Error events Working with streams Two kinds of streams Single subscription streams Broadcast strea...