Flask 在 first commit 之后 經(jīng)過了 8 個年頭終于走到了 1.0 版本,想必是對完成度很有自信。接下來一個月的時間,打算把 ...
根據(jù)維基百科中關于刻意練習的描述,想要在某方面成為大師,必須分析成為大師需要的技能,并分解成塊,每天練習,并且立即得到反饋。 不過后面也說了,只...
參考維基百科Kerberos (protocol) - Wikipedia User Client-based logon 1. 用戶輸入密碼,...
因為最近的開發(fā)中用到 react,前后端分的比較開,遇到了 cors的問題,讀這篇文章把這個概念簡單梳理一下 Cross-Origin Reso...
Python 中有許多web框架,為了更好讀兼容性,python定義了web框架和web服務器之間讀接口,即PEP-3333(之前的版本是 PE...
Implement regular expression matching with support for'.'and'*'.'.' Matc...
Given a strings, find the longest palindromic substring ins.You may assu...
Median of Two Sorted ArraysThere are two sorted arraysnums1andnums2of si...
Longest Substring Without Repeating Characters 下面是 LeetCode 原題 Given a s...