Secrets of C++ Scripting BindingsJason Turner @le�icus emptycrate.com/idocpp 1Copyright Jason Turner @le�icus emptycrate.com/idocpp Secrets of Scripting Bindings for C++ 2 . 1Copyright Jason Turner @le�icus emptycrate.com/idocpp Jason com/le�icus/5d94357725413dce5005b0b1b7f77836 25 . 8Copyright Jason Turner @le�icus emptycrate.com/idocpp Secrets of Scripting Bindings for C++ 26 . 1Copyright Jason Turner @le�icus emptycrate.com/idocpp Jason0 码力 | 177 页 | 1.65 MB | 6 月前3
Back To Basics Lifetime Management0 码力 | 66 页 | 8.43 MB | 6 月前3
Libraries: A First Step Toward Standard C++ Dependency Management1October 3, 2023 2 Libraries: A First Step Toward Standard C++ Dependency Management Bret Brown, C++ Infrastructure Lead, Bloomberg Bill Hoffman, CTO, KitwareHello! Welcome! Bret Brown C++ Infrastructure portable as the code they contain! ● ✓ Projects should be “cattle,” not “pets”! 7Why dependency management? 8Consensus: Managing dependencies == way too hard Q: Which of these do you find frustrating names: jsonlogConfig.cmake Jsonlog-config.cmake # ... CMake gives you some dependency management tips here ... 13 Aside: Coloring and bolding added for emphasisMotivation: What would we design0 码力 | 82 页 | 4.21 MB | 6 月前3
Conan 2.10 Documentationmanager . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.3 Binary management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.4 All . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.11 New configuration and environment management . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.12 Multi-revision cache . . . . accelerating the development and Continuous Integration of C and C++ projects. With full binary management, it can create and reuse any number of different binaries (for different config- urations like0 码力 | 803 页 | 5.02 MB | 10 月前3
Conan 2.9 Documentationmanager . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.3 Binary management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.4 All . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.11 New configuration and environment management . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.12 Multi-revision cache . . . . accelerating the development and Continuous Integration of C and C++ projects. With full binary management, it can create and reuse any number of different binaries (for different config- urations like0 码力 | 795 页 | 4.99 MB | 10 月前3
Conan 2.8 Documentationmanager . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.3 Binary management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.4 All . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.11 New configuration and environment management . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.12 Multi-revision cache . . . . accelerating the development and Continuous Integration of C and C++ projects. With full binary management, it can create and reuse any number of different binaries (for different config- urations like0 码力 | 785 页 | 4.95 MB | 10 月前3
宋净超 从开源 Istio 到企业级服务:如何在企业中落地服务网格TSB: The Application-Aware Networking Platform Istio: Control Plane Tetrate Service Bridge: Management Plane Envoy: Data Plane Workload (Service) POD Workload (Service) POD Workload (Service) POD Workload Architecture ● Multi cluster ● Multi mesh ● Components ○ Management plane ○ Global control plane ○ Local control plane TSB Management Plane ● Front Envoy ● Multi Cluster support ● XCP Central -> Flow 1. Creating cluster object 2. Deploy Operators: Control plane & data plane 3. Configuring Secrets 4. Installing control plane TSB Control Plane Pods ● Operators: Istio, Onboarding, TSB, XCP0 码力 | 30 页 | 4.79 MB | 6 月前3
Python 标准库参考指南 3.6.15 hmac —基于密钥的消息验证 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 498 15.3 secrets —生成安全随机数字用于管理密码 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 499 16 通用操作系统服务 503 16 Chapter 9. 数字和数学模块 The Python Library Reference, 发布 3.6.15 警告: 不应将此模块的伪随机生成器用于安全目的。有关安全性或加密用途,请参阅secrets 模块。 参见: M. Matsumoto and T. Nishimura, “Mersenne Twister: A 623-dimensionally equidistributed uniform 模块hashlib 提供安全哈希函数的 Python 模块。 15.3 secrets —生成安全随机数字用于管理密码 3.6 新版功能. 源代码: Lib/secrets.py secrets 模块可用于生成高加密强度的随机数,适应管理密码、账户验证、安全凭据和相关机密数据管理 的需要。 特别地,应当优先使用secrets 来替代random 模块中默认的伪随机数生成器,后者被设计用于建模和仿0 码力 | 1886 页 | 8.95 MB | 10 月前3
Python 标准库参考指南 3.6.15 hmac —基于密钥的消息验证 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 498 15.3 secrets —生成安全随机数字用于管理密码 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 499 16 通用操作系统服务 503 16 Chapter 9. 数字和数学模块 The Python Library Reference, 发布 3.6.15 警告: 不应将此模块的伪随机生成器用于安全目的。有关安全性或加密用途,请参阅secrets 模块。 参见: M. Matsumoto and T. Nishimura, “Mersenne Twister: A 623-dimensionally equidistributed uniform 模块hashlib 提供安全哈希函数的 Python 模块。 15.3 secrets —生成安全随机数字用于管理密码 3.6 新版功能. 源代码: Lib/secrets.py secrets 模块可用于生成高加密强度的随机数,适应管理密码、账户验证、安全凭据和相关机密数据管理 的需要。 特别地,应当优先使用secrets 来替代random 模块中默认的伪随机数生成器,后者被设计用于建模和仿0 码力 | 1886 页 | 8.95 MB | 10 月前3
Conan 2.6 Documentationmanager . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.3 Binary management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.4 All . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.11 New configuration and environment management . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.12 Multi-revision cache . . . . accelerating the development and Continuous Integration of C and C++ projects. With full binary management, it can create and reuse any number of different binaries (for different config- urations like0 码力 | 777 页 | 4.91 MB | 10 月前3
共 231 条
- 1
- 2
- 3
- 4
- 5
- 6
- 24













