自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

SparkSnail

https://github.com/SparkSnail

  • 博客(6)
  • 资源 (6)
  • 收藏
  • 关注

原创 LeetCode 485. Max Consecutive Ones

Total Accepted: 25345Total Submissions: 46217Difficulty: EasyContributors: Stomach_acheGiven a binary array, find the maximum number of consecutive 1s in this array.Example 1:Input: [1,1

2017-03-13 18:15:02 208

原创 LeetCode 496. Next Greater Element I

You are given two arrays (without duplicates) nums1 and nums2 where nums1’s elements are subset of nums2. Find all the next greater numbers for nums1's elements in the corresponding places of nums

2017-03-12 19:05:00 209

原创 LeetCode 500. Keyboard Row

Given a List of words, return the words that can be typed using letters of alphabet on only one row's of American keyboard like the image below.Example 1:Input: ["Hello", "Alaska", "Da

2017-03-12 17:57:09 203

原创 LeetCode 476. Number Complement

Given a positive integer, output its complement number. The complement strategy is to flip the bits of its binary representation.Note:The given integer is guaranteed to fit within the range

2017-03-12 16:48:16 183

原创 LeetCode 461. Hamming Distance

Total Accepted: 40424Total Submissions: 57153Difficulty: EasyContributors: SamuriThe Hamming distance between two integers is the number of positions at which the corresponding bits are diff

2017-03-12 16:26:35 191

原创 用Python正则表达式处理时间

最近帮朋友做了一个小程序,处理excel表格中的数据。有一个功能是要提取出符合8月7:00-19:00的数据,用正则表达式来实现。时间格式为:2017/8/10 12:00:00p = re.compile(r'\d{4}/8/\d{1,2} ([7-9]|1[0-8]):.')

2017-03-10 20:57:12 1703

Hadoop技术内幕:深入解析HADOOP COMMON和HDFS架构设计与实现原理 目录完整版

网上其余的资源都没有目录或者目录不全,也不太清晰。这个版本是高清版本,而且有完整目录,放心下载。

2016-10-12

Hadoop技术内幕:深入解析HADOOP COMMON和HDFS架构设计与实现原理

《Hadoop技术内幕:深入解析HADOOP COMMON和HDFS架构设计与实现原理》,珍贵资源。

2016-10-12

Android客户端与服务器端的json数据交互 最全

Android客户端与服务器端的json数据交互(包括服务器代码 客户端代码和建表语句 代码最全

2015-03-13

老罗Android视频http协议开发包

老罗Android视频中http协议那一章视频用到的开发包,亲测可用。

2015-01-26

JDK API 1.6中文版CHM格式

JDK API1.6中文版,chm格式,无需安装,直接点击打开,亲测可用。

2015-01-26

空空如也

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

TA关注的人

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