🚫 Ad Blocker Detected

Please disable your AD blocker to continue using this site. Ads help us keep the content free! please press keyboard F5 to refresh page after disabled AD blocker

請關閉廣告攔截器以繼續使用本網站。廣告有助於我們保證內容免費。謝謝! 關閉後請按 F5 刷新頁面

好點子沒價值,有價值的是把好點子實現

0%

Understand TLS/SSL networking flow

圖解 TLS/SSL 握手流程:從 ClientHello 到 Session Key 生成,完整解析 TLS 1.2 憑證驗證與加密建立過程

Read more »

C language implement foreach

In PostgreSQL, there isn't a native foreach loop construct in C, because C itself doesn't have a foreach loop as you might find in higher-level languages like

Read more »

postgresql source code install

手把手教學如何從 PostgreSQL 原始碼編譯安裝,在 Ubuntu 環境下載指定版本 source code 並進行 build、install 與 debug,適合想深入了解 PostgreSQL 內部運作的開發者

Read more »

Serverless + CloudFormation 撰寫 lambda

使用 Serverless Framework 搭配 AWS CloudFormation (IaC) 撰寫與部署 Lambda 函式,介紹 serverless.yml 設定與 .NET Core Lambda 部署流程

Read more »