openEuler OS Technical Whitepaper
Innovation Projects
(June, 2023)# openEuler OS Technical Whitepaper Innovation Projects (June, 2023) Powered by TCPDF (www.tcpdf.org) ## CONTENTS 1 Introduction 001 Development Roadmap 002 2 Technology Ecosystem 003 Innovative Software Supply Chain 005 Community-certified openEuler Distributions 006 openEuler Open Source OS Architecture 007 3 Scenario-specific Innovations 008 Server 009 DPUDirect 009 eNFS 011 openEuler is a digital infrastructure OS that fits into any server, cloud computing, edge computing, and embedded deployment. This secure, stable, and easy-to-use open source OS is compatible with multiple computing0 码力 | 116 页 | 3.16 MB | 1 年前3
云原生虚拟数仓 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
Rust OS 开源操作系统训练营的教与学-0615-李明CONF 2023 第三届中国Rust开发者大会 6.17-6.18 @Shanghai Rust China Conf 2023 # Rust OS 开源操作系统训练营的教与学 李明 清华大学 2023-6-17 ## 1 Rust OS 开源训练营的起因和发展 ## 鹏城实验室 PENGCHENG LABORATORY ## 开源操作系统训练营的起源(2020年)  ## Daily Schedule for OS Tutorial Summer of Code 2020 • 0b39f748f72470/p6_2.jpg) • 457 followers The Learning&Training Hub of OS Kernel the Learning&Training Hub of OS Kernel for Students & Developers A. 457 followers China yuchen@tsinghua0 码力 | 26 页 | 2.62 MB | 2 年前3
使用适用于 Mac OS X 的 VMware
View Client
2012 年 3 月# 使用适用于 Mac OS X 的 VMware View Client 2012年3月 View Client 在本文档被更新的版本替代之前,本文档支持列出的每个产品的版本和所有后续版本。要查看本文档的更新版本,请访问 http://www.vmware.com/cn/support/pubs。 ZH\_CN-000668-01 vmware $ ^{®} $ 最新的技术文档可以从 vmware.com/cn ## 目录 1 使用适用于 Mac OS X 的 VMware View Client 5 设置和安装 5 Mac OS X 客户端的系统要求 6 支持的 View 桌面操作系统 6 准备适用于 View Client 的 View Connection Server 6 在 Mac OS X 上安装 View Client 7 使用 View Portal 索引 15 # 使用适用于 Mac OS X 的 VMware View Client 本指南《使用适用于 Mac OS X 的 VMware View Client》提供了有关在 Mac 上安装 VMware View $ ^{TM} $ 软件以及使用该软件连接到数据中心内的 View 桌面的信息。 本文档中的信息包括安装和使用适用于 Mac OS X 的 View Client 的系统要求和说明。0 码力 | 16 页 | 738.09 KB | 2 年前3
Python 标准库参考指南 3.7.13 and the Python development team 三月16,2022 # 1 概述 3 1.1 可用性注释 4 # 2 内置函数 5 # 3 内置常量 25 3.1 由 site 模块添加的常量 26 # 4 内置类型 27 4.1 逻辑值检测 27 4.2 布尔运算 --- and,or,not 28 4.3 比较运算 28 4.4 数字类型 --- int,float --- 数据美化输出 ... 238 8.12 reprlib --- 另一种 repr() 实现 ... 243 8.13 enum --- 枚举类型支持 ... 245 # 9 数字和数学模块 ... 263 9.1 numbers --- 数字的抽象基类 ... 263 9.2 math --- 数学函数 ... 266 9.3 cmath ——关于复数的数学函数 ... 272 fractions --- 分数 ... 300 9.6 random --- 生成伪随机数 ... 302 9.7 statistics --- 数学统计函数 ... 308 # 10 函数式编程模块 ... 315 10.1 itertools --- 为高效循环而创建迭代器的函数 ... 315 10.2 functools --- 高阶函数和可调用对象上的操作 ... 329 10.30 码力 | 1961 页 | 9.14 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
How Deep Do You Go?## How Deep Do You Go? Contributing to the os Package Oliver Stenbom July 25th Gophercon 2019  On an unsuspecting Monday  Remove = Go's os.RemoveAll() Lets dive into the problem that came from the bug report. The problem was that long enough our code that was failing, but it was Golang's code. Specifically, the RemoveAll function in the os package. Being honest, paths this long are quite rare. They would probably either have to be created0 码力 | 70 页 | 14.56 MB | 2 年前3
Oracle VM VirtualBox 7.0.10 User ManualWizard: Name and Operating System 2.8.2 (Optional) Create Virtual Machine Wizard: Unattended Guest OS Install 2.8.3 Create Virtual Machine Wizard: Hardware 2.8.4 Create Virtual Machine Wizard: Virtual Configuring Virtual Machines ..... 67 4.1 Supported Guest Operating Systems ..... 67 4.1.1 Mac OS X Guests ..... 68 4.1.2 64-bit Guests ..... 69 4.2 Unattended Guest Installation ..... 69 4.2 for Linux ..... 92 5.2.3 Guest Additions for Oracle Solaris ..... 95 5.2.4 Guest Additions for OS/2 ..... 96 5.3 Shared Folders ..... 96 5.3.1 Manual Mounting ..... 97 5.3.2 Automatic Mounting0 码力 | 548 页 | 4.38 MB | 1 年前3
Python 标准库参考指南 2.7.18 org) ## Contents 1 概述 3 2 内置函数 5 3 Non-essential Built-in Functions 25 4 内置常量 27 4.1 由 site 模块添加的常量 28 5 内置类型 29 5.1 逻辑值检测 29 5.2 Boolean Operations —and, or, not 30 5.3 比较运算 30 5.4 Numeric 206 8.18 pprint — 数据美化输出 ..... 207 8.19 repr — Alternate repr() implementation ..... 210 9 数字和数学模块 ..... 213 9.1 numbers — 数字的抽象基类 ..... 213 9.2 math — 数学函数 ..... 216 9.3 cmath — 关于复数的数学函数 .. 10 文件和目录访问 ..... 279 10.1 os.path — 常见路径操作 ..... 279 10.2 fileinput — 迭代来自多个输入流的行 ..... 283 10.3 stat — 解析 stat() 结果 ..... 285 10.4 statvfs — Constants used with os.statvfs() ..... 289 10.5 filecmp0 码力 | 1552 页 | 7.42 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













