书栈网 · BookStack 本次搜索耗时 0.047 秒,为您找到 946 个相关结果.
  • 发布者认证

    Verified publishers Verification process Creating a verified publisher account Verified publishers The pub.dev verified publisher badge lets you know that a packagewas publi...
  • Client libraries

    Client libraries Client libraries Before you can monitor your services, you need to add instrumentation to their code via one of the Prometheus client libraries. These implement...
  • 打包和发布为 Web 应用

    打包并发布到 Web 平台 添加一个桌面图标 混淆并压缩代码 构建用于发布的应用 将 Flutter 应用内嵌到一个 HTML 页面里 部署到 Web 端 打包并发布到 Web 平台 (例如)在典型的开发过程中,你可以在命令行使用 flutter run -d chrome 命令测试应用程序。这会构建出 debug 版本的应用。 本页...
  • 国际化

    Flutter 应用里的国际化 你将学习到 国际化的 app 示例 配置一个国际化的 app:flutter_localizations package 高级语言环境定义 获取语言环境:Locale 类和 Localizations Widget 加载和获取本地化值 使用内置的 LocalizationsDelegates 为 app 的本地...
  • Google 文字库

    google_fonts 0.2.0 google_fonts Getting Started What's Next? [0.2.0] - 2019-12-12 [0.1.1] - 2019-12-10 Generated method names changed back to pre 0.1.0 (breaking change). Text...
  • XGBoost 参数

    2977 2019-05-25 《XGBoost 中文文档》
    XGBoost 参数 R 中的参数 常规参数 用于 Tree 提升的参数 用于 Dart Booster 的其它参数 用于 Linear Booster 的参数 学习任务的参数 命令行参数 XGBoost 参数 在运行 XGBoost 之前, 我们必须设置三种类型的参数: 常规参数, 提升器参数和任务参数. 常规参数与我们用于提升的...
  • Health

    Health Get health Example Response: 200 OK Health The health check endpoint enables you to periodically test the health of your MeiliSearch instance. Get health GET / hea...
  • 调试Flutter APP

    2000 2018-12-05 《Flutter 实战》
    调试Flutter应用 Dart 分析器 Dart Observatory (语句级的单步调试和分析器) debugger() 声明 print 、debugPrint 、flutter logs 调试模式断言 调试应用程序层 Widget 层 渲染层 层 语义 调度 可视化调试 调试动画 调试性能问题 衡量应用启动时间 跟踪...
  • The main() function

    The main() function The main() function Every app must have a top-level main() function, which serves as theentrypoint to the app. The main() function returns void and has a...
  • api命令

    1581 2022-03-03 《go-zero v1.3 教程》
    api命令 api命令说明 使用示例 猜你想看 api命令 goctl api是goctl中的核心模块之一,其可以通过.api文件一键快速生成一个api服务,如果仅仅是启动一个go-zero的api演示项目, 你甚至都不用编码,就可以完成一个api服务开发及正常运行。在传统的api项目中,我们要创建各级目录,编写结构体, 定义路由,添加logic...