iT邦幫忙

技術文章

RSS

我...也想成為火箭隊(16) - 紀錄給火箭隊的履歷

前言 嗨嗨各位,經過幾周後,大致上也準備好了給火箭隊的履歷,雖然本人高中是設計系,但AI、PS學得不是特別好,這次希望可以使用方便的方式製作有創意個性的履歷。...

leetcode with python:349. Intersection of Two Arrays

題目: Given two integer arrays nums1 and nums2, return an array of their intersec...

leetcode with python:345. Reverse Vowels of a String

題目: Given a string s, reverse only all the vowels in the string and return it....

leetcode with python:344. Reverse String

題目: Write a function that reverses a string. The input string is given as an ar...

蝦皮商品實作串接筆記-串接 API 蝦皮商品 (1)

前言 目標:串接蝦皮商品,目前串接蝦皮 OpenAPI 2.0 版本,串接手冊 這次要串接商品資料會用到的有 get_item_list 取得商品清單...

雲端主機與雲端伺服器的特別之處 台灣雲端主機申請方式

雲端主機 (Cloud Hosting) 是什麼? 雲端主機提供用戶享有獨立的主機空間與資源,雲端主機與 VPS 或其他主機不同之處在於沒有固定的主機規格,因雲...

Android 生命週期 - DefaultLifecycleObserver

和生命週期關聯的類別 tags: Android lifecycle DefaultLifecycleObserver doc:::info繼承自 Defaul...

Android 生命週期 - Fragment

Fragment lifecycle tags: Android lifecycle Fragment doc fragment lifecycle-callb...

Android 生命週期 - Activity

為什麼來寫這個呢?因為我在面試時發現自己忘光光QQ Activity lifecycle tags: Android activity lifecycle ac...

我...也想成為火箭隊(15) - 試著整理筆記-2 (JavaScript)

今天也是整理筆記,主要是MDN上學習。有一些地方寫了連自己都看不懂,但還是可能會用到,邏輯很醜還請見諒。本筆記DOM比較清楚、物件章節學得很亂,有誤還請指教!...

leetcode with python:342. Power of Four

題目: Given an integer n, return true if it is a power of four. Otherwise, return...

leetcode with python:338. Counting Bits

題目: Given an integer n, return an array ans of length n + 1 such that for each...

leetcode with python:15. 3Sum

題目: Given an integer array nums, return all the triplets [nums[i], nums[j], num...

MotionNet SourceCode 解讀[#3]-gen_data篇(part III)

adj_seq_cnt += 1 print("adj_seq",adj_seq_cnt) if adj_seq_cnt == num_ad...

FIDO身分驗證-無密碼多重要素驗證(MFA)

Windows PC和網路登入FIDO身份驗證器提供無密碼多重要素驗證(MFA),讓用戶能够安全地存取Windows PC和平板電腦。通過組合的FIDO PKI...

Python Async 有趣的結果

創建一個 add function ,讓每次 append 數字前先等待一秒。 import asyncio async def add(i): aw...

leetcode with python:12. Integer to Roman

題目: Roman numerals are represented by seven different symbols: I, V, X, L, C, D...

我...也想成為火箭隊(14) - 試著整理筆記(HTML、CSS)

今天先稍微整理一下以前亂透的筆記,待續... HTML <textarea> <textarea rows="30" co...

leetcode with python:11. Container With Most Water

題目: You are given an integer array height of length n. There are n vertical lin...

leetcode with python:8. String to Integer (atoi)

題目: Implement the myAtoi(string s) function, which converts a string to a 32-bi...

【ruby】GCP 部署 Ruby on Rails - 設定VM

進入 GCP Console: 網址:https://console.cloud.google.com/ 初次開始,畫面應該類似下圖 點選啟用,領取免費試用 步...

網址中的新頂級域名是什麼?如何註冊? 新頂級域名優缺點

新頂級域名是什麼? 新頂級域名 New gTLD (New Generic Top Level Domain) 為 2012 年起正式加入的第三種網域名稱類型,...

Windows 螢幕錄影教學:Win10 內建錄影軟體

遊戲玩家常利用遊戲錄影與其他玩家交流,想在電腦上分享遊戲教學,如何進行Windows螢幕錄影? 許多使用者可能以為需要額外下載其他軟體才能進行Windows螢幕...

MotionNet SourceCode 解讀[#2]-gen_data篇(part II)

這篇文章要繼續解讀 MotionNet 中 gen_data的第二部份。 for ann_token in corresponding_sample_rec['...

驗證不求人 — — 發佈自己的 npm 驗證套件

會寫這篇的原因除了是想紀錄自己寫驗證套件的經過(對我不記下來很快就會忘了。。),還有就是因為在工作上遇到需要寫一個前端的驗證方法,來應用在各個地方中,來減少每...

我...也想成為火箭隊(13) - 紀錄超初心者學遊戲製作(Cocos、其他資源)-2

前言 上一篇提到介紹剛學Unity的書籍,今天來補充一下其他看過的資源,但時間是一兩年前了,分類也有點雜,還請酌重參考就好。 Cocos開發 Cocos遊戲開發...

leetcode with python:326. Power of Three

題目: Given an integer n, return true if it is a power of three. Otherwise, retur...

leetcode with python:303. Range Sum Query - Immutable

題目: Given an integer array nums, handle multiple queries of the following type:...