摘要: 原文标题:Understanding Futures In Rust -- Part 1 原文链接:https://www.viget.com/articles/understanding-futures-in-rust-part-1/ 公众号: Rust 碎碎念 翻译 by: Praying 背景 阅读全文
posted @ 2020-12-15 20:04 Praying 阅读(2494) 评论(0) 推荐(1) 编辑
摘要: 原文标题:Why doesn't Rust's BTreeMap have a with_capacity() method? 原文链接:https://www.nicolas-hahn.com/2020/11/30/btreemap-with-capacity/ 公众号: Rust 碎碎念 翻译 阅读全文
posted @ 2020-12-10 21:36 Praying 阅读(661) 评论(0) 推荐(0) 编辑
摘要: 原文标题:Understanding Partial Moves in Rust 原文链接:https://whileydave.com/2020/11/30/understanding-partial-moves-in-rust/ 公众号: Rust 碎碎念 翻译 by: Praying 最近,我 阅读全文
posted @ 2020-12-02 11:39 Praying 阅读(827) 评论(0) 推荐(0) 编辑
摘要: 原文标题:How Arc works in Rust 原文链接:https://medium.com/@DylanKerler1/how-arc-works-in-rust-b06192acd0a6 公众号: Rust 碎碎念 翻译 by: Praying 原子引用计数(Arc)类型是一种智能指针, 阅读全文
posted @ 2020-11-19 14:21 Praying 阅读(2179) 评论(4) 推荐(0) 编辑
摘要: 原文链接: http://www.sheshbabu.com/posts/rust-module-system/ 原文标题: Clear explanation of Rust’s module system 公众号: Rust碎碎念 翻译: Praying Rust的模块(module)系统相当令 阅读全文
posted @ 2020-11-13 14:27 Praying 阅读(910) 评论(1) 推荐(1) 编辑
摘要: 原文标题:Understanding Closures in Rust 原文链接:https://medium.com/swlh/understanding-closures-in-rust-21f286ed1759 公众号: Rust 碎碎念 翻译 by: Praying 概要 闭包(closur 阅读全文
posted @ 2020-11-12 17:07 Praying 阅读(1163) 评论(1) 推荐(1) 编辑
摘要: 原文链接:https://without.boats/blog/two-memory-bugs-from-ringbahn/ 原文标题:Two Memory Bugs From Ringbahn 公众号:Rust 碎碎念 翻译: Praying 在实现ringbahn[1]的时候,我引入了至少两个 阅读全文
posted @ 2020-11-03 16:15 Praying 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://dev.to/imaculate3/fearless-concurrency-5fk8 > 原文标题:That's so Rusty! Fearless concurrency 公众号:Rust 碎碎念 翻译: Praying 并发程序是指运行多个任务的程序(或看上去是多任 阅读全文
posted @ 2020-11-03 09:54 Praying 阅读(1945) 评论(0) 推荐(1) 编辑
摘要: 原文链接:https://hashrust.com/blog/arrays-vectors-and-slices-in-rust/ 原文标题:Arrays, vectors and slices in Rust 公众号:Rust 碎碎念 翻译: Praying 引言(Introduction) 在本 阅读全文
posted @ 2020-11-02 09:21 Praying 阅读(2165) 评论(1) 推荐(1) 编辑
摘要: 昨天在复习考研的时候,听一位英语老师讲课,他谈到,背单词是错误的学习方法,单词的理解应该放到上下文的语境当中。通用,语法的学习也是如此,单纯地剥离语法规则出来,依然学不好英语。我们学了这么多年汉语,对汉语的语法规则也说不出来一个一二三(好像学校教过修改病句)。但是句子听得多了,说的多了,自然也就会了 阅读全文
posted @ 2016-07-04 07:10 Praying 阅读(253) 评论(0) 推荐(0) 编辑