THE FIRST EXPLORATION OF PROJECT SPARROW第三届中国 Rust 开发者大会 THE FIRST EXPLORATION OF PROJECT SPARROW Feng Li ( 李枫 ) hkli2013@126.com Jun 18, 2023 An indie developer from China The Virtualization, RISC-V, EDA, 5G/6G… Who Am I Agenda I. Background Tech Stack Project Sparrow Testbed II. Practicing Sparrow CantripOS(KataOS) Rust support in seL4 userspace I. Background https://lowrisc.org/ https://github.com/lowrisc 1.4.2.1 Project OpenTitan Overview I. Background https://opentitan.org/ . Source: https://lowrisc0 码力 | 68 页 | 13.14 MB | 1 年前3
在Eclipse中使用Maven创建Dynamic Web Project在Eclipse中使用Maven创建Dynamic Web Project 1 创建Maven Project 在Eclipse中选择File - new - Project… - Maven - Maven Project,创建Maven工程。按需填写相关信息,注意选择 org.apache.maven.archetypes maven-archetype-webapp 1.0,完成工程创建。 需要手动完成配置如下(同src/test/java): {project name}/target/test-classes 如果没有选中则选中Allow output folders for source folders,完成class路径配置。 4 Servlet配置 右键项目,选择Properties - Project Facets - Dynamic Web Module,将其修改为高版本,测试环境中修改为3 Module,将其修改为高版本,测试环境中修改为3.1,但 会显示错误信息Cannot change version of project facet Dynamic Web Module to 3.1,无法完成配置。这是因为新 建工程的时候,用的maven-artchetype-webapp的servlet是2.3版本,比较老,需要手动修改相关文件。 4.1 修改web.xml⽂文件 在工程目录src/mai0 码力 | 2 页 | 345.86 KB | 1 年前3
Apache ShardingSphere v5.5.0 documentLimitations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 8.5 Traffic Governance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 8.5.1 Background . . . . . . . . . . . . . . . . . 575 13.1.1 JDBC Found a JtaTransactionManager in spring boot project when integrating with XAtransaction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . database system, and enhance it with sharding, elastic scaling, encryption features & more. The project is committed to providing a multi‐source heterogeneous, enhanced database platform and further building0 码力 | 602 页 | 3.85 MB | 1 年前3
Apache ShardingSphere v5.5.0 中文文档type: JDBC 集群模式 (推荐) mode: type: Cluster repository: type: ZooKeeper props: namespace: governance server-lists: localhost:2181 retryIntervalMilliseconds: 500 timeToLiveSeconds: 60 使用持久化仓库需要额外引入对应的 上就绪,此限制同样适用于其他基于 Jakarta EE 9+ 的 Web Framework,如 Quarkus 3,Micronaut Framework 4 和 Helidon 3。 用户仅需要配置如下。 <project> project> 9.1. ShardingSphere-JDBC 85 Apache ShardingSphere document 针对低版本的 Spring Boot OSS 2 的特殊处理 ShardingSphereorg.apache.shardingsphere shardi c ${shardingsphere.version} 0 码力 | 557 页 | 4.61 MB | 1 年前3
Apache ShardingSphere 中文文档 5.4.1type: JDBC 集群模式 (推荐) mode: type: Cluster repository: type: ZooKeeper props: namespace: governance server-lists: localhost:2181 retryIntervalMilliseconds: 500 timeToLiveSeconds: 60 使用持久化仓库需要额外引入对应的 上就绪,此限制同样适用于其他基于 Jakarta EE 9+ 的 Web Framework,如 Quarkus 3,Micronaut Framework 4 和 Helidon 3。 用户仅需要配置如下。 <project> project> 9.1. ShardingSphere-JDBC 80 Apache ShardingSphere document 针对低版本的 Spring Boot OSS 2 的特殊处理 ShardingSphereorg.apache.shardingsphere shardi e ${shardingsphere.version} 0 码力 | 530 页 | 4.49 MB | 1 年前3
2021 中国开源年度报告对于开发者来说,一个项目的开发者活跃度、所加入社区信息的完整度、Readme 简介、 开源许可证以及核心开发者的及时回复都能够影响其是否会留下成为项目的贡献者。 For developers, a project's developer activity, completeness of information about the community they are a part of, Readme timely responses from core developers can all influence whether they will stay as a contributor to a project. 超过 9 成以上的参与者们开源社区的度量是非常有必要的,并且比较认可度量项目活跃 度、健康度、影响力以及开发者活跃度和贡献度的意义。 More than 90% of participants agree that open source community metrics are necessary and agree on the significance of measuring project activity, health, influence, and developer activity and contributions. 3、受访者群体特征 / 3 Respondent0 码力 | 199 页 | 9.63 MB | 1 年前3
Apache ShardingSphere 中文文档 5.0.0-alphashardingsphereshardingsphere-sql-parser-engine ${project.version} apache.shardingsphereshardingsphere-sql-parser-mysql ${project.version} 例子 • 获取语法树 /** * databaseType type:String 可能值 MySQL,Oracle Apache ShardingSphere document, v5.0.0-beta 4. 启动 Zookeeper 服务 (为了持久化配置) 启动 ShardingProxy 1. 添加 governance 和 authentication 配置参数到 server.yaml (请参考相关 example 案例) 2. 启动 ShardingProxy (相关介绍) 创建分布式数据库和分片表0 码力 | 301 页 | 3.44 MB | 1 年前3
Apache ShardingSphere 中文文档 5.3.2type: JDBC 集群模式 (推荐) mode: type: Cluster repository: type: ZooKeeper props: namespace: governance server-lists: localhost:2181 retryIntervalMilliseconds: 500 timeToLiveSeconds: 60 使用持久化仓库需要额外引入对应的 return new ModeConfiguration("Cluster", new ClusterPersistRepositoryConfiguration("ZooKeeper", "governance-sharding-db", "localhost:2181", new Properties())); } 相关参考 • ZooKeeper 注册中心安装与使用 • 持久化仓库类 shardingsphereshardingsphere-transaction-xa-narayana ${project.version} 9.1. ShardingSphere-JDBC 0 码力 | 508 页 | 4.44 MB | 1 年前3
FISCO BCOS 2.9.0 中文文档区块链多方协作治理组件:开启治理实践新起点 WeBankBlockchain-Governance区块链多方协作治理组件是一套轻量解耦、 简洁易用、通用场景和一站式的区块链治理组件解决方案。 首批开源的有 账户治理组件(Governance-Account)、权限治理组件(Governance-Auth)、 私 钥管理组件(Governance-Key)和证书管理组件(Governance-Cert)。上述组 件都提供了可部署的智能 WeBankBlockchain-Governance 多方治理协作组件: Governance-Account 账户治理组件: [GitHub] [https://github.com/WeBankBlockchain/Governance-Account] [Gitee] [https://gitee.com/WeBankBlockchain/Governance-Account] [文档] [https://governance-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain- Governance-Acct/index.html] Governance-Authority 权限治理组件:[GitHub] [https://github.com/WeBankBlockchain/Governance-Authority]0 码力 | 2649 页 | 201.08 MB | 1 年前3
FISCO BCOS 2.9.0 中文文档区块链多方协作治理组件:开启治理实践新起点 WeBankBlockchain-Governance区块链多方协作治理组件是一套轻量解耦、 简洁易用、通用场景和一站式的区块链治理组件解决方案。 首批开源的有 账户治理组件(Governance-Account)、权限治理组件(Governance-Auth)、 私 钥管理组件(Governance-Key)和证书管理组件(Governance-Cert)。上述组 件都提供了可部署的智能 WeBankBlockchain-Governance 多方治理协作组件: Governance-Account 账户治理组件: [GitHub] [https://github.com/WeBankBlockchain/Governance-Account] [Gitee] [https://gitee.com/WeBankBlockchain/Governance-Account] [文档] [https://governance-doc.readthedocs.io/zh_CN/latest/docs/WeBankBlockchain- Governance-Acct/index.html] Governance-Authority 权限治理组件:[GitHub] [https://github.com/WeBankBlockchain/Governance-Authority]0 码力 | 2649 页 | 201.08 MB | 1 年前3
共 468 条
- 1
- 2
- 3
- 4
- 5
- 6
- 47













