书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 2345 个相关结果.
  • 本地虚拟机置备

    本地虚拟机置备 太长;不看 Vagrant安装 Virtualbox安装 Vagrant配置文件 快捷方式 本地虚拟机置备 如何使用Vagrant与Virtualbox迅速在本机创建Pigsty部署所需的虚拟机资源 通常为了测试“数据库集群”这样的系统,用户需要事先准备若干台虚拟机。尽管云服务已经非常方便,但本地虚拟机访问通常比云虚拟机访问...
  • KubeEdge使用文档

    KubeEdge使用文档 1. 准备工作 2. 创建device model和device 3. 部署云端应用 4. 部署边缘端应用 5. 体验Demo 6. 其它 KubeEdge使用文档 KubeEdge将Kubernetes的能力延伸到了边缘场景中,为云和边缘之间的网络,应用部署和元数据同步提供基础架构支持。KubeEdge在使用上与...
  • 开发手册

    开发手册 1. 代码目录数结构 2. 编译 3. 打包 4 调试 4.1 环境变量 4.2 准备runtime及runner 4.3 启动或调试 4.3.1 调试funclet 4.3.2 调试controller 开发手册 基于Linux(内核4.0+)、提前安装docker,再进行下面步骤: 1. 代码目录数结构 ├── ...
  • Plugins

    Plugins Overview SDK Language-based plugins Common scaffolds Custom Plugins Optional/custom plugins Plugins Vision How to create your own plugins Plugins Overview SDK us...
  • System

    System View all files in the current directory View all directories in the current directory Find processes sorted by greatest cpu utilization. Find and kill a hanging process ...
  • Nebula CPP

    Nebula CPP 前提条件 版本对照表 安装Nebula CPP 使用方法 核心代码 Nebula CPP Nebula CPP 是一款C++语言的客户端,可以连接、管理Nebula Graph图数据库。 前提条件 已安装C++,GCC版本为4.8及以上。 编译安装需要准备正确的编译环境,详情请参见软硬件要求和安装三方库依赖包 ...
  • 与 C 互调

    C interop using dart:ffi Examples Walkthrough of hello_world Files Building and running Using dart:ffi Bundling and loading C libraries C interop using dart:ffi Dart mobi...
  • 1.1. What's in a basic project?

    What’s in a basic project? Build Infrastructure Launch Configuration The Entrypoint What’s in a basic project? When scaffolding out a new project, Kubebuilder provides us wi...
  • README

    11920 2018-09-04 《Golang Gin 实践》
    煎鱼的迷之博客 Golang 杂谈 gin系列目录 爬虫系列目录 gRPC系列目录 ? License 来源(书栈小编注) 煎鱼的迷之博客 Golang 杂谈 Go依赖管理工具 - dep ,如此,用dep获取私有库 聊一聊,Golang的相对路径问题 Go的fake-useragent了解一下 用 Go 来了解一下 ...
  • 2.2 字符串开头或结尾匹配

    2.2 字符串开头或结尾匹配 问题 解决方案 讨论 2.2 字符串开头或结尾匹配 问题 你需要通过指定的文本模式去检查字符串的开头或者结尾,比如文件名后缀,URL Scheme等等。 解决方案 检查字符串开头或结尾的一个简单方法是使用 str.startswith() 或者是 str.endswith() 方法。比如: >>> ...