240 发简信
IP属地:甘肃
  • Resize,w 360,h 240
    正则表达式(一) 基本表达式

    定义 正则表达式(Regular Expression) 用某种模式去匹配一类字符串的公式,主要用来描述字符串匹配的工具。 匹配 文本或字符...

  • Resize,w 360,h 240
    Spring boot + Hibernate 多租户的使用

    本文发布在个人博客,因为Github Pages在百度不会被收录,所以为了能帮助到更多的人,特意发到简书上,大家可以关注我的博客:http://...

  • 80.Remove Duplicates from Sorted Array II(Medium)

    Follow up for "Remove Duplicates":What if duplicates are allowed at most...

  • 500.Keyboard Row(Easy)

    Given a List of words, return the words that can be typed using letters ...

  • 374.Guess Number Higher or Lower(Easy)

    We are playing the Guess Game. The game is as follows:I pick a number fr...

  • Resize,w 360,h 240
    大数运算(整数)

    简介 我们都知道,计算机中的数据类型是有界限的,大部分的编程语言都仅支持int(-223~232-1)类型和long(-264~264)类型,少...

  • 121. Best Time to Buy and Sell Stock(Easy)

    Say you have an array for which the i th element is the price of a given...

  • 283.Move Zeroes(Easy)

    Given an array nums, write a function to move all 0's to the end of it w...

  • 226.Invert Binary Tree(Easy)

    Invert a binary tree.反转二叉树 基本上二叉树的玩意儿用递归都能做 For example to My Solution (...

个人介绍
一只简单的程序猿