Flask 在 first commit 之后 经过了 8 个年头终于走到了 1.0 版本,想必是对完成度很有自信。接下来一个月的时间,打算把 ...
根据维基百科中关于刻意练习的描述,想要在某方面成为大师,必须分析成为大师需要的技能,并分解成块,每天练习,并且立即得到反馈。 不过后面也说了,只...
参考维基百科Kerberos (protocol) - Wikipedia User Client-based logon 1. 用户输入密码,...
因为最近的开发中用到 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...