Library Search
结果页rust
在 技术栈 中找到 8 个匹配结果。
技术栈
技术栈
8 个 Rust # Rust 系统编程入门教程
## 第一章:Rust 为什么与众不同
### 1.1 内存安全的三种路线对比
| 语言 | 策略 | 代价 |
|------|------|------|
| C/C++ | 手动管理 | 悬垂指针、内存泄漏、UB |
| Java/Go/Python | GC 自动回收 | 运行时开销、暂停 |
| Rust | 编译期所有权+借用检查 | 无运行时开销… 3% React Native <FlatList
data={todos}
keyExtractor={(item) => item.id}
renderItem={renderItem}
ListEmptyComponent={
<Text style={styles.empty}>暂无任务,添加一个吧 ✨</Text>
}… 2% C# ```html
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>Alpine.js Demo</title>
<style>
body { font-family: system-ui; max-width: 600px; margin: 50px auto; background: #… 2% PyTorch 参考文献:
[
{
"type": "book",
"year": 2020,
"title": "Deep Learning with PyTorch",
"authors": [
"Eli Stevens",
"Luca Antiga",
"Thomas Viehmann"
]
},
{
"type… 2% Spring Batch @Bean
public Step importStep() {
return new StepBuilder("importStep", jobRepository)
.<Customer, Customer>chunk(100, transactionManager)
.reader(reader)… 2% CakePHP 参考文献:
[
{
"url": "https://book.cakephp.org",
"type": "web",
"year": 2024,
"title": "CakePHP Cookbook",
"authors": [
"CakePHP Team"
]
},
{
"url": "https://github… 1% spaCy : [{"LOWER": {"IN": ["python", "java", "rust"]}}]},
]
ruler.add_patterns(patterns)
doc = nlp("I use Python and Rust on my MacBook Pro.")
print([(ent.text, ent.label_) for ent in doc.ents])
# [('Pytho… 1% Astro 参考文献:
[
{
"url": "https://docs.astro.build",
"type": "web",
"year": 2024,
"title": "Astro Documentation",
"authors": [
"Astro Team"
]
},
{
"type": "article",… 1%