自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (1)
  • 收藏
  • 关注

原创 centos下安装MySql过程

自己看视频鼓捣一天终于在centos下装好了mysql,记录一下整个过程一、准备工作1.检查是否已经安装过mysql,执行命令[root@localhost /]# rpm -qa | grep mysql如果结果显示安装了mysql,先删除rpm -e --nodeps mysql-libs-5.1.73-8.el6_8.x86_64注意后面的mysql-libs-5.1.73-...

2020-01-27 21:45:05 2892

原创 FileUtils与IOUtils工具包的常用方法

pom<dependencies> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.6</version> </depende...

2020-01-21 17:31:27 290

原创 leetCode刷题记录之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 th...

2020-01-21 16:45:26 209

原创 leetCode刷题记录之766 Toeplitz Matrix

题目描述A matrix is Toeplitz if every diagonal from top-left to bottom-right has the same element.Now given an M x N matrix, return True if and only if the matrix is Toeplitz.给的用例Input:matrix = [ [...

2020-01-21 16:20:32 91

原创 leetCode刷题记录之762 Prime Number of Set Bits in Binary Representation

题目原文Given two integers L and R, find the count of numbers in the range [L, R] (inclusive) having a prime number of set bits in their binary representation.(Recall that the number of set bits an inte...

2020-01-21 10:57:10 115

原创 leetCode刷题记录之747Largest Number At Least Twice of Others

题目原文In a given integer array nums, there is always exactly one largest element.Find whether the largest element in the array is at least twice as much as every other number in the array.If it is, r...

2020-01-20 15:44:01 122

原创 leetCode刷题记录之728Self Dividing Numbers

leetCode刷题记录之728原题A self-dividing number is a number that is divisible by every digit it contains.For example, 128 is a self-dividing number because 128 % 1 == 0, 128 % 2 == 0, and 128 % 8 == 0.Al...

2020-01-20 14:58:04 110

springboot-web.rar

springboot入门学习项目,自己学习时对着视频敲的代码,包括jsp操作,使用servlet,filter,拦截器,集成mybatis等内容

2020-02-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除