云原生虚拟数仓 PieCloudDB 的架构和关键模块实现0 码力 | 43 页 | 1.14 MB | 1 年前3
2.1.3 如何用go module构建模块化跨链平台GOPHER CHINA 2020 中国 上海 / 2020-11.21-22 如何用go module构建模块化跨链平台 汪小益 趣链科技 ’ alt=‘OCR图片’/> 什么是区块链 跨链的重难点分析 跨链平台架构设计 Go module和plugin 的应用实践 GOPHER CHINA 2020 中国 上海 / 2020-11.21-22 1 什么是区块链 GOPHER alt=‘OCR图片’/> 中继链模块与流程 ’ alt=‘OCR图片’/> 为什么需要模块化 1 中继链和网关有大量公共组件 网络模块 执行模块 验证模块 协议处理模块 加密模块 2 灵活适配不同需求和版本 应用链访问模块 以太坊 Fabric 趣链区块链 天平链 共识模块 PBFT RAFT POS POA HOTSTUFF Golang提供了两种模块化工具,一个是go module,一个是go / 2020-11.21-22 4 GO module和plugin实践 GOPHER CHINA 2020 中国 上海 / 2020-11.21-22 4 GO modules实践:无处不在的模块 工具库(存储、加密、网络、日志等) https://github.com/meshplus/bitxhub-kit 验证引擎&IBTP协议库 https://github.com/meshplus/bitxhub-core0 码力 | 27 页 | 1.24 MB | 1 月前3
C++高性能并行编程与优化 - 课件 - 16 现代 CMake 模块化项目管理指南CMake # 现代 CMake 模块化项目管理指南 彭于斌 (@archibate) 课件 & 源码:https://github.com/parallel101/course 往期录播:https://space.bilibili.com/263032155 ## 第一章:文件 / 目录组织规范 基于 CMake 的 C/C++ 项目,如何优雅地、模块化地组织大量源文件? ## 推荐的目录组织方式 目录组织格式: • 项目名 /include/ 项目名 / 模块名 .h • 项目名 /src/ 模块名 .cpp • CMakeLists.txt 中写: • target include directories(项目名 PUBLIC include) • 源码文件中写: • #include < 项目名 / 模块名 .h> • 项目名:: 函数名 (); ## 推荐的目录组织方式 推荐的目录组织方式 - 头文件(项目名 /include/ 项目名 / 模块名 .h)中写: • #pragma once • namespace 项目名 { • void 函数名(); • } • 实现文件(项目名 /src/ 模块名 .cpp)中写: • #include < 项目名 / 模块名 .h> • namespace 项目名 { • void 函数名 () {0 码力 | 56 页 | 6.87 MB | 2 年前3
The Weblate Manual 4.5.1edit accessible in the Tools menu of each project, component or translation. See also: Bulk edit addon ### 1.4 Downloading and uploading translations You can export files from a translation, make changes support storing states, you might want to use Flag unchanged translations as "Needs editing" addon to flag unchanged strings as needing editing. ## See also: Translation types capabilities, Translation locale/cs/LC_MESSAGES/django.mo locale/django.pot In case you want to do the update automatically, you can install addon Update PO files to match POT (msgmerge). ## See also: updating-target-files #### 1.9.3 Troubleshooting0 码力 | 429 页 | 3.70 MB | 2 年前3
The Weblate Manual 3.10.3locale/cs/LC_MESSAGES/django.molocale/django.pot In case you want to do the update automatically, you can install addon Update PO files to match POT (msgmerge). ## Troubleshooting ## Requests sometimes fail with “too update to new worker setup which utilizes this, see Background tasks using Celery. - There is new addon in the 3.10.2 release, you might want to include them in case you modified the WEBLATE ADDONS. ## configuration • Several addons ○ Component discovery. ○ Statistics generator Executing scripts from addon There following variables are available in the component templates: {{ language_code }} Language0 码力 | 560 页 | 8.57 MB | 2 年前3
The Weblate Manual 3.7locale/cs/LC_MESSAGES/django.molocale/django.pot In case you want to do the update automatically, you can install addon Update PO files to match POT (msgmerge). ## Troubleshooting ## Requests sometimes fail with too configuration • Several addons ○ Component discovery. ○ Statistics generator ○ Executing scripts from addon There following variables are available in the component templates: {{ language_code }} Language Author of current commit, available only in the commit scope. {{ addon_name }} Name of currently executed addon, available only in the addon commit message. The following variables are available in the repository0 码力 | 468 页 | 5.53 MB | 2 年前3
The Weblate Manual 4.0.2string button displayed on each line in the Other occurrences tab. You can use Automatic translation addon to automate translating of newly added strings which are already translated in another component. be assigned to units in Additional info on source strings by bulk editing, or using the Bulk edit addon. #### 1.7.5 Reviewing strings ## Activity reports Activity reports check changes of translations locale/cs/LC_MESSAGES/django.mo locale/django.pot In case you want to do the update automatically, you can install addon Update PO files to match POT (msgmerge). #### 1.9.3 Troubleshooting Requests sometimes fail with0 码力 | 363 页 | 3.59 MB | 2 年前3
The Weblate Manual 4.0be assigned to units in Additional info on source strings by bulk editing, or using the Bulk edit addon. # Reviewing strings ## Activity reports Activity reports check changes of translations, for projects locale/cs/LC_MESSAGES/django.molocale/django.pot In case you want to do the update automatically, you can install addon Update PO files to match POT (msgmerge). ## Troubleshooting Requests sometimes fail with “too many update to new worker setup which utilizes this, see Background tasks using Celery. - There is new addon in the 3.10.2 release, you might want to include them in case you modified the WEBLATE ADDONS. ##0 码力 | 551 页 | 9.10 MB | 2 年前3
The Weblate Manual 4.7.2edit accessible in the Tools menu of each project, component or translation. See also Bulk edit addon # Downloading and uploading translations You can export files from a translation, make changes, and support storing states, you might want to use Flag unchanged translations as "Needs editing" addon to flag unchanged strings as needing editing. ## See also Translation types capabilities, Translation locale/cs/LC_MESSAGES/django.molocale/django.pot In case you want to do the update automatically, you can install addon Update PO files to match POT (msgmerge). ## See also Updating target language files ## Troubleshooting0 码力 | 757 页 | 11.37 MB | 2 年前3
The Weblate Manual 4.11and add-on messages • merge message (string) – Commit, add, delete, merge and add-on messages • addon message (string) – Commit, add, delete, merge and add-on messages • allow_translation_propagation a translation, see Template markup. Default value can be changed by DEFAULT ADD MESSAGE, DEFAULT ADDON MESSAGE, DEFAULT COMMIT MESSAGE, DEFAULT DELETE MESSAGE, DEFAULT MERGE MESSAGE. ## Push on commit with failing checks {{ author }} Author of current commit, available only in the commit scope. {{ addon_name }} Name of currently executed add-on, available only in the add-on commit message. The following0 码力 | 797 页 | 11.02 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













