Googel API key application April 12, 2024 less than 1 minute read 访问网址:https://code.google.com/apis/console/,使用你google账号登陆。 Previous Next Leave a comment
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