240 发简信
IP属地:上海
  • git 配置密钥相关

    配置账户 SSH 查看是否有 ssh 生成 ssh 密钥 一直 enrer 保存 提示输入密码,这个时候可以不输入 添加 ssh 最后在 .ss...

  • 常用命令

    Tree 清除 dns 缓存 nginx 初始化 git 安装 oh-my-zsh autojump 安装 brew 环境变量 curl htt...

  • 纯编程题和找规律题

    纯编程题 先忽略掉不容易处理的特殊情况,只考虑正常情况,简化编程 写代码前先写注释,通过注释让代码模块化,让思路清晰 写完代码多举几个特例,来验...

  • yarn 错误

    There appears to be trouble with your network connection. Retrying

  • 7 - 58. Length of Last Word

    https://leetcode.com/problems/length-of-last-word/[https://leetcode.com/...

  • 5 - 125. Valid Palindrome

    https://leetcode.com/problems/valid-palindrome/[https://leetcode.com/pro...

  • 3 - 344. Reverse String

    https://leetcode.com/problems/reverse-string/[https://leetcode.com/probl...

  • 2 - 1108. Defanging an IP Address

    https://leetcode.com/problems/defanging-an-ip-address/[https://leetcode....

  • Resize,w 360,h 240
    前端工程化

    前端工程化产生的原因:在浏览器端,开发时态(devtime)和运行时态(runtime)的侧重点是不一样的 开发时态(devtime) 模块划分...