自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Tomcat的专栏

Find the differences.

  • 博客(7)
  • 资源 (12)
  • 收藏
  • 关注

转载 [LeetCode]Majority Element II

QuestionGiven an integer array of size n, find all elements that appear more than ⌊ n/3 ⌋ times. The algorithm should run in linear time and in O(1) space.本题难度Medium。投票法复杂度时间 O(N) 空间 O(1) 思路在Majority E

2017-02-17 18:09:19 292

原创 [LeetCode]Summary Ranges

QuestionGiven a sorted integer array without duplicates, return the summary of its ranges.For example, given [0,1,2,4,5,7], return ["0->2","4->5","7"].本题难度Medium。迭代法复杂度时间 O(N) 空间 O(1) 思路题目有个条件是:数字是已排序的

2017-02-17 17:34:39 243

原创 [LeetCode]Maximal Square

QuestionGiven a 2D binary matrix filled with 0’s and 1’s, find the largest square containing only 1’s and return its area.For example, given the following matrix: 1 0 1 0 0 1 0 1 1 1 1 1 1 1 1

2017-02-17 15:37:42 280

原创 [LeetCode]Contains Duplicate III

QuestionGiven an array of integers, find out whether there are two distinct indices i and j in the array such that the absolute difference between nums[i] and nums[j] is at most t and the absolute diff

2017-02-16 17:08:04 302

原创 [LeetCode]Contains Duplicate II

QuestionGiven an array of integers and an integer k, find out whether there are two distinct indices i and j in the array such that nums[i] = nums[j] and the absolute difference between i and j is at m

2017-02-16 16:22:19 234

原创 [LeetCode] Contains Duplicate

QuestionGiven an array of integers, find if the array contains any duplicates. Your function should return true if any value appears at least twice in the array, and it should return false if every ele

2017-02-16 15:52:20 191

原创 《出入库管理系统》软件主页与FAQ

软件说明本软件是为方便管理仓库的入库、出库、库存情况而设计。 主要功能:入库管理出库管理库存管理综合信息管理用户管理。

2017-02-12 10:10:40 1434

多处理器编程的艺术[中文版]

《多处理器编程的艺术[中文版]》,不可或缺的一本上阶

2018-12-20

可伸缩服务架构:框架与中间件-2

《可伸缩服务架构:框架与中间件》,涵盖了架构师一半以上的技术。

2018-12-10

可伸缩服务架构:框架与中间件-1

《可伸缩服务架构:框架与中间件》,涵盖了架构师一半以上的技术。

2018-12-10

作为开发语言必备的

作为开发语言必备的。介绍甲骨文实验室近年来的前沿工作之一GraalVM。包括如何在JVM上高效运行其他语言;如何混搭这些语言,实现Polyglot;如何将这些语言事前编译(Ahead-Of-Time,AOT)成机器指令,单独运行甚至嵌入至数据库中运行。

2018-07-28

JAVA并发编程实战

本书深入浅出地介绍了Java线程和并发,是一本完美的Java并发参考手册。书中从并发性和线程安全性的基本概念出发,介绍了如何使用类库提供的基本并发构建块,用于避免并发危险、构造线程安全的类及验证线程安全的规则,如何将小的线程安全类组合成更大的线程安全类,如何利用线程来提高并发应用程序的吞吐量,如何识别可并行执行的任务,如何提高单线程子系统的响应性,如何确保并发程序执行预期任务,如何提高并发代码的性能和可伸缩性等内容,最后介绍了一些高级主题,如显式锁、原子变量、非阻塞算法以及如何开发自定义的同步工具类。, 本书适合Java程序开发人员阅读。

2017-11-10

Gerrit source code

Gerrit source code

2017-07-19

出入库管理系统软件

本软件是为方便管理仓库的入库、出库、库存情况而设计。 主要功能为:入库管理、出库管理、库存管理、综合信息管理、用户管理。

2017-02-12

精通AngularJS

AngularJS诞生于Google,已用于开发多款Google产品。它是一套JavaScript前端框架,用于开发当下流行的以数据驱动的单页面Web应用。其核心特性是:MVC、模块化、自动双向数据绑定、语义化标签、依赖注入等。《精通AngularJS》深入浅出地讲解了AngularJS的开发概念和原理,并通过丰富的开发实例向读者展示了构建复杂应用的完整过程,包括学习使用AngularJS特有的基于DOM的模板系统,实现复杂的后端通信,创建漂亮的表单,制作导航,使用依赖注入系统,提高Web应用的安全性,使用Jasmine开展单元测试,等等。

2016-11-20

AngularJS权威教程

AngularJS权威教程

2016-11-20

烧录器 progisp168

烧录器 progisp168

2016-11-20

protues.7.4.sp3

protues.7.4.sp3

2016-11-20

空空如也

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

TA关注的人

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