书栈网 · BookStack 本次搜索耗时 0.061 秒,为您找到 259847 个相关结果.
  • Rust Addons

    2616 2018-03-19 《Node.js 调试指南》
    3.5.1 环境 3.5.2 Rust 3.5.3 FFI 3.5.4 Neon 3.5.5 NAPI 3.5.6 参考链接 我们知道,Node.js 不适合 CPU 密集型计算的场景,通常的解决方法是用 C/C++ 编写 Node.js 的扩展(Addons)。以前只能用 C/C++,现在我们有了新的选择——Rust。 3....
  • 3.4.2 例子

    3.4.2 例子 3.4.2 例子 在整个这篇教程中,我们将使用基于水资源管理简单案例的一个样例。我们将试着建模一个水坝和水库系统。水库和水坝有下列参数: 名称 水库的最小和最大容量 [$hm^3$] 水坝的高度和宽度[$m$] 蓄水面积[$km^2$] 水压头[$m$] 涡轮的动力[$MW$] 最小和最大放水量[$m^3/s$] 涡轮的效率 ...
  • TCC 例子

    TCC 例子 业务场景 TCC组成 核心业务 TCC 事务 运行 处理网络异常 TCC的回滚 小结 TCC 例子 本文将介绍一个完整的 TCC 例子,让读者对 TCC 型事务有一个准确的了解 业务场景 跨行转账是典型的分布式事务场景,在这里,A需要跨行转账给B,假设需求场景是:转出A和转入B都有可能成功和失败,需要最终转入转出都成功...
  • TCC 例子

    TCC 例子 业务场景 TCC组成 核心业务 TCC 事务 运行 处理网络异常 TCC的回滚 小结 TCC 例子 本文将介绍一个完整的 TCC 例子,让读者对 TCC 型事务有一个准确的了解 业务场景 跨行转账是典型的分布式事务场景,在这里,A需要跨行转账给B,假设需求场景是:转出A和转入B都有可能成功和失败,需要最终转入转出都成功...
  • Rust client

    Rust client Setup Connecting to OpenSearch Connecting to Amazon OpenSearch Service Connecting to Amazon OpenSearch Serverless Creating an index Indexing a document Performing...
  • Rust Client

    Basic data types Add dependencies Raw key-value API Transactional key-value API TiKV Rust Client is still in the proof-of-concept stage and under development. You can track th...
  • The Rust Bookshelf

    The Rust Bookshelf The Cargo book The rustdoc book Rust By Example The Rust Bookshelf , each book is different. 随着Rust的文档不断发展,我们获得的远远超过了“The book”和参考资料。 我们现在收集了各种长篇文档,绰号“Ru...
  • 安装Rust

    1798 2018-02-06 《RustPrimer 中文版》
    安装Rust 安装Rust 本章讲解在三大平台 Linux, MacOS, Windows 上分别安装 Rust 的步骤。 Linux Mac Windows 版本管理工具: rustup
  • Effective Rust

    Effective Rust Effective Rust The first edition of the book is no longer distributed with Rust’s documentation. If you came here via a link or web search, you may want to chec...
  • Debugging Rust

    Debugging Rust Enabling backtrace Find out your target binary format Microsoft Visual Studio GDB LLDB Debugging Rust Rust compiles into machine code the same as C and bene...