快轉到主要內容
Liu Zhe You

Liu Zhe You

Intern @Appier / CSIE @NCKU

最近的文章

2024 Appier 暑期實習心得
·8 分鐘
Blog Zh-Tw Intern
在 Appier - Data Platform 部門的後端暑期實習心得
2024 Dcard 暑期實習後端作業
·6 分鐘
Blog Zh-Tw Backend Intern System-Design Dcard
2024 Dcard 暑期實習後端作業
2024 台積電暑期實習面試
·2 分鐘
Blog Zh-Tw Intern
2024 台積電暑期實習面試
2024 Dcard 暑期實習面試
·4 分鐘
Blog Zh-Tw Intern
2024 Dcard 暑期實習面試
2024 Appier 暑期實習面試
·2 分鐘
Blog Zh-Tw Intern
2024 Appier 暑期實習面試
2024 軟體暑期實習面試心得
·2 分鐘
Blog Zh-Tw Intern
2024 軟體暑期實習面試心得 - Appier / Dcard / TSMC
PGMQ(PostgreSQL Message Queue) 設定
·2 分鐘
Blog Zh-Tw Backend Postgresql
PGMQ 是一個運行在 Postgres 上的輕量級 Message Queue,類似於 AWS SQS 和 RSMQ。 本篇介紹如何使用使用 Docker Compose 設定 PGMQ 並以官方 Python 客戶端連接
Hugo Functions:從 Slice 中取得特定範圍
·1 分鐘
Blog Zh-Tw Hugo
如何在 Hugo 中從 Slice 中取得特定範圍?
Redis 持久化設定:RDB 與 AOF
·4 分鐘
Blog Zh-Tw Database Redis
Redis 持久化設定:RDB 與 AOF
在 SqlAlchemy 使用 Transaction
·2 分鐘
Blog Zh-Tw SqlAlchemy Backend Python
如何在 SqlAlchemy 中使用 Transaction
Python: 重複讀取檔案(BinaryIO)
·1 分鐘
Blog Zh-Tw Python
在 Python 中重複讀取檔案 (BinaryIO),如何解決在第二次讀取時出現空內容的問題。
PgBouncer: 輕量 Postgres 連接池
·2 分鐘
Blog Database Zh-Tw Postgresql
以 PgBouncer 解決 Django 後端 DB connection 過多的問題