书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 1597 个相关结果.
  • 在 C++ 代码中使用 clang-format 工具

    在 C++ 代码中使用 clang-format 工具 编辑器集成 在 C++ 代码中使用 clang-format 工具 clang-format 是一个自动格式化 C/C++/Objective-C 代码的工具, 可以让开发人员不需要担心代码审查期间的样式问题. 强烈建议在发起请求之前格式化已更改的 C++ 代码,这将节省您和审阅者的时间....
  • 17 Service monitoring upgrade

    17 Service monitoring upgrade Overview Services Status calculation rules SLAs 17 Service monitoring upgrade Overview In Zabbix 6.0, service monitoring functionality has be...
  • 用户培训

    用户培训 用户培训 Tiny公司及其合作伙伴提供两组类型的培训: Technical training in OpenERP: the objective of this intensive training is to enable you to develop your own modules by modifying and adaptin...
  • Predict the Car Price using XGBoost in SQLFlow

    Predict the Car Price using XGBoost in SQLFlow The Car Price Dataset Train an XGBoost Model using SQLFlow Predict the Car Price Explain the Trained Model Predict the Car Pri...
  • Deploying a MySQL Application

    Deploying a MySQL Stateful Application Objective Prerequisites Estimated Time Hands-on Lab Deploy MySQL Step 1: Create the Password Step 2: Create a StatefulSet Step 3: Fill ...
  • Home

    Hprose for Node.js 用户手册 Hprose for Node.js 用户手册 HPROSE 是 High Performance Remote Object Service Engine 的缩写,翻译成中文就是“高性能远程对象服务引擎”。 它是一个先进的轻量级的跨语言跨平台面向对象的高性能远程动态通讯中间件。它不仅简单易用,而且...
  • Cocoa 模式

    Cocoa 模式 委托模式 模型/视图/控制器(MVC) Cocoa 模式 委托模式 Tip 委托对象不应该被 retain 实现委托模式的类应: 拥有一个名为 delegate_ 的实例变量来引用委托。 因此,访问器方法应该命名为 delegate 和 setDelegate: 。 delegate_ 对象不应该被...
  • 调用云函数

    调用云函数 调用云函数 该模块允许用户创建、编写运行于知晓云云引擎上的代码。适用于一些对安全性有要求,功能复杂、需求个性化的业务场景。配合触发器可以帮助开发者实现功能复杂的小程序。 调用云函数,需要先在控制台创建云函数 控制台 - 云函数 请求示例 假设已经创建了一个云函数 helloWorld,其接受一个 name 作为参数,返回 hel...
  • 18. 目前提供 GC 的语言以及不提供 GC 的语言有哪些?GC 和 No GC 各自的优缺点是什么?

    18. 目前提供 GC 的语言以及不提供 GC 的语言有哪些?GC 和 No GC 各自的优缺点是什么? 18. 目前提供 GC 的语言以及不提供 GC 的语言有哪些?GC 和 No GC 各自的优缺点是什么? 从原理上而言,所有的语言都能够自行实现 GC。从语言诞生之初就提供 GC 的语言,例如: Python JavaScript Java ...
  • gcc 编译器

    gcc 编译器 gcc 编译器 gcc 是 GNU 推出的功能强大、性能优越的多平台编译器,是 GNU 的代表作品之一。它能将C、C++语言源程序、汇编语言源程序和目标程序编译、链接成可执行文件,如果没有给出可执行文件的名字,gcc 将生成一个名为 a.out 的文件。 gcc 通过后缀来区分输入文件的类型: 后缀 类型 .c C语言源代码...