鏈接: https://leetcode.com/problems/longest-substring-without-repeating-characters/ 原題: G...
鏈接: https://leetcode.com/problems/longest-substring-without-repeating-characters/ 原題: G...
鏈接:https://leetcode.com/problems/delete-node-in-a-linked-list/原題:Write a function to de...
鏈接:https://leetcode.com/problems/sum-of-left-leaves/原題:Find the sum of all left leaves ...
鏈接:https://leetcode.com/problems/plus-one/原題:Given a non-negative number represented as...
鏈接:https://leetcode.com/problems/linked-list-cycle/原題:Given a linked list, determine if...
僅供記錄 Ctrl + a,回到行首 Ctrl + e,跳到行末 Ctrl + d,刪除光標(biāo)后一個(gè)字符 Ctrl + h,刪除光標(biāo)前一個(gè)字符,等效于 backspace Ct...
鏈接:https://leetcode.com/problems/add-two-numbers/原題:You are given two linked lists repr...
鏈接:https://leetcode.com/problems/two-sum/submissions/原題: Given an array of integers, re...
鏈接: https://leetcode.com/problems/symmetric-tree/原題: 分析:這道題要求的是判斷一顆二叉樹是不是對稱二叉樹, 可以白話一點(diǎn)說...
鏈接: https://leetcode.com/problems/remove-element/原題: 分析:本題要求不另開辟內(nèi)存給新的數(shù)組,所以只能在原先數(shù)組上進(jìn)行操作,...
前言 之前看過一篇文章是 一登微服務(wù)架構(gòu)配置文件存放,找了好久 連接沒有找到。大體意思是, 微服務(wù)由于服務(wù)眾多,節(jié)點(diǎn)眾多,就有個(gè)問題,是如何管理如此眾多的服務(wù)配置。作者的是通...
引言 平常我們在web服務(wù)中或多或少會(huì)用到cache,這次我們說的便是nginx cache。在代理層上的cache,有別于redis或memcache那種業(yè)務(wù)cache,n...
簡介 Apache JMeter是Apache組織開發(fā)的基于Java的壓力測試工具。用于對軟件做壓力測試,它最初被設(shè)計(jì)用于Web應(yīng)用測試,但后來擴(kuò)展到其他測試領(lǐng)域。 它可以用...
由于文章篇幅較長,而作者精力有限,不希望這么早就精盡人亡,故分成上下篇來寫消息系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)。上篇主要講的是一些概念,搞清楚我們要做的這個(gè)消息系統(tǒng)的主要內(nèi)容。而下篇主要講具...