书栈网 · BookStack 本次搜索耗时 0.049 秒,为您找到 16090 个相关结果.
  • HDFS

    HDFS Overview How to create a HDFS Load Node Usage for SQL API File Formats Rolling Policy File Compaction Partition Commit Partition Commit Policy HDFS Overview HDFS u...
  • Overview

    Transactions Common statements Starting a transaction Committing a transaction Rolling back a transaction Autocommit Explicit and implicit transaction Lazy check of constrain...
  • FileSystem

    FileSystem SQL Connector Partition Files File Formats Source Directory watching Available Metadata Streaming Sink Rolling Policy File Compaction Partition Commit Partition c...
  • 7. Staging and Committing

    Staging and Committing Staging and Committing A separate staging step in git is in line with the philosophy of getting out of the way until you need to deal with source control...
  • fast-import

    417 2020-11-23 《Git Reference》
    NAME SYNOPSIS DESCRIPTION OPTIONS Options for Frontends Locations of Marks Files Submodule Rewriting Performance and Compression Tuning PERFORMANCE DEVELOPMENT COST PARAL...
  • Pull request workflow

    Pull request workflow Git source repository Forking and cloning Branching Updating your branch Making changes Pushing changes to a remote Issuing a pull request Modifying a ...
  • 速查宝典

    1234 2019-12-09 《Git速查手册》
    中文版 速查表 版本控制最佳做法 英文版(原版) CHEAT SHEET VERSION CONTROL BEST PRACTICES 中文版 速查表 创建 克隆现有仓库 git clone ssh : //user@domain.com/repo.git 创建一个新的本地仓库 git init ...
  • Deploy Custom Spinnaker Builds

    Deploy Custom Spinnaker Builds The Bill of Materials (BOM) BOMS and Configuration in GCS Disabling GCS reads BOMs and Configuration on your Filesystem Deploy Custom Spinnake...
  • 3. 创建项目

    目的 创建“Hello, World”程序 创建仓库 添加程序到仓库 目的 学习如何从零开始创建 Git 仓库。 创建“Hello, World”程序 在一个空的工作目录中开始,创建一个名为“hello”的空目录, 然后创建一个名为 hello.rb 且包含如下内容的文件。 $ mkdir hello $ cd hello ...