題目: Given a string s, find the first non-repeating character in it and return i...
題目: Given two strings ransomNote and magazine, return true if ransomNote can be...
首先要將 VM 軟體套件更新至最新版本 apt-get 是更新 Ubuntu 上的軟體套件版本的指令 sudo apt-get update sudo apt...
http://slashview.com/archive2022/20220711.html原來是TLS問題,照著這篇下載作者的三個修正檔案執行後重開機,執行微...
題目: Given a string containing digits from 2-9 inclusive, return all possible le...
前言 昨天經過一番波折,總算把要給火箭隊的履歷給交出去了!接下來就看面試了,來聊聊十七天寫文章and準備的心得。 第一次發文的心得 這十七天最原本的意思 其實第...
題目: Given an integer array nums of length n and an integer target, find three i...
JessYanCoding - MVPArms 別忘了按下讚並追蹤我喔~MVPArms 基於 MVP 開發的 Android App 通用架構,集成了許多開源項...
對於一個簡單的聊天室而言,大致上只需要User資料表記錄使用者,Message資料表紀錄訊息內容、發送方使用者、接受方使用者、時間戳等等。 問題是,如果是多人聊...
-NIST SDLC 和 RMF執行的典型步驟如下: 盤點資訊資產 分配資產所有者 資產所有者根據業務價值對資產進行分類。 評估資產風險 根據安全控制框架(如...
題目: We are playing the Guess Game. The game is as follows: I pick a number fr...
題目: Given a positive integer num, write a function which returns True if num is...
題目: Given two integer arrays nums1 and nums2, return an array of their intersec...
前言 目標:串接蝦皮商品,目前串接蝦皮 OpenAPI 2.0 版本,串接手冊這次要串接商品資料會用到的有 get_item_list 取得商品清單 g...
ViewModel lifecycle tags: Android lifecycle ViewModel viewModel 規則,viewModel 永遠...
在ui中保存狀態 tags: Android doc viewState 只要有 id ,就可以自動保存到 onSaveInstanceState,不用做額外處...
前言 嗨嗨各位,經過幾周後,大致上也準備好了給火箭隊的履歷,雖然本人高中是設計系,但AI、PS學得不是特別好,這次希望可以使用方便的方式製作有創意個性的履歷。...
題目: Given two integer arrays nums1 and nums2, return an array of their intersec...
題目: Given a string s, reverse only all the vowels in the string and return it....
題目: Write a function that reverses a string. The input string is given as an ar...
前言 目標:串接蝦皮商品,目前串接蝦皮 OpenAPI 2.0 版本,串接手冊 這次要串接商品資料會用到的有 get_item_list 取得商品清單...
雲端主機 (Cloud Hosting) 是什麼? 雲端主機提供用戶享有獨立的主機空間與資源,雲端主機與 VPS 或其他主機不同之處在於沒有固定的主機規格,因雲...
和生命週期關聯的類別 tags: Android lifecycle DefaultLifecycleObserver doc:::info繼承自 Defaul...
Fragment lifecycle tags: Android lifecycle Fragment doc fragment lifecycle-callb...
為什麼來寫這個呢?因為我在面試時發現自己忘光光QQ Activity lifecycle tags: Android activity lifecycle ac...
今天也是整理筆記,主要是MDN上學習。有一些地方寫了連自己都看不懂,但還是可能會用到,邏輯很醜還請見諒。本筆記DOM比較清楚、物件章節學得很亂,有誤還請指教!...
題目: Given an integer n, return true if it is a power of four. Otherwise, return...
題目: Given an integer n, return an array ans of length n + 1 such that for each...
題目: Given an integer array nums, return all the triplets [nums[i], nums[j], num...