排序平方後的數字陣列:參考及出處:LeetCode
2019-02-11
排序平方後的數字陣列:參考及出處:LeetCode
轉變小寫
參考及出處網站:Leetcode
珠寶與石頭 參考及出處:LeetCode
如圖:
反向數字
參考及出處網站:Leetcode
1. Two Sum(Easy)
Given an array of integers, return indices of the two numbers such that they add up to a specific target.
You may assume that each input would have exactly one solution, and you may not use the same element twice.
問題及參考網站取自 Leetcode.
如何運作你的Node.js
學習Node.js筆記
如果有些使用者會隨便在網址後面加東西會發生什麼事情呢?
譬如我的正常網址是 https://webberTest/
那我非常調皮地把url 改成 https://webberTest/D6546464654645646546465465456
相當然爾,網址參數亂給,沒有設定的話 100% 是黃頁...
就算不是你的錯 但我看客戶以及你家PM會爆炸
現在教學一個簡單的 如果我們網址出現錯誤 要如何導到Index這頁