摘要: Given an array of integers, returnindicesof the two numbers such that they add up to a specific target.You may assume that each input would haveexa... 阅读全文
posted @ 2018-08-01 19:14 zohy 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 学习过Spring框架的人一定都会听过Spring的IoC(控制反转) 、DI(依赖注入)这两个概念,对于初学Spring的人来说,总觉得IoC 、DI这两个概念是模糊不清的,是很难理解的,今天和大家分享网上的一些技术大牛们对Spring框架的IOC的理解以及谈谈我对Spring Ioc的理解。一、... 阅读全文
posted @ 2018-08-01 12:05 zohy 阅读(151) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/drift-ice/p/3817269.html 阅读全文
posted @ 2018-08-01 12:02 zohy 阅读(74) 评论(0) 推荐(0) 编辑
摘要: vector和arraylist都是可变数组.vector是C++标准模板库中的部分内容,中文偶尔译作“容器”,但并不准确。它是一个多功能的,能够操作多种数据结构和算法的模板类和函数库。vector之所以被认为是一个容器,是因为它能够像容器一样存放各种类型的对象,简单地说,vector是一个能够存放... 阅读全文
posted @ 2018-08-01 09:39 zohy 阅读(208) 评论(0) 推荐(0) 编辑