从零蛋开始学 Rustauthors = ["****"] edition = "2018" [dependencies] [package] name = "movies_lib" version = "0.1.0" authors = ["**** "] edition = "2018" [dependencies] 19.4.3 ��� �� [package] name = "movie_lib_test" version = "0.1.0" authors = ["*** "] edition = "2018" [dependencies] movies_lib = { path = "../movie_lib" } extern crate movies_lib; use template [default] --lib Use a library template --edition Edition to set for the crate generated [possible values: 2015, 2018] --name 0 码力 | 168 页 | 1.24 MB | 1 年前3
09 MySQL 杨亮 《PHP语⾔程序设计》�� �� �� 1997 Ford E350 ac, abs, moon 3000 1999 Chevy Venture "Extended Edition" �� 4900 1999 Chevy Venture "Extended Edition, Very Large" �� 5000 1996 Jeep Grand Cherokee MUST SELL!��air, moon roof �� 1997,Ford,E350,"ac, abs, moon",3000 1999,Chevy,"Venture ""Extended Edition""",��,4900 1999,Chevy,"Venture ""Extended Edition, Very Large""",��,5000 1996,Jeep,Grand Cherokee,"MUST SELL!��air, moon0 码力 | 27 页 | 2.10 MB | 1 年前3
openEuler 21.03 技术白皮书Zhaoxin and the ARM architecture represented by Kunpeng and Phytium. In addition, an RISC-V trial edition of openEuler has been released. openEuler is intended to work with users and developers to improve JDK supports OpenJDK 8 and OpenJDK 11. Bisheng JDK 8 is compatible with Java Platform, Standard Edition (Java SE) and continuously contributes to the upstream OpenJDK community. Bisheng JDK has the following following responsibilities: • Collects technical and product requirements for the openEuler community edition, releases openEuler OS versions, and organizes other open source projects of the openEuler community0 码力 | 21 页 | 948.66 KB | 1 年前3
[试读] Angular 5 高级编程Second Edition Adam Freeman EISBN:978-1-4842-2306-2 Original English language edition published by Apress Media. Copyright © 2017 by Apress Media. Simplified Chinese-Language edition copyright (美)亚当 • 弗里曼(Adam Freeman) 著;杨明军 等译. —北京:清华大学出 版社,2018 (Web 开发经典丛书) 书名原文:Pro Angular, Second Edition ISBN 978-7-302-49117-0 Ⅰ. ①A… Ⅱ. ①亚… ②杨… Ⅲ. ①超文本标记语言-程序设计-教材 Ⅳ. ①TP312.8 中国版本图书馆 CIP 数据核字(2017)第0 码力 | 42 页 | 6.14 MB | 1 年前3
openEuler 21.09 技术白皮书BiSheng JDK supports both OpenJDK 8 and 11 versions, and is compatible with Java Platform, Standard Edition (Java SE). BiSheng JDK offers the following advantages: • Stable and efficient: In benchmark tests following responsibilities: • Collects technical and product requirements for the openEuler community edition, releases openEuler OS versions, and organizes other open source projects of the openEuler community improves marketspace and long-term planning. • Organizes best practices of the openEuler community edition, OS release version based on the openEuler community technology, and other open source projects0 码力 | 36 页 | 3.40 MB | 1 年前3
RISC-V 开放架构设计之道 1.0.0RISC-V reader: an open architecture atlas / David Patterson and Andrew Waterman. Description: First edition. | [Berkeley, California] : Strawberry Canyon LLC, 2017. | Includes bibliographical references and 至少一款指令集。否 则,您可能会希望阅读我们编写的基于 RISC-V 的体系结构入门书籍:《Computer Organization and Design RISC-V Edition, Second Edition: The Hardware Software Interface》2。 书中参考性质的内容包括: • 参考卡 —— 这一页(双面)RISC-V 总览囊括了 RV32GCV RISC-V。我们将用页边的蒙娜丽莎图标来强调我们认为体现优雅性的功能特性。 1.6 扩展阅读 ARM Ltd. ARM Architecture Reference Manual: ARMv7-A and ARMv7-R Edition, 2014. URL http://infocenter.arm.com/help/topic/com.arm.doc.ddi0406c/. A. Baumann. Hardware is0 码力 | 223 页 | 15.31 MB | 1 年前3
Comprehensive Rust(简体中文) 202412“测试版(beta)”和“夜间版(nightly)”。 • 新功能会先在“夜间版”上测试, “测试版”会每六周转为“稳定版”。 • 依赖关系也可以通过其他 registry、git 及文件夹等解析。 • Rust 区分版本(edition):当前版本是 Rust 2021。之前的版本是 Rust 2015 和 Rust 2018。 – 这些版本支持对语言进行向后不兼容的更改。 – 为防止破坏代码,版本是可选的:通过 Cargo #[deny(unsafe_op_in_unsafe_fn)]. Try adding it and see what happens. This will likely change in a future Rust edition. 30.6 实现 Unsafe Trait 与函数一样,如果您在实现某个 trait 时必须保证特定条件来避免未定义的行为,您也可以将该 trait 标 记为 unsafe。 例如,zerocopy // TODO } } Cargo.toml(无需对此进行更改): [workspace] [package] name = "compass" version = "0.1.0" edition = "2021" publish = false [dependencies] cortex-m-rt = "0.7.3" embedded-hal = "1.0.0" lsm303agr =0 码力 | 359 页 | 1.33 MB | 10 月前3
JavaScript Promise迷你书(中文版)• JavaScript: The Good Parts1 • JavaScript Patterns2 • JavaScript: The Definitive Guide, 6th Edition3 • Perfect JavaScript(日文版)4 1 http://shop.oreilly.com/product/9780596517748.do 2 http://shop.oreilly Rejected 的状态名称进行讲述。 Figure 1. promise states 在 ECMAScript Language Specification ECMA-262 6th Edition – DRAFT14 中 [[PromiseStatus]] 都是在内部定义的状态。 由于没有公 开的访问 [[PromiseStatus]] 的用户API,所以暂时还没有查询其内部 状态的方法。 Promises Promise规范自身 promise对象 promise对象指的是 Promise 实例对象 ES6 Promises 如果想明确表示使用 ECMAScript 6th Edition95 的话,可以使用ES6作为前缀 (prefix) Promises/A+ Promises/A+96。 这是ES6 Promises的前身,是一个社区规范,它和 ES6 Promises0 码力 | 112 页 | 1010.02 KB | 1 年前3
Rust 程序设计语言 简体中文版 1.85.0Rust 中文社区翻译。 本书的当前版本假设你使用 Rust 1.85.0(2025-02-17 发布)或更高版本并在所有项目的 Cargo.toml 文件中通过 edition = "2024"将其配置为使用 Rust 2024 edition 惯用法。请查 看第一章的 “安装” 部分了解如何安装和升级 Rust。 本书的英文原版 HTML 格式可以在 https://doc.rust-lang.org/stable/book/ Cargo.toml 文件。它应该看起来与示例 1-2 中代码类似: 文件名:Cargo.toml [package] name = "hello_cargo" version = "0.1.0" edition = "2024" 18/562Rust 程序设计语言 简体中文版 [dependencies] 这个文件使用 TOML (Tom’s Obvious, Minimal Language) 标题,表明下面的语句用来配置一个包。随着我们 在这个文件增加更多的信息,还将增加其他 section。 接下来的三行设置了 Cargo 编译程序所需的配置:项目的名称、项目的版本以及要使用的 Rust 版本。附录 E 会介绍 edition 的值。 最后一行,[dependencies],是罗列项目依赖的 section 的开始。在 Rust 中,代码包被称为 crates。这个项目并不需要其他的 crate,不过在第二章的第一个项目会用到依赖,那时会用0 码力 | 562 页 | 3.23 MB | 29 天前3
THE FIRST EXPLORATION OF PROJECT SPARROWHacking The Ethical Hacker's Handbook, Fourth Edition» (ISBN : 9787302428671) & «Linux Hardening in Hostile Networks, First Edition» (ISBN: 9787115544384) Pure software developmement0 码力 | 68 页 | 13.14 MB | 1 年前3
共 113 条
- 1
- 2
- 3
- 4
- 5
- 6
- 12













