LeetCode LintCode 干貨全集


事情是這樣的. 下面這個就是我在GitHub上面自動生成的LintCode表格. 當時先做的是LintCode, 大約有150來道谴蔑。

現(xiàn)在轉(zhuǎn)手來做LeetCode,作為復習和鞏固,每一篇都會詳細把要點摘錄一下。而過去做過的這些LintCode, 就不一片片更新拉褂始,一口氣放在這篇文章里面。

更新到300多時描函,已經(jīng)進入另一個階段啦崎苗。我之前還有做過另外一個專題,叫做ReviewPage, 復習頁面舀寓,大體上是把做過的題目用中文總結(jié)了一遍益缠,方便未來在復習時候可以瀏覽。在簡書這里也貼上一貼吧:ReviewPage復習總結(jié)頁基公。

所有內(nèi)容都來自我的GitHub:
https://github.com/awangdev/LintCode

Java Algorithm Problems

程序員的一天

從開始這個Github已經(jīng)有將近兩年時間, 很高興這個repo可以幫到有需要的人. 我一直認為, 知識本身是無價的, 因此每逢閑暇, 我就會來維護這個repo, 給刷題的朋友們一些我的想法和見解. 下面來簡單介紹一下這個repo:

README.md: 所有所做過的題目

ReviewPage.md: 所有題目的總結(jié)和歸納(不斷完善中)

KnowledgeHash2.md: 對所做過的知識點的一些筆記

SystemDesign.md: 對系統(tǒng)設計的一些筆記

Future Milestone: 我準備將一些有意思的題目幅慌,做成視頻的形式給大家參考

在這里! 安利一下自己的副業(yè)

介紹一下自己! 大家在YouTube或者B站都可以搜到我: "張土汪"

最近一份關于工作的影片: 程序猿二月工作爆肝回憶錄!

最近我開始在做自己的Youtube Channel, 雖然還沒有定下任何方向, 但是目前我會做幾部分的內(nèi)容:

  • 工作經(jīng)驗的分享/目前學習經(jīng)歷: 當然會跟Software Engineer比較相關
  • 在美國的生活/學生時代的經(jīng)歷, vlog等
  • 個人的興趣愛好: 唱歌!!!

希望在這里參考刷題經(jīng)驗時, 可以去關注我的Channel! 有任何對在美國工作的疑問, 疑惑, 都可以給我留言/私信/郵件.

程序猿二月工作爆肝回憶錄!

希望大家學習順利, 對未來充滿希望!
有問題可以給我寫郵件(wangdeve@gmail.com), 或者在GitHub上發(fā)issue給我.

下面進入干貨索引.

Sequence Problem
0 Count of Smaller Number before itself.java
1 Evaluate Division.java
2 Fraction to Recurring Decimal.java
3 Gray Code.java
4 Hamming Distance.java
5 Happy Number.java
6 HashWithArray.java
7 Heaters.java
8 IndexMatch.java
9 Insert Node in a Binary Search Tree .java
10 Jewels and Stones.java
11 Kth Smallest Sum In Two Sorted Arrays.java
12 LFU Cache.java
13 Longest Univalue Path.java
14 Majority Number II.java
15 Majority Number III.java
16 Matrix Zigzag Traversal.java
17 Maximum Subarray III.java
18 Minimum Absolute Difference in BST.java
19 Minimum Height Trees.java
20 Missing Ranges.java
21 Next Permutation.java
22 O(1) Check Power of 2.java
23 Palindrome Permutation II.java
24 Partition Array by Odd and Even.java
25 Pascal's Triangle II.java
26 Permutation Index.java
27 Permutation Sequence.java
28 Prefix and Suffix Search.java
29 Product of Array Exclude Itself.java
30 Recover Rotated Sorted Array.java
31 Remove Duplicates from Unsorted List.java
32 Remove Node in Binary Search Tree.java
33 Reshape the Matrix.java
34 Reverse String.java
35 Rotate Image.java
36 Search in Rotated Sorted Array II.java
37 Search Insert Position.java
38 Shortest Word Distance.java
39 Single Number II.java
40 Single Number III.java
41 Single Number.java
42 Space Replacement.java
43 Stone Game.java
44 String Permutation.java
45 Subarray Sum II.java
46 The Smallest Difference.java
47 Total Occurrence of Target.java
48 Trailing Zeros.java
49 Two Lists Sum.java
50 Two Strings Are Anagrams.java
51 Valid Sudoku.java
52 Word Pattern.java
53 Zigzag Iterator.java
54 Find Anagram Mappings.java
55 Judge Route Circle.java
56 Island Perimeter.java
57 Power of Three.java
58 Plus One.java
59 Power of Two.java
60 Reverse Vowels of a String.java
61 Guess Number Higher or Lower.java
62 Encode and Decode TinyURL.java
63 Wiggle Sort.java
64 Queue Reconstruction by Height.java
65 Two Sum II - Input array is sorted.java
66 2 Sum II.java
67 Coin Change.java
68 Maximum Product Subarray.java
69 3 Sum Closest.java
70 Triangle Count.java
71 3Sum.java
72 k Sum.java
73 Unique Binary Search Tree.java
74 Trim a Binary Search Tree.java
75 Unique Paths II.java
76 Bomb Enemy.java
77 3Sum Smaller.java
78 Array Partition I.java
79 1-bit and 2-bit Characters.java
80 Non-decreasing Array.java
81 Max Consecutive Ones.java
82 Find All Numbers Disappeared in an Array.java
83 Maximum Average Subarray I.java
84 Largest Number At Least Twice of Others.java
85 Toeplitz Matrix.java
86 Sum of Two Integers.java
87 Swap Bits.java
88 Update Bits.java
89 Maximum XOR of Two Numbers in an Array.java
90 Perfect Squares.java
91 Backpack VI.java
92 Copy Books.java
93 Valid Perfect Square.java
94 Intersection of Two Arrays II.java
95 Scramble String.java
96 Binary Search Tree Iterator.java
97 Flatten Nested List Iterator.java
98 Best Time to Buy and Sell Stock with Cooldown.java
99 Find Peak Element.java
100 Longest Common Subsequence.java
101 Interleaving String.java
102 Letter Combinations of a Phone Number.java
103 Edit Distance.java
104 Distinct Subsequences.java
105 Majority Element.java
106 Ones and Zeroes.java
107 Pow(x, n).java
108 Word Break II.java
109 Nested List Weight Sum.java
110 Same Tree.java
111 Convert Sorted Array to Binary Search Tree.java
112 Construct Binary Tree from Preorder and Inorder Traversal.java
113 Add Digits.java
114 Add Two Numbers.java
115 Add Two Numbers II.java
116 Balanced Binary Tree.java
117 Valid Anagram.java
118 Populating Next Right Pointers in Each Node.java
119 Validate Binary Search Tree.java
120 Convert Sorted List to Binary Search Tree.java
121 Flatten Binary Tree to Linked List.java
122 Binary Tree Paths.java
123 Minimum Size Subarray Sum.java
124 Longest Substring Without Repeating Characters.java
125 Minimum Window Substring.java
126 Linked List Cycle.java
127 Remove Nth Node From End of List.java
128 Longest Substring with At Most K Distinct Characters.java
129 Linked List Cycle II.java
130 Kth Smallest Element in a Sorted Matrix.java
131 Find Minimum in Rotated Sorted Array.java
132 Find Minimum in Rotated Sorted Array II.java
133 Connecting Graph.java
134 Connecting Graph II.java
135 Connecting Graph III.java
136 Number of Islands.java
137 Number of Islands II.java
138 Surrounded Regions.java
139 Implement Trie (Prefix Tree).java
140 Add and Search Word - Data structure design.java
141 Word Search II.java
142 Word Search.java
143 Word Squares.java
144 Trapping Rain Water.java
145 Min Stack.java
146 Implement Queue using Stacks.java
147 Decode String.java
148 Largest Rectangle in Histogram.java
149 Maximum Binary Tree.java
150 Reverse Integer.java
151 Swap Nodes in Pairs.java
152 Find Peak Element II.java
153 Sqrt(x).java
154 First Bad Version.java
155 Wood Cut.java
156 Find the Duplicate Number.java
157 Palindrome Pairs.java
158 Game of Life.java
159 Maximum Average Subarray II.java
160 Meeting Rooms.java
161 Number of Airplane in the sky.java
162 Meeting Rooms II.java
163 The Skyline Problem.java
164 Unique Path.java
165 Maximal Rectangle.java
166 Maximal Square.java
167 Longest Increasing Path in a Matrix.java
168 Coins in a Line.java
169 Coins in a Line II.java
170 Binary Tree Inorder Traversal.java
171 Binary Tree Postorder Traversal.java
172 Change to Anagram.java
173 Classical Binary Search.java
174 Climbing Stairs.java
175 Coins in a Line III.java
176 Closest Binary Search Tree Value.java
177 Compare Version Numbers.java
178 Count Complete Tree Nodes.java
179 Course Schedule.java
180 Course Schedule II.java
181 Binary Tree Preorder Traversal.java
182 Closest Number in Sorted Array.java
183 Complete Binary Tree.java
184 Compare Strings.java
185 Contains Duplicate.java
186 Contains Duplicate II.java
187 Contains Duplicate III.java
188 Burst Balloons.java
189 Nim Game.java
190 Convert Integer A to Integer B.java
191 Cosine Similarity.java
192 Count 1 in Binary.java
193 Count and Say.java
194 K Edit Distance.java
195 Jump Game.java
196 Coin Change 2.java
197 Paint House.java
198 Decode Ways.java
199 Longest Continuous Increasing Subsequence.java
200 Minimum Path Sum.java
201 Counting Bits.java
202 Continuous Subarray Sum.java
203 House Robber.java
204 House Robber II.java
205 House Robber III.java
206 Paint House II.java
207 Best Time to Buy and Sell Stock III.java
208 Best Time to Buy and Sell Stock IV.java
209 Russian Doll Envelopes.java
210 Permutation in String.java
211 Permutations II.java
212 Shuffle an Array.java
213 Find All Anagrams in a String.java
214 Group Anagrams.java
215 Backpack.java
216 Backpack II.java
217 Backpack V.java
218 Count Primes.java
219 Delete Node in a Linked List.java
220 Excel Sheet Column Number.java
221 Excel Sheet Column Title.java
222 Flip Game.java
223 Expression Tree Build.java
224 Expression Evaluation.java
225 Convert Expression to Polish Notation.java
226 Convert Expression to Reverse Polish Notation.java
227 Evaluate Reverse Polish Notation.java
228 Decode Ways II.java
229 Palindrome Partitioning II.java
230 Backpack III.java
231 First Missing Positive.java
232 Implement strStr().java
233 Insertion Sort List.java
234 Interleaving Positive and Negative Numbers.java
235 Largest Number.java
236 Last Position of Target.java
237 Length of Last Word.java
238 Longest Common Substring.java
239 Longest Increasing Continuous subsequence.java
240 Longest Increasing Continuous subsequence II.java
241 N-Queens.java
242 N-Queens II.java
243 Maximum Subarray.java
244 Maximum Subarray II.java
245 Median.java
246 Middle of Linked List.java
247 Singleton.java
248 Remove Linked List Elements.java
249 Fibonacci.java
250 Palindrome Linked List.java
251 Reverse Linked List.java
252 Reverse Linked List II .java
253 Intersection of Two Linked Lists.java
254 Palindrome Permutation.java
255 Valid Palindrome.java
256 Implement Stack using Queues.java
257 Implement Stack.java
258 Invert Binary Tree.java
259 Maximum Depth of Binary Tree.java
260 Minimum Depth of Binary Tree.java
261 Symmetric Tree.java
262 Tweaked Identical Binary Tree.java
263 Merge Two Binary Trees.java
264 Subtree.java
265 Lowest Common Ancestor of a Binary Tree.java
266 Lowest Common Ancestor II.java
267 Lowest Common Ancestor of a Binary Search Tree.java
268 Hash Function.java
269 Merge Two Sorted Lists.java
270 Missing Number.java
271 LRU Cache.java
272 Remove Duplicates from Sorted Array.java
273 Remove Duplicates from Sorted Array II.java
274 Remove Duplicates from Sorted List.java
275 Remove Duplicates from Sorted List II.java
276 QuickSort.java
277 MergeSort.java
278 Longest Word in Dictionary.java
279 Binary Tree Level Order Traversal.java
280 Binary Tree Level Order Traversal II.java
281 Binary Tree Longest Consecutive Sequence II.java
282 Binary Tree Maximum Path Sum.java
283 Path Sum.java
284 Path Sum II.java
285 Path Sum III.java
286 Rotate String.java
287 Combinations.java
288 Combination Sum IV.java
289 Binary Tree Right Side View.java
290 Binary Tree Maximum Path Sum II.java
291 Rotate List.java
292 Basic Calculator.java
293 Longest Consecutive Sequence.java
294 Binary Tree Longest Consecutive Sequence.java
295 Number of Connected Components in an Undirected Graph.java
296 Next Closest Time.java
297 Serialize and Deserialize Binary Tree.java
298 Partition Array.java
299 Word Ladder.java
300 Unique Word Abbreviation.java
301 Unique Binary Search Tree II.java
302 Ugly Number.java
303 Top K Frequent Words.java
304 Segment Tree Build.java
305 Segment Tree Build II.java
306 Segment Tree Query.java
307 Segment Tree Modify.java
308 Segment Tree Query II.java
309 Count of Smaller Numbers After Self.java
310 ColorGrid.java
311 Container With Most Water.java
312 Copy List with Random Pointer.java
313 Encode and Decode Strings.java
314 Fast Power.java
315 Find the Connected Component in the Undirected Graph.java
316 HashWithCustomizedClass(LinkedList).java
317 Interval Minimum Number.java
318 Interval Sum.java
319 Kth Smallest Element in a BST.java
320 Longest Common Prefix.java
321 Majority Element II.java
322 Partition List.java
323 Peeking Iterator.java
324 Rehashing.java
325 Reorder List.java
326 Restore IP Addresses.java
327 Reverse Words in a String.java
328 Reverse Words in a String II.java
329 Reverse Words in a String III.java
330 Search a 2D Matrix.java
331 Search a 2D Matrix II.java
332 Search for a Range.java
333 Search Range in Binary Search Tree .java
334 Merge Sorted Array II.java
335 Nth to Last Node in List.java
336 Sort List.java
337 Summary Ranges.java
338 Topological Sorting.java
339 Remove Duplicate Letters.java
340 Spiral Matrix.java
341 Expression Add Operators.java
342 Insert Interval.java
343 Shortest Palindrome.java
344 Two Sum.java
345 K Empty Slots.java
346 Count of Range Sum.java
347 Max Sum of Rectangle No Larger Than K.java
348 Perfect Rectangle.java
349 Construct Binary Tree from Inorder and Postorder Traversal.java
350 Generate Parentheses.java
351 Strobogrammatic Number II.java
352 Flip Game II.java
353 Max Area of Island.java
354 Max Points on a Line.java
355 Number of Digit One.java
356 Binary Representation.java
357 Palindrome Partitioning.java
358 Recover Binary Search Tree.java
359 Subarray Sum.java
360 Submatrix Sum.java
361 Longest Palindromic Substring.java
362 Longest Palindromic Subsequence.java
363 Jump Game II.java
364 Gas Station.java
365 Triangles.java
366 Range Sum Query - Immutable.java
367 Longest Valid Parentheses.java
368 Remove Invalid Parentheses.java
369 Merge Intervals.java
370 H-Index.java
371 H-Index II.java
372 Sort Colors.java
373 Sort Colors II.java
374 Sort Letters by Case.java
375 Subarray Sum Closest.java
376 Task Scheduler.java
377 Rearrange String k Distance Apart.java
378 Exam Room.java
379 Anagrams.java
380 Path Sum IV.java
381 Longest Words.java
382 Unique Characters.java
383 Number Of Corner Rectangles.java
384 Palindromic Substrings.java
385 Multiply Strings.java
386 Subsets.java
387 Subsets II.java
388 Combination Sum.java
389 Combination Sum II.java
390 Combination Sum III.java
391 Product of Array Except Self.java
392 Total Hamming Distance.java
393 Smallest Subtree with all the Deepest Nodes.java
394 Binary Gap.java
395 Subarray Sum Equals K.java
396 Maximize Distance to Closest Person.java
397 Simplify Path.java
398 Convert Binary Search Tree to Sorted Doubly Linked List (extra space).java
399 Paint Fence.java
400 Binary Tree Zigzag Level Order Traversal.java
401 Word Break.java
402 Best Time to Buy and Sell Stock.java
403 Best Time to Buy and Sell Stock II.java
404 Longest Increasing Subsequence.java
405 Best Time to Buy and Sell Stock with Transaction Fee.java
406 Random Pick Index.java
407 Find the Celebrity.java
408 Sparse Matrix Multiplication.java
409 Brick Wall.java
410 Exclusive Time of Functions.java
411 Friends Of Appropriate Ages.java
412 Target Sum.java
413 Maximum Size Subarray Sum Equals k.java
414 Contiguous Array.java
415 Line Reflection.java
416 Insert Delete GetRandom O(1).java
417 Number of Longest Increasing Subsequence.java
418 Minimum Swaps To Make Sequences Increasing.java
419 Binary Tree Vertical Order Traversal.java
420 Populating Next Right Pointers in Each Node II.java
421 Search in Rotated Sorted Array.java
422 Minimum Subarray.java
423 Valid Number.java
424 Find the Weak Connected Component in the Directed Graph.java
425 Accounts Merge.java
426 Bricks Falling When Hit.java
427 Interval Sum II.java
428 Count of Smaller Number.java
429 HashHeap.java
430 My Calendar I.java
431 Reverse Pairs.java
432 Trapping Rain Water II.java
433 Kth Largest Element in an Array.java
434 Merge k Sorted Lists.java
435 Merge k Sorted Arrays.java
436 Heapify.java
437 Top K Frequent Elements.java
438 Ugly Number II.java
439 Find Median from Data Stream.java
440 Sliding Window Median.java
441 Inorder Successor in BST.java
442 Subtree of Another Tree.java
443 Two Sum IV - Input is a BST.java
444 Read N Characters Given Read4.java
445 Design Search Autocomplete System.java
446 Walls and Gates.java
447 Merge Sorted Array.java
448 Integer to English Words.java
449 Alien Dictionary.java
450 Valid Palindrome II.java
451 Convert Binary Search Tree to Sorted Doubly Linked List.java
452 Word Ladder II.java
453 Moving Average from Data Stream.java
454 Move Zeroes.java
455 Flood Fill.java
456 Diameter of Binary Tree.java
457 Backspace String Compare.java
458 Text Justification.java
459 Read N Characters Given Read4 II - Call multiple times.java
460 Frog Jump.java
461 Longest Substring with At Most Two Distinct Characters.java
462 Shortest Distance from All Buildings.java
463 String to Integer (atoi).java
464 Roman to Integer.java
465 Intersection of Two Arrays.java
466 Strobogrammatic Number.java
467 Valid Parentheses.java
468 First Unique Character in a String.java
469 Add Binary.java
470 Clone Graph.java
471 Sliding Window Maximum.java
472 Median of Two Sorted Arrays.java
473 Permutations.java
474 One Edit Distance.java
475 4Sum.java
476 Bus Routes.java
477 Sliding Puzzle.java
478 Isomorphic Strings.java
479 Cracking the Safe.java
480 Redundant Connection.java
481 Graph Valid Tree.java
482 Redundant Connection II.java
483 The Maze.java
484 The Maze II.java
485 The Maze III.java
486 Predict the Winner.java
487 Next Greater Element I.java
488 Group Shifted Strings.java
489 Delete Digits.java
490 Flatten 2D Vector.java
491 The Spiral Matrix II.java
492 Regular Expression Matching.java
493 Wildcard Matching.java
494 Robot Room Cleaner.java
495 Maximum Vacation Days.java
最后編輯于
?著作權歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市轰豆,隨后出現(xiàn)的幾起案子胰伍,更是在濱河造成了極大的恐慌,老刑警劉巖酸休,帶你破解...
    沈念sama閱讀 217,509評論 6 504
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件骂租,死亡現(xiàn)場離奇詭異,居然都是意外死亡斑司,警方通過查閱死者的電腦和手機渗饮,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 92,806評論 3 394
  • 文/潘曉璐 我一進店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人互站,你說我怎么就攤上這事私蕾。” “怎么了胡桃?”我有些...
    開封第一講書人閱讀 163,875評論 0 354
  • 文/不壞的土叔 我叫張陵踩叭,是天一觀的道長。 經(jīng)常有香客問我翠胰,道長容贝,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 58,441評論 1 293
  • 正文 為了忘掉前任之景,我火速辦了婚禮斤富,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘锻狗。我一直安慰自己满力,他們只是感情好,可當我...
    茶點故事閱讀 67,488評論 6 392
  • 文/花漫 我一把揭開白布屋谭。 她就那樣靜靜地躺著脚囊,像睡著了一般。 火紅的嫁衣襯著肌膚如雪桐磁。 梳的紋絲不亂的頭發(fā)上悔耘,一...
    開封第一講書人閱讀 51,365評論 1 302
  • 那天,我揣著相機與錄音我擂,去河邊找鬼衬以。 笑死,一個胖子當著我的面吹牛校摩,可吹牛的內(nèi)容都是我干的看峻。 我是一名探鬼主播闰靴,決...
    沈念sama閱讀 40,190評論 3 418
  • 文/蒼蘭香墨 我猛地睜開眼侄旬,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了冬耿?” 一聲冷哼從身側(cè)響起坤塞,我...
    開封第一講書人閱讀 39,062評論 0 276
  • 序言:老撾萬榮一對情侶失蹤冯勉,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后摹芙,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體灼狰,經(jīng)...
    沈念sama閱讀 45,500評論 1 314
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 37,706評論 3 335
  • 正文 我和宋清朗相戀三年浮禾,在試婚紗的時候發(fā)現(xiàn)自己被綠了交胚。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片份汗。...
    茶點故事閱讀 39,834評論 1 347
  • 序言:一個原本活蹦亂跳的男人離奇死亡,死狀恐怖蝴簇,靈堂內(nèi)的尸體忽然破棺而出杯活,到底是詐尸還是另有隱情,我是刑警寧澤军熏,帶...
    沈念sama閱讀 35,559評論 5 345
  • 正文 年R本政府宣布轩猩,位于F島的核電站卷扮,受9級特大地震影響荡澎,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜晤锹,卻給世界環(huán)境...
    茶點故事閱讀 41,167評論 3 328
  • 文/蒙蒙 一摩幔、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧鞭铆,春花似錦或衡、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 31,779評論 0 22
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至舶担,卻和暖如春坡疼,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背衣陶。 一陣腳步聲響...
    開封第一講書人閱讀 32,912評論 1 269
  • 我被黑心中介騙來泰國打工柄瑰, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人剪况。 一個月前我還...
    沈念sama閱讀 47,958評論 2 370
  • 正文 我出身青樓教沾,卻偏偏與公主長得像,于是被迫代替她去往敵國和親译断。 傳聞我的和親對象是個殘疾皇子授翻,可洞房花燭夜當晚...
    茶點故事閱讀 44,779評論 2 354

推薦閱讀更多精彩內(nèi)容

  • 背景 一年多以前我在知乎上答了有關LeetCode的問題, 分享了一些自己做題目的經(jīng)驗。 張土汪:刷leetcod...
    土汪閱讀 12,744評論 0 33
  • Android 自定義View的各種姿勢1 Activity的顯示之ViewRootImpl詳解 Activity...
    passiontim閱讀 172,110評論 25 707
  • Spring Cloud為開發(fā)人員提供了快速構(gòu)建分布式系統(tǒng)中一些常見模式的工具(例如配置管理孙咪,服務發(fā)現(xiàn)堪唐,斷路器,智...
    卡卡羅2017閱讀 134,654評論 18 139
  • 清晨醒來该贾,第一條信息再不是冰冷的天氣預報羔杨,是你,臨睡前的軟語杨蛋。 我想兜材,那句理澎,我愛你,晚安曙寡,點亮了我整個世界的光糠爬,能...
    九白閱讀 163評論 2 0
  • 我希望遇見你执隧,如同遇見山中清淺的泉,如同遇見雪后溫暖的光户侥,從清晨到夜晚镀琉,由青春到遲暮,只要有你蕊唐,就好屋摔。 情不知所起...
    破書殘畫丶閱讀 455評論 0 0