[已解決][Linux] 安裝 Python 出現錯誤訊息: zipimport.ZipImportError: can’t decompress data
Last Updated on 2021-10-25 by Clay
今天當我在 Linux 環境中安裝 Python 指定版本時,出現以下錯誤訊息:
Read More »[已解決][Linux] 安裝 Python 出現錯誤訊息: zipimport.ZipImportError: can’t decompress dataLast Updated on 2021-10-25 by Clay
今天當我在 Linux 環境中安裝 Python 指定版本時,出現以下錯誤訊息:
Read More »[已解決][Linux] 安裝 Python 出現錯誤訊息: zipimport.ZipImportError: can’t decompress dataLast Updated on 2021-10-25 by Clay
前段時間由於安裝 Linux 作業系統時出現了點問題,導致開機後只進入命令列模式(桌面環境沒有成功安裝)且沒有任何網路訊號(wifi 界面無驅動程式)。
Read More »[Linux] 使用命令列配置 Wifi 設定Last Updated on 2021-10-25 by Clay
當我們想要將開發好的 App 上架到 Google Play 商店時,往往都需要用使用 keytool 這個 Java 所提供的工具來產生、匯入和匯出憑證。依預設,keytool 將在其執行目錄中建立金鑰庫檔案(不過這當然可以更改輸出位置)。
Read More »[已解決] keytool: command not foundLast Updated on 2021-10-25 by Clay
在使用 Flutter 開發 App 時,我們若是有要提醒使用者的訊息,可以藉由 SnackBar 類型的訊息元件來呈現。畢竟在 App 使用上,總無法使用 print()
函式、甚至是替顯示訊息做一個新的界面。