Skip to main content

林協霆醫師

## 這裡有一些跟程式、醫學有關的文章

歡迎光臨 🦎 林協霆醫師的個人 blog,這個網站由一名 🦀oncology+🩸hematology 肥肉的內科專科醫師維護,這裡有點雜草叢生,有很多地方都還在施工中,有亂長的藤蔓跟隨意嫁接的樹苗

  • 當然,你也可以來蜥蜴花園 看看我的文章,說不定有什麼好玩的》 🎢
  • 我的 Github裡面也有一些有趣的東西
  • 訂閱 RSS feed 獲取最新文章更新
  • 也可以看看下面這些我最近寫的文章⬇︎

將大型 JSON 數據轉換為 SQLite:性能提升與管理簡化之探討

## 將大型 JSON 數據轉換為 SQLite:性能提升與管理簡化之探討

# Introduction

在處理大量 JSON 數據時,僅使用 JSON 文件可能會導致性能瓶頸和管理困難。SQLite 作為輕量級的嵌入式數據庫,提供了一種高效的替代方案。本研究旨在探討將大型 JSON 數據轉換為 SQLite 的優缺點,並介紹如何使用 CLI 工具和 Python 進行處理。

Asynchronous Command Execution in Neovim Using Lua

## Asynchronous Command Execution in Neovim Using Lua

# Introduction

Neovim is a highly customizable text editor that allows users to leverage the power of Lua for scripting and automation. This article demonstrates how to run a Lua function in Neovim, using a specific script designed to execute a command based on the current buffer’s file path. This functionality can enhance the development workflow by integrating external tools and automating repetitive tasks.