不困的四点

  • 首页

  • 分类

  • 标签

  • 归档

  • 关于

  • 公益 404

  • 搜索

读书笔记:《凤凰项目》(下)

发表于 2019-03-30 | 分类于 读书笔记 | 阅读次数:
字数统计:1,168 字 | 阅读时长:4 分钟

读书笔记:《凤凰项目》(上)

上一篇讲了主人公从四种工作类型中理顺了工作流程,接下来我们看看续集…

阅读全文 »

[LeetCode]771.Jewels and Stones

发表于 2019-03-26 | 更新于 2019-05-19 | 分类于 LeetCode | 阅读次数:
字数统计:453 字 | 阅读时长:2 分钟

771. Jewels and Stones

You’re given strings J representing the types of stones that are jewels, and S representing the stones you have. Each character in S is a type of stone you have. You want to know how many of the stones you have are also jewels.

The letters in J are guaranteed distinct, and all characters in J and S are letters. Letters are case sensitive, so "a" is considered a different type of stone from "A".

Example 1:

1
2
Input: J = "aA", S = "aAAbbbb"
Output: 3
阅读全文 »

《左耳听风》ARTS打卡计划-week-1

发表于 2019-03-24 | 更新于 2019-04-26 | 分类于 ARTS | 阅读次数:
字数统计:720 字 | 阅读时长:3 分钟

ARTS week-1

Algorithm

[Leetcode]21.Merge Two Sorted Lists

Review

I’m Leaving Google — Here’s the Real Deal Behind Google Cloud

作为一个已经离开Google的人,作者说了一些自己在谷歌云当项目经理的种种体会与感想;更是给了Google很高的评价,希望自己的三个儿子都可以在Google开始他们的职业生涯,因为Google提供了在大多数重要的科技领域中,快速学习与发展的机会。

阅读全文 »

读书笔记:《凤凰项目》(上)

发表于 2019-03-23 | 更新于 2019-03-30 | 分类于 读书笔记 | 阅读次数:
字数统计:889 字 | 阅读时长:3 分钟

《凤凰项目》讲述了一个IT运维的传奇故事,一位IT经理临危受命,经过多番努力,将公司从死亡边缘拉了回来。跌宕起伏的故事情节,也生动地描述了现代IT组织的管理过程中可能遇到的各种事件,服务中断、服务器崩溃、数据丢失、客户隐私数据泄露、办公室政治的博弈等等;想得到与想不到的事均穿插其中;但是从始至终有一条线很清晰,就是主人公一直在通过各种方法,来改善公司以往破旧不堪且岌岌可危的IT系统,以此来支撑公司的持续高效运营。

阅读全文 »

[LeetCode]21.Merge Two Sorted Lists

发表于 2019-03-22 | 更新于 2019-05-19 | 分类于 LeetCode | 阅读次数:
字数统计:364 字 | 阅读时长:2 分钟

21. Merge Two Sorted Lists

Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.

Example:

Input: 1->2->4, 1->3->4
Output: 1->1->2->3->4->4

给定有序的两个数组,合并两个数组,并保持有序。
这其实是归并排序的其中一个步骤。

阅读全文 »
1…789…12
不困

不困

58 日志
19 分类
50 标签
© 2015 – 2020 不困
由 Hexo 强力驱动 v3.8.0
|
主题 – NexT.Gemini v7.0.1
本站总访问量:次 | 本站总访客数:人 |
全站共44.2k字