240 发简信
IP属地:陕西
  • Resize,w 360,h 240
    LeetCode—144—Binary Tree Preorder Traversal

    题目 Given a binary tree, return the preorder traversal of its nodes' valu...

  • Resize,w 360,h 240
    LeetCode—206—Reverse Linked List

    题目 Reverse a singly linked list. Example: Input: 1->2->3->4->5->NULLOutp...

  • Resize,w 360,h 240
    LeetCode—1—Two Sum(哈希表的使用)

    题目 Given an array of integers, return indices of the two numbers such th...

  • Resize,w 360,h 240
    LeetCode—75—Sort Colors(三路快排思想应用)

    题目 Given an array with n objects colored red, white or blue, sort them i...

  • Resize,w 360,h 240
    python+itchat 爬取微信好友信息

    项目环境 语言:Python3编辑器:Pycharm导包:matplotlib、numpy、wordCloud、PIL、jieba、itchat...

  • Resize,w 360,h 240
    python+ffmpeg让字符跳动起来

    项目环境 语言:Python3编辑器:Pycharm导包:PIL、numpy安装软件:FFmpeg 安装软件 程序思路 1.把视频转换为图片2....

  • Resize,w 360,h 240
    搭建个人博客(Hexo + Next + github)

    1.安装node 安装地址:https://nodejs.org/en/download/Download | Node.js;检验是否安装成功...