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

    本地开发指南 代码要求 Fork 克隆(Clone) 创建本地分支 使用 pre-commit 钩子 开始开发 编译和单元测试 提交(commit) 保持本地仓库最新 Push 到远程仓库 本地开发指南 本文将指导您如何在本地进行代码开发 代码要求 代码注释请遵守 Doxygen 的样式。 确保编译器选项 WITH_S...
  • Contribute to docs

    Making minor changes Making larger contributions to docs Clone the documentation repository Modifying a file Adding a new item to the page structure Submitting a pull request ...
  • 多实例

    多实例 允许创建多实例,各store实例彼此互相独立,状态互不干扰,不需要考虑命名空间的问题,而且可以随时动态创建一个新的store,更灵活且移植性更高。相对较于modules ,更推荐多实例模式 联合多个store实例 如果需要使用外部store的数据,mpx 也提供的createStore支持传入deps 参数,表示注入的外部store。在s...
  • FileSystem

    FileSystem SQL Connector Partition Files File Formats Streaming Sink Rolling Policy File Compaction Partition Commit Partition commit trigger Partition Time Extractor Partiti...
  • 本地开发指南

    本地开发指南 代码要求 Fork 克隆(Clone) 创建本地分支 使用 pre-commit 钩子 开始开发 构建和测试 提交(commit) 保持本地仓库最新 Push 到远程仓库 本地开发指南 本文将指导您如何在本地进行代码开发 代码要求 代码注释请遵守 golang 代码规范 所有代码必须具有单元测试 通过所有单...
  • Release notes

    Release notes Scrapy 2.0.0 (2020-03-03) Backward-incompatible changes Deprecation removals Deprecations New features Bug fixes Documentation Quality assurance Changes to sch...
  • 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 ...
  • filter-branch

    NAME SYNOPSIS DESCRIPTION Filters OPTIONS Remap to ancestor EXIT STATUS EXAMPLES CHECKLIST FOR SHRINKING A REPOSITORY NOTES GIT NAME git-filter-branch - Rewrite branc...
  • How to Contribute to HugeGraph

    How to Contribute to HugeGraph 1. Preparation 2. Create an Issue on GitHub 3. Make changes of code locally 3.1 Create a new branch 3.2 Change the code 3.2.1 Check licenses 3.3...
  • BEGIN

    BEGIN, COMMIT, ROLLBACK Description Syntax Parameters Note example keyword BEGIN, COMMIT, ROLLBACK Description Syntax BEGIN ; INSERT INTO table_name ... COMMIT ; ...