Googel API key application April 12, 2024 less than 1 minute read 访问网址:https://code.google.com/apis/console/,使用你google账号登陆。 Previous Next Leave a comment
Adding internal hyperlinks to Zotero author–year citations in Word July 9, 2026 12 minute read Generated with AI assistance 这篇文章记录一个用于 Word 和 Zotero 的 VBA 宏。它的目标是为正文中的 Zotero 作者–年份 引用自动添加内部超链接,使读者点击文中引用时,可以跳转到文末参考文献列表中对应的条目。
Building my personal website with Jekyll June 8, 2026 6 minute read Generated with AI assistance 这篇文章记录我的个人博客网站从基础主题到自定义架构的搭建过程。它并不是一篇从零开始的 Jekyll 教程,而是对本站整体结构、功能设计和若干关键改造经验的总结。
Generating polygon boundary from line data April 21, 2026 2 minute read 对线要素进行聚合生成面单元,以获取边界。可以通过两种方法实现:凸包和凹包。 代码如下。
Leave a comment