Debian打包教程 version 0.29
Debian 打包教程 Lucas Nussbaum packaging-tutorial@packages.debian.org version 0.29 – 2021-11-03 Debian 打包教程 1 / 90 关于该教程 ▶ 目标:告诉你关于 Debian 打包必须知道的知识 ▶ 修改现有软件包 ▶ 创建你自己的软件包 ▶ 在 Debian 社区内与人交流 ▶ 成为 Debian0 码力 | 90 页 | 663.35 KB | 1 年前3Debian 套件打包教學指南 version 0.29
Debian 套件打包教學指南 Lucas Nussbaum packaging-tutorial@packages.debian.org version 0.29 – 2021-11-03 Debian 套件打包教學指南 1 / 90 關於此教學指南 ▶ 目標: 瞭解 Debian 套件打包的相關知識 ▶ 修改既有套件 ▶ 新增自有套件 ▶ 和 Debian 社群進行交流 ▶ 成為0 码力 | 90 页 | 691.02 KB | 1 年前34. ClickHouse在苏宁用户画像场景的实践
25% uniqHLL12(id) 1.341 63331662 292355 0.46% uniqCombined(id) 1.613 62859215 -180092 -0.29% uniqExact(id) 50.437 63039307 0 0% groupBitmap(id) 7.038 63039307 0 0% 4 精确去重计数性能测试 uniqExact至少快 2x+ • groupBitmap仅支持整形值去重, uniqExact支持任意类型去重。 • 非精确去重场景,uniq在精准度上有优势。 5 0.25 0.46 0.29 0 0 0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5 误差率 精确去重计数性能测试 60 码力 | 32 页 | 1.47 MB | 1 年前3机器学习课程-温州大学-08机器学习-集成学习
07 ℎ? 0.2 0.04 0.05 0.02 0.08 0.02 0.03 0.03 bini bin1 bin2 bin3 ?? 3 3 2 ?? 0.1 0.79 0.67 ℎ? 0.29 0.12 0.06 bin1 bin2 bin3 bin序号 bin样本的之和 bin内所有样本的一阶导之和 bin内所有样本的二阶导之和 可能的候选点分裂点个数等于bins个数减一0 码力 | 50 页 | 2.03 MB | 1 年前3Conan 1.4 Documentation
been removed. Use conan create and conan test instead. • CMake helper only allows now (from conan 0.29). the CMake(self) syntax • conan package_files command was replaced in conan 0.28 by conan export-pkg --cflags) -o main' % args) 12.9.4 Approach 3: Use –define-prefix If you have available pkg-config >= 0.29 and you have only one dependency, you can use directly the --define-prefix option to declare a custom MyLibraryConan(ConanFile): name = "mylibrary" version = "1.0" def build(self): if conan_version < Version("0.29"): cmake = CMake(self.settings) else: cmake = CMake(self) ... 13.18. How to manage SSL (TLS) certificates0 码力 | 421 页 | 2.84 MB | 1 年前3Conan 1.5 Documentation
The test_package command has been removed. Instead, use conan create and conan test. • From Conan v0.29, the``CMake`` helper only supports the CMake(self) syntax • In Conan v0.28, the conan package_files Documentation, Release 1.5.2 12.9.4 Approach 3: Use –define-prefix If you have available pkg-config >= 0.29 and you have only one dependency, you can use directly the --define-prefix option to declare a custom Version("0.29"): cmake = CMake(self.settings) else: cmake = CMake(self) ... Here it checks the Conan version to maintain compatibility of the CMake build helper for versions lower than Conan 0.29. It also0 码力 | 422 页 | 2.85 MB | 1 年前3Conan 1.6 Documentation
Documentation, Release 1.6.1 11.9.4 Approach 3: Use –define-prefix If you have available pkg-config >= 0.29 and you have only one dependency, you can use directly the --define-prefix option to declare a custom Version("0.29"): cmake = CMake(self.settings) else: cmake = CMake(self) ... Here it checks the Conan version to maintain compatibility of the CMake build helper for versions lower than Conan 0.29. It also test_package has been removed. Use conan create and conan test instead. • CMake helper now (from conan 0.29) only allows the CMake(self) syntax • conan package_files command was replaced in conan 0.28 by conan0 码力 | 428 页 | 2.87 MB | 1 年前3Conan 1.7 Documentation
Documentation, Release 1.7.4 11.9.3 Approach 3: Use --define-prefix If you have available pkg-config >= 0.29 and you have only one dependency, you can use directly the --define-prefix option to declare a custom Version("0.29"): cmake = CMake(self.settings) else: cmake = CMake(self) ... Here it checks the Conan version to maintain compatibility of the CMake build helper for versions lower than Conan 0.29. It also test_package has been removed. Use conan create and conan test instead. • CMake helper now (from conan 0.29) only allows the CMake(self) syntax • conan package_files command was replaced in conan 0.28 by conan0 码力 | 433 页 | 2.95 MB | 1 年前3Conan 1.8 Documentation
Documentation, Release 1.8.4 12.9.3 Approach 3: Use --define-prefix If you have available pkg-config >= 0.29 and you have only one dependency, you can use directly the --define-prefix option to declare a custom Version("0.29"): cmake = CMake(self.settings) else: cmake = CMake(self) ... Here it checks the Conan version to maintain compatibility of the CMake build helper for versions lower than Conan 0.29. It also test_package has been removed. Use conan create and conan test instead. • CMake helper now (from conan 0.29) only allows the CMake(self) syntax • conan package_files command was replaced in conan 0.28 by conan0 码力 | 458 页 | 3.03 MB | 1 年前3Conan 1.9 Documentation
--cflags) -o main' % args) 12.9.3 Approach 3: Use --define-prefix If you have available pkg-config >= 0.29 and you have only one dependency, you can use directly the --define-prefix option to declare a custom Version("0.29"): cmake = CMake(self.settings) else: cmake = CMake(self) ... Here it checks the Conan version to maintain compatibility of the CMake build helper for versions lower than Conan 0.29. It also test_package has been removed. Use conan create and conan test instead. • CMake helper now (from conan 0.29) only allows the CMake(self) syntax • conan package_files command was replaced in conan 0.28 by conan0 码力 | 470 页 | 3.05 MB | 1 年前3
共 214 条
- 1
- 2
- 3
- 4
- 5
- 6
- 22