前言 嗨嗨各位,經過幾周後,大致上也準備好了給火箭隊的履歷,雖然本人高中是設計系,但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...
adj_seq_cnt += 1 print("adj_seq",adj_seq_cnt) if adj_seq_cnt == num_ad...
Windows PC和網路登入FIDO身份驗證器提供無密碼多重要素驗證(MFA),讓用戶能够安全地存取Windows PC和平板電腦。通過組合的FIDO PKI...
創建一個 add function ,讓每次 append 數字前先等待一秒。 import asyncio async def add(i): aw...
題目: Roman numerals are represented by seven different symbols: I, V, X, L, C, D...
今天先稍微整理一下以前亂透的筆記,待續... HTML <textarea> <textarea rows="30" co...
題目: You are given an integer array height of length n. There are n vertical lin...
題目: Implement the myAtoi(string s) function, which converts a string to a 32-bi...
進入 GCP Console: 網址:https://console.cloud.google.com/ 初次開始,畫面應該類似下圖 點選啟用,領取免費試用 步...
新頂級域名是什麼? 新頂級域名 New gTLD (New Generic Top Level Domain) 為 2012 年起正式加入的第三種網域名稱類型,...
遊戲玩家常利用遊戲錄影與其他玩家交流,想在電腦上分享遊戲教學,如何進行Windows螢幕錄影? 許多使用者可能以為需要額外下載其他軟體才能進行Windows螢幕...
這篇文章要繼續解讀 MotionNet 中 gen_data的第二部份。 for ann_token in corresponding_sample_rec['...
def get_instance_boxes_multisweep_sample_data(cls,...
會寫這篇的原因除了是想紀錄自己寫驗證套件的經過(對我不記下來很快就會忘了。。),還有就是因為在工作上遇到需要寫一個前端的驗證方法,來應用在各個地方中,來減少每...
前言 上一篇提到介紹剛學Unity的書籍,今天來補充一下其他看過的資源,但時間是一兩年前了,分類也有點雜,還請酌重參考就好。 Cocos開發 Cocos遊戲開發...
題目: Given an integer n, return true if it is a power of three. Otherwise, retur...
題目: Given an integer array nums, handle multiple queries of the following type:...