Published onJune 18, 2022HTTP Status CodeNetworkAll HTTP response status codes are separated into five classes or categories.
Published onJune 15, 2022Copy MySQL data folderMySQLI often install different Linux OS, to save the time for MySQL setup, do the following.
Published onJune 14, 2022[LeetCode 40] Combination Sum IIBacktrackingGiven a collection of candidate numbers (`candidates`) and a target number (`target`), find all unique combinations in `candidates` where the candidate numbers sum to `target`.
Published onJune 13, 2022[LeetCode 90] Subsets IIBacktrackingGiven an integer array `nums` that may contain duplicates, return all possible subsets (the power set).