2023 iThome 鐵人賽
帶我們前進的 是想證明自己的力量
Mobile Development
選手 49 文章 1310
Day 5
2023-09-20
819
0
大家好!今天要為大家帶來的是~ Swift Package Manager 的教學!在去年鐵人賽時,有先為大家帶來 CocoaPods 的教學了,這兩者為我們帶...
Day 21
2023-10-06
819
0
動態島功能進階使用 預測後續iPhone機型都會配備動態島設計,這篇來說說導航跟動態島配合的使用方式 有無動態島之差異 首先大家必須知道,動態島本身是「挖孔設...
Day 19
2023-09-23
818
0
完成 App 後,就要準備打包與上架了。首先來看打包 Android App 的步驟: 在 gitignore 加上 *.keystore 否則會有資安問題...
Day 16
2023-09-26
818
0
利用Security實作身分驗證 在Spring Security配置類中加入身份驗證 在SecurityConfig中加入: .authenticationP...
Day 18
2023-09-28
817
0
Compose中的AlertDialog建立今天要來將過去使用Java、Kotlin建立過的AlertDialog放入JetpackCompose來使用。 Al...
Day 23
2023-09-23
816
0
基本資訊 難度: Easy 網址: https://leetcode.com/problems/find-pivot-index/ 資料結構與演算法...