Library Search
结果页axum
在 技术栈 中找到 8 个匹配结果。
技术栈
技术栈
8 个 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% CakePHP 参考文献:
[
{
"url": "https://book.cakephp.org",
"type": "web",
"year": 2024,
"title": "CakePHP Cookbook",
"authors": [
"CakePHP Team"
]
},
{
"url": "https://github… 2% PyTorch 参考文献:
[
{
"type": "book",
"year": 2020,
"title": "Deep Learning with PyTorch",
"authors": [
"Eli Stevens",
"Luca Antiga",
"Thomas Viehmann"
]
},
{
"type… 2% Neo4j def create_data(tx):
"""批量创建节点和关系"""
tx.run("""
CREATE (:Person {name: '张三', age: 21, major: '计算机科学'})
CREATE (:Person {name: '李四', age: 22, major: '数学'})
CREATE (:Pers… 2% Fiber 参考文献:
[
{
"url": "https://docs.gofiber.io/",
"type": "web",
"year": 2024,
"title": "Fiber 官方文档",
"authors": [
"Fiber Team"
]
},
{
"url": "https://github.com/val… 2% Laravel 参考文献:
[
{
"url": "https://laravel.com/docs",
"type": "web",
"year": 2024,
"title": "Laravel Documentation",
"authors": [
"Laravel Team"
]
},
{
"type": "book",… 2% ONNX ## ONNX
ONNX (Open Neural Network Exchange) 是由微软和 Facebook 于 2017 年联合推出的**开放神经网络互操作格式**。它定义了一种标准化的计算图表示,让 PyTorch / TensorFlow / scikit-learn 训练的模型可以导出为 `.onnx`,然后在任何支持 ONNX 的推理引擎上运行。
**核心价值:**
- **… 2% Redis 参考文献:
[
{
"url": "https://redis.io/docs/",
"type": "web",
"year": 2023,
"title": "Redis Official Documentation",
"authors": [
"Redis Ltd."
]
},
{
"type": "book"… 1%