執行下方指令安裝Another Redis Desktop 打開Another Redis Desktop.a […]
網誌
[Postman] Mock Servers(含圖和Json)
為何需要使用到Mock?可參考這篇[面試][後端]在正式 API 完成前,如何讓要串接的工程師不要空等? 不只 […]
[Ubuntu] Ubuntu22網卡遺失
某天工作發現右上角網路的標誌整個不見… 若有出現logical name: ens33代表正常 把manage […]
[Python] 與MongoDB連接(並使用GUI:Studio 3T)
本篇使用虛擬機VMware安裝ubuntu20.04,並安裝docker。Windows使用GUI Studi […]
[Golang] aes各种加密方式(CBC/ECB/CFB)含Code
執行結果 驗證網站:AES在線加密解密工具
[Python] 製作一個exe檔案在windows執行
以下為pycharm初始的Code,請先確認環境與package可install與執行指令。 本篇程式碼檔案名 […]
[Golang] Gin & Goland & go.mod 快速建立
打開Goland後main.go檔內複製下方的Code: 會看到很多紅字如下圖 打開Goland的file – […]
[Golang] 創建BOT&發送訊息
創建BOT,加入好友並取得token 打開Telegram搜尋:@BotFather 加入好友後,輸入/sta […]
[Golang] goroutine & channel & select
channel 發送數據: 通道變量<-value接收數據: data, err:= <-ch 顯 […]
[Golang] 接口interface
範例: 顯示 空接口類型