【LeetCode】解析_1. Two Sum

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.

...繼續閱讀 »

【ASP.NET MVC】 如何讓Conroller導向特定Action

如果有些使用者會隨便在網址後面加東西會發生什麼事情呢?

譬如我的正常網址是 https://webberTest/

那我非常調皮地把url 改成 https://webberTest/D6546464654645646546465465456

相當然爾,網址參數亂給,沒有設定的話 100% 是黃頁...

就算不是你的錯 但我看客戶以及你家PM會爆炸

現在教學一個簡單的 如果我們網址出現錯誤  要如何導到Index這頁

 

...繼續閱讀 »