或者把 block() 挪到 foreach() 外面, 输出结果是一样的: set(name "cmake") message("before foreach(), name is: ${name}") block() # 此处 foreach(i RANGE 3) set(name "cmake-${i}") message("in foreach(), i=${i}, name is ${name}")
cc db/version_edit.h db/version_set.cc db/version_set.h db/write_batch.cc table/block.cc table/block.h table/block_builder.cc table/block_builder.h table/filter_block.cc table/filter_block.h table/format.cc table/format.h table/iterator.cc table/iterator_wrapper.h table/merger.cc ...
# -*- mode: python ; coding: utf-8 -*- import sys sys.setrecursionlimit(1024) block_cipher = None a = Analysis(['__main__.py', 'common.py', 'configuration.py', 'config_util.py', 'formatter.py', 'lexer.py', 'markup.py'], pathex=['D:python-3.8Libsite-packagescmake_format'...
[client]:Client主要定义了CephFS client端的代码。 [rbd]:实现包括两部分:krbd(kernel版的rbd,源码在drivers/block/rbd.c)和librbd。 [rgw]:实现了rgw的功能,rgw的主要作用是协议转换,即把HTTP协议的请求转化为RGW Object再转换为Rados Object,交由Rados处理。 [tools]:Ceph中的各种工具的实现:cephfs、rados...
"require-dev": {-"symplify/easy-coding-standard": "^11.3",-"kubawerlos/php-cs-fixer-custom-fixers": "^3.14"+"symplify/easy-coding-standard": "^12.0",+"kubawerlos/php-cs-fixer-custom-fixers": "^3.16"} }diff --git a/frosh/code-quality-meta/0.2/vendor-bin/rector/composer.json b...
set WAL block sizeinkB [8]--with-CC=CMD set compiler (deprecated)--with-llvm build with LLVM based JIT support--with-icu build with ICU support--with-tcl build Tcl modules (PL/Tcl)--with-tclconfig=DIR tclConfig.shisinDIR--with-perlbuild Perl modules (PL/Perl)--with-python build Pytho...
问向Rocksdb的CMakeLists添加gRPC依赖ENRocksDB是FaceBook起初作为实验性质开发的一个高效数据库软件,旨在充分实现快存上存储数据的服务能力。RocksDB是一个c++库,可以用来存储keys和values,且keys和values可以是任意的字节流,支持原子的读和写。除此外,RocksDB深度支持各种配置,可以在不同的生产环境(纯内存、...
Move proto generation code block out of if(WITH_MGR_DASHBOARD_FRONTEND). Feb 8, 2025 .gitleaks.toml .gitleaks.toml: Allowlist cephadm test Aug 9, 2022 .gitmodule_mirrors Replace gmock/gtest with googletest Jul 13, 2016 .gitmodules .gitmodules: remove shallow=true config from nvmeof/gatewa...
Yes, there is a difference, I admit: if your fulfillment handler does a `undefined.foo = "bar"`, that's clearly an environment-thrown exception. But you'd need another `try`/`catch` to handle that in a synchronous workflow (wherein it would be your `catch` block being boneheaded),...
table/block_based/binary_search_index_reader.cc table/block_based/block.cc table/block_based/block_based_table_builder.cc table/block_based/block_based_table_factory.cc table/block_based/block_based_table_iterator.cc table/block_based/block_based_table_reader.cc ...