Algorithm
本周Leetcode算法题:
Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.
Example 1:
1 | Input: "babad" |
Example 2:
1 | Input: "cbbd" |
解答详情:
1 | class Solution { |
Review
博文讲述了Netflix围绕数据建立的基础架构体系工程实践经验
Tip
背景: 项目认证使用Oauth2授权码模式出现500
现象: user must be authenticated with spring security before authorization can be completed.
Sharing
对于微服务的思考