参考地址:https://www.ibm.com/developerworks/cn/linux/l-cn-g […]
java 多线程-线程的两种创建方式-Callable-Future结合使用
Java多线程的主要两种方式 实现Runnable方式,匿名对象(匿名对象匿名类)创建 Callable和Fu […]
可调用(callable)类型
A callable object is something that can be called like […]
并发与并行的区别?
如果某个系统支持两个或者多个动作(Action)同时存在,那么这个系统就是一个并发系统。如果某个系统支持两个或 […]
算法-每天一道题(29)-371. Sum of Two Integers-进制转换
Calculate the sum of two integers a and b, but you are […]
算法-每天一道题(28)-405. Convert a Number to Hexadecimal-进制转换
Given an integer, write an algorithm to convert it to h […]
算法-每天一道题(27)-409. Longest Palindrome-map使用
Given a string which consists of lowercase or uppercase […]
算法-每天一道题(26)-404. Sum of Left Leaves-二叉树
Find the sum of all left leaves in a given binary tree. […]
算法-每天一道题(25)-翻转数组-slice
给定一个长度为n的整数数组a,元素均不相同,问数组是否存在这样一个片段,只将该片段翻转就可以使整个数组升序排列 […]
算法-每天一道题(24)-扫描透镜-矩阵
在N*M的草地上,提莫种了K个蘑菇,蘑菇爆炸的威力极大,兰博不想贸然去闯,而且蘑菇是隐形的.只 有一种叫做扫描 […]