0%

Introduction

在 Windows 10/11 上透過 Microsoft Store 更新 Samsung Notes (v4.3.181.0) 後,此 App 已經不能在非 Galaxy Book 的電腦上執行。目前有兩種解決方案可以緩解此問題,您可以嘗試其中一種。但請不要將兩種解決方案混用。

Read more »

FFmpeg is a free and open-source software project consisting of a suite of libraries and programs for handling video, audio, and other multimedia files and streams. At its core is the command-line ffmpeg tool itself, designed for processing video and audio files. It is widely used for format transcoding, basic editing (trimming and concatenation), video scaling, video post-production effects, and standards compliance (SMPTE, ITU).

Wikipedia ── FFmpeg

Introduction

在本篇文章中會透過 FFmpeg 實現將影片編碼轉換。

Read more »

Introduction

雖然 LINE 官方有提供備份訊息的功能,但功能實在做得不盡人意,除了在備份的過程中時常會碰到失敗外,更為人詬病的便是在發展已經超過 10 年居然不支援跨系統間的同步。因此若是使用者有想更換不同的系統裝置,便需要背負丟失歷史訊息的條件。

而付費軟體 iTransor for LINE 提供了在不同裝置上進行 LINE 訊息的備份、還原與轉移的功能,並且在過程中會跳出圖文提示給使用者,讓使用者之現在該做什麼、以及該怎麼做,大幅降低了在跨裝置訊息轉移的難度。

Read more »

Migrate ASP.NET Core Razor Project

In this paragraph, we will update the ASP.NET Core project from 3.1 to 6.

The following table shows that current LTS version status:

LTS Version Release Date EOS
.NET Core 2.1 2018-05-30 2021-08-21
.NET Core 3.1 2019-12-03 2020-12-13
.NET 6 2021-11-08 2024-11-12
.NET 8 2023-11 (projected) 2026-12 (projected)
Read more »

Introduction

雖然在 Python 中可以通過 openpyxl 套件來很好的操作 Excel 讀寫,但當想要在檔案中插入 VBA macro 時便沒有辦法依靠 openpyxl。不過我們仍然可以透過 pywin32 套件來操作 Windows API,達到在 Excel 檔案中插入 VBA macro 的需求。

在本篇文章中將會提到:

  1. 透過 pywin32 對 XLSM 檔案插入 VBA macro。
  2. 解決在過程中會出現的「檔案信任」的問題。
  3. 將程式碼包裝為類(class)以方便使用,以及其使用範例。
  4. 如何透過 openpyxl 建立可插入 VBA macro 的 XLSM 檔案。
Read more »

Introduction

日前在偶然地瀏覽自己網站找資源的時候,發現 Cloudflare 顯示 Error 526 Invalid SSL certificate(如下圖所示),當下的第一反應是憑證過期,但在開始查找後發現案情並不單純。

error-526-invalid-ssl-certificate

Read more »

Introducion

目前存在許多密碼管理器,較為知名的包括 1Password、Bitwarden、LastPass 等。原先 LastPass 免費版支援跨平台與裝置使用,然而 LastPass 官方於 2021-20-16 變更免費版政策,自 2021-03-16 後,免費版用戶將只能選擇於單一類型的裝置使用:桌面裝置或行動裝置,此外,免費版將不提供電子郵件支援。

LastPass 此舉目的在於鼓勵免費版用戶升級至 Premium,目前訂閱價格為每月 $3,在限時內從免費版升級至 Premium 官方提供每月 $2.25 的優惠價格。

Read more »