书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 2345 个相关结果.
  • v1.4.0

    v1.4.0 Change your operator’s finalizer names For Helm and Ansible projects, fix the helm-operator and ansible-operator URLs in the Makefile For Helm and Ansible projects, fix th...
  • 编译系统(Build Systems)

    编译系统(Build Systems) 编译系统(Build Systems) 在不同的平台上稳定的编译软件是一个复杂的任务。你将会遇到不同环境下的不同编译器,路径和库变量的问题。Qt的目的是防止应用开发者遭遇这些跨平台问题。为了完成这个任务,Qt引进了qmake 编译文件生成器。qmake 操作以.pro 结尾的项目文件。这个项目文件包含了关于应用...
  • Writing Custom Scorecard Tests

    Writing Custom Scorecard Tests Run scorecard with custom tests: Building test image: Writing custom test logic: Scorecard Configuration file: Scorecard binary: Building the pro...
  • 交叉编译

    交叉编译二进制文件 交叉编译二进制文件 Go 语言支持交叉编译多种目标平台的二进制文件。eKuiper 项目也支持标准的 Go 语言交叉编译。由于 eKuiper 依赖 sqlite,因此 CGO_ENABLE 必须设置为1。在交叉编译时,必须安装核指定目标系统的 gcc 工具链。 安装目标系统 gcc 工具链。 修改 Makefile 添加 G...
  • Writing Custom Scorecard Tests

    Writing Custom Scorecard Tests Run scorecard with custom tests: Building test image: Writing custom test logic: Scorecard Configuration file: Scorecard binary: Building the pro...
  • 交叉编译

    交叉编译二进制文件 交叉编译二进制文件 Go 语言支持交叉编译多种目标平台的二进制文件。eKuiper 项目也支持标准的 Go 语言交叉编译。由于 eKuiper 依赖 sqlite,因此 CGO_ENABLE 必须设置为1。在交叉编译时,必须安装核指定目标系统的 gcc 工具链。 安装目标系统 gcc 工具链。 修改 Makefile 添加 G...
  • 交叉编译

    交叉编译二进制文件 交叉编译二进制文件 Go 语言支持交叉编译多种目标平台的二进制文件。eKuiper 项目也支持标准的 Go 语言交叉编译。由于 eKuiper 依赖 sqlite,因此 CGO_ENABLE 必须设置为1。在交叉编译时,必须安装核指定目标系统的 gcc 工具链。 安装目标系统 gcc 工具链。 修改 Makefile 添加 G...
  • Updating Go-based projects

    Updating Go-based Operator projects for newer Operator SDK versions Updating Go-based Operator projects for Operator SDK 1.31.0 Additional resources Updating Go-based Operator...
  • Releasing

    Release Guide Prerequisites MacOS users Major and Minor releases Before starting 1. Create and push a release commit 2. Create and merge a new PR 3. Unlock the master branch...
  • 后序

    后序 后序 终于到写结束语的时候了,以上基本上就是GNU make的Makefile的所有细节了。其它的厂商的make基本上也就是这样的,无论什么样的make,都是以文件的依赖性为基础的,其基本是都是遵循一个标准的。这篇文档中80%的技术细节都适用于任何的make,我猜测“函数”那一章的内容可能不是其它make所支持的,而隐含规则方面,我想不同的ma...