做了一个昆虫数据库索引:https://devlog.fivsevn.com/natsci/taxonomy/insecta/natsci-taxonomy-insecta-database-001.html
现在只是做出了索引方式的大框架,总之不再是零散的笔记一样、看到一条填一条。具体的内容会慢慢填充。
// feed.rs
//! feed
/*

*/
// === module separator ===
// === module separator ===
/* structure */
struct Post<‘a> {
title: &’a str,
author: &’a str,
date: &’a str,
categories: &’a str,
tags: &’a str,
excerpt: &’a str,
comments: u32,
}
// === module separator ===
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
excerpt: “
做了一个昆虫数据库索引:https://devlog.fivsevn.com/natsci/taxonomy/insecta/natsci-taxonomy-insecta-database-001.html
现在只是做出了索引方式的大框架,总之不再是零散的笔记一样、看到一条填一条。具体的内容会慢慢填充。
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
excerpt: “
看到个新文章:No such thing as a shark? Genomes shake up ocean predator’s family tree
世界上其实没有“鲨鱼”?基因组研究撼动海洋顶级捕食者的家族谱系
原文链接:https://www.nature.com/articles/d41586-026-00594-w
ai翻译记在这里:https://devlog.fivsevn.com/natsci/taxonomy/chondrichthyes/natsci-taxonomy-chondrichthyes-translation-001.html
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
excerpt: “
最近开始整理有关软骨鱼纲的各种内容。先简单梳理了从纲到目的分类结构,同时记录了FAO资料库(联合国粮食及农业组织)的一些链接,比较有用。
新的笔记链接:https://devlog.fivsevn.com/natsci/taxonomy/chondrichthyes/natsci-taxonomy-chondrichthyes-orders-001.html
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
excerpt: “
sensor array stabilized baseline drift minor
传感器阵列稳定 轻微基线漂移
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
excerpt: “
pos cache flushed residual index drift
POS缓存清空 残余索引偏移已归位
“,
comments:
,
};
/* entries */
Post {
author: “
“,
date: “
“,
tags: “
“,
comments:
,
};
/* pagination */
mod pager {
pub const PAGES: &str = “
“;
}
// end of feed ✓
/* footer.rs */
fn main() {
render(&HOME);
}
//
compiling … ok
//
render finished ✓ at
//
version v26.02 · commit fi5se7n
//
//
contact: fivsevn0507@outlook.com