240 发简信
IP属地:辽宁
  • Resize,w 360,h 240
    Mac平台docker镜像操作加速

    你是否遇到拉取docker镜像很慢甚至失败的问题,shadowsocks 也没用,这时候你需要修改镜像源来加速: Docker for Mac ...

  • 开始使用快捷键

    你了解浏览器标签页之间怎么快速切换吗?你知道怎么使用快捷键切换地址栏是否打开吗?如果你和我一样每天都要花几个小时用在浏览器上,那就是时候花点时间...

  • [LeetCode By Go 747] Easy, Array, 747. Largest Number At Least Twice of Others

    题目 In a given integer array nums, there is always exactly one largest el...

  • [LeetCode By Go 724] Easy, Array, 724. Find Pivot Index

    题目 Given an array of integers nums, write a method that returns the "piv...

  • [LeetCode By Go 108]438. Find All Anagrams in a String

    题目的通过率越来越低,题目越来越长,题意不好理解,边界问题,优化问题叠加,导致解题时间大大增加,对我的目标--快速复习一遍技术数据结构和算法阻碍...

  • [LeetCode By Go 107]507. Perfect Number

    题目 We define the Perfect Number is a positive integer that is equal to t...

  • [LeetCode By Go 106]205. Isomorphic Strings

    这个题目思路比较好想,但是边界问题好难搞,测了好多次才成功。 题目 Given two strings s and t, determine i...

  • [LeetCode By Go 105]112. Path Sum

    题目 Given a binary tree and a sum, determine if the tree has a root-to-le...

  • [LeetCode By Go 104]38. Count and Say

    题目 The count-and-say sequence is the sequence of integers with the first...