最新 最热

ES6 系列之箭头函数

很多时候,你可能想不到要这样用,所以再来举个例子,比如在 React 与 Immutable 的技术选型中,我们处理一个事件会这样做:

2019-06-28
1

【DP】377. Combination Sum IV

Given an integer array with all positive numbers and no duplicates, find the number of possible combinations that add up to a positive integer target.

2019-06-14
1

安装elementaryos64位出现“无法将grub pc软件包安装到target中”的解决方法

这个问题在安装32位系统时不会出现,64位系统才会出现,造成这个问题的原因是官方64位镜像的一个bug,缺少x86-pc这个目录,所以联网安装就可以解决,系统会自动下载。...

2019-06-13
1

多并行项目管理 -- 多则乱,退一步!让其一目了然!

最近朋友咨询我一个问题,说他们公司可能有很多小项目在并行(20个左右),那么产生了下面几个问题

2019-06-11
1

【leetcode】16. 最接近的三数之和

给定一个包括 n 个整数的数组 nums 和 一个目标值 target。找出 nums 中的三个整数,使得它们的和与 target 最接近。返回这三个数的和。假定每组输入只存在唯一答案。...

2019-06-06
0

LeetCode - 001

Given an array of integers, return indices of the two numbers such that they add up to a specific target.

2019-06-03
1

LintCode-56.两数之和

你需要实现的函数twoSum需要返回这两个数的下标, 并且第一个下标小于第二个下标。注意这里下标的范围是 0 到 n-1。

2019-05-31
1

【php设计模式】适配器模式

将一个类的接口转换成客户希望的另一个接口。适配器模式让那些接口不兼容的类可以一起工作。

2019-05-31
1

LeetCode-1. Two Sum

Given an array of integers, return indices of the two numbers such that they add up to a specific target.

2019-05-29
1

Unity-黑暗之魂复刻-角色摄相机

1.使用两个Handle控制MainCamera的水平和垂直的旋转,PlayerHandle控制水平旋转,cameraHandle控制垂直旋转,这样我们可以很方便的控制相机。

2019-05-29
1