今天也來解Reverse的題目
題目 ARMssembly 0
方法1
直接用ARM編譯器來解,再轉為hex即可
方法2
在assembly code的mai...
DAY 3 試題
問題描述
最長不重複子字串長度給定一個字串 s,找出其中不包含重複字元的 最長子字串 的長度。
例子:Input: s = "ab...
今天一共會有 2 題 easy 程度的 Web Exploitation,事不宜遲,開始今天的練習吧~
小小知識
Cookie 是一種在用戶端保存資料的技術。伺...
探索 Python 的 collections 模組
在 Python 中,collections 模組提供了一組高效的資料結構,這些資料結構擴展了內建類別如...
嘿!各位工程師朋友們,今天我們來聊聊一個相當經典的 Leetcode 題目,叫做「Longest Substring Without Repeating Ch...
原文題目Given an integer array nums of unique elements, return all possible subsets(...