码迷,mamicode.com
首页 > 其他好文
什么是依赖注入
Spring 能有效地组织J2EE应用各层的对象。无论是控制层的Action对象,还是业务层的Service对象,还是持久层的DAO对象,都可在Spring的 管理下有机地协调、执行。Spring将各层的对象以松耦合的方式组织在一起,Action对象无须关心Service对象的详细实现,Servic...
分类:其他好文   时间:2014-07-07 16:35:49    阅读次数:226
UISearchBar控件
原文地址:UISearchBar控件-让我们来搞定!作者:贞娃儿最近用到搜索功能。于是,经过不断的研究,终于,有点懂了。那就来总结一下吧,好记性不如烂笔头!搜索,无疑可以使用UISearchBar控件!那就先了解一下UISearchBar控件吧!UISearchBar控件就是要为你完成搜索功能的一个...
分类:其他好文   时间:2014-07-07 16:38:43    阅读次数:266
Problem Reverse Worlds in a String
Problem Description:Given an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".Solution: ...
分类:其他好文   时间:2014-07-07 16:39:19    阅读次数:163
[Leetcode][Tree][Binary Tree Level Order Traversal ]
树的层次遍历,比较简单,3个题的做法完全一样,只是在特定的地方对结果进行reverse。1、Binary Tree Level Order Traversal/** * Definition for binary tree * struct TreeNode { * int val; * ...
分类:其他好文   时间:2014-07-07 16:39:56    阅读次数:194
Problem LRU Cache
Problem Description:Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.ge...
分类:其他好文   时间:2014-07-07 16:41:12    阅读次数:237
Problem Reorder List
Problem Description:Given a singly linked listL:L0→L1→…→Ln-1→Ln,reorder it to:L0→Ln→L1→Ln-1→L2→Ln-2→…You must do this in-place without altering the no...
分类:其他好文   时间:2014-07-07 16:41:56    阅读次数:141
页面跳转的时候有动画效果
原来在跳转到另外一个页面的时候,是可以有动画效果的。上代码。-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ /* 1,不使用动画 UIViewAnimationTransitionNone...
分类:其他好文   时间:2014-07-07 16:43:21    阅读次数:459
数据结构2-队列
队列是可以在它的两端可以进行操作,一端入队列,一端出队列。 队列中用两个标志来表示队列头和队列尾,front和rear,front指向队列头元素的前一个位置,rear指向队列尾的那个元素。 用C++实现如下: //定义一个队列#includeusing namespace std;const...
分类:其他好文   时间:2014-07-07 16:42:38    阅读次数:291
敏捷开发全程实战(广州站 2014-7-19)
1.课程概述?敏捷过于理想,无法实施??项目团队没有凝聚力,除了项目经理其他成员似乎不太关注项目成败;?项目需求变来变去,客户喜欢你先做出来看看,一直无法形成书面的需求文档;?项目计划要么成为摆设,要么没有计划;?……本课程将会针对上述问题,为你分享各种最佳实践!项目管理中存在各式各样的问题,项目管...
分类:其他好文   时间:2014-07-07 16:44:46    阅读次数:187
Problem Binary Tree Postorder Traversal
Problem Description:Given a binary tree, return thepostordertraversal of its nodes' valuesSolution: 1 public List postorderTraversal(TreeNode root) { ...
分类:其他好文   时间:2014-07-07 16:45:23    阅读次数:177
Problem Sort List
Problem Description:Sort a linked list inO(nlogn) time using constant space complexity.Solution: 1 public ListNode sortList(ListNode head) { 2 ...
分类:其他好文   时间:2014-07-07 16:48:00    阅读次数:238
Wikioi 1169 传纸条
这道题是我人生第一道双线动规题,因此我觉得还是很有必要记录下来。刚接触到这道题的时候我第一反应是单线的动规,可是下一秒我就觉得这样做可能会有问题,因为从左上角(以下简称A)到右下角(以下简称B)通过动规采用了最优线路,从B到A又用动规找出了一条最优线路且不与之前从A到B的线路有交叉,但是这样总权值却...
分类:其他好文   时间:2014-07-07 16:48:45    阅读次数:174
httpclient总结
1、httpclient总结:一、基本知识准备(1)构建URI工具类,URIBuilder(2)HttpResponse类,可以添加Header信息 获取所有Header信息的方法,调用HeaderIterator接口HeaderIterator it = response.head...
分类:其他好文   时间:2014-07-07 16:50:50    阅读次数:243
复制构造函数
本来看看return到底做了什么结果看了这个复制构造函数,复制构造函数调用的场合如下:? 根据另一个同类型的对象显式或隐式初始化一个对象。? 复制一个对象,将它作为实参传给一个函数。//传递实参的副本时会调用? 从函数返回时复制一个对象。//return返回一个副本时会调用? 初始化顺序容器中的元素...
分类:其他好文   时间:2014-07-07 16:52:04    阅读次数:229
[leetcode] Search a 2D Matrix
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorte...
分类:其他好文   时间:2014-07-07 16:53:17    阅读次数:196
ObjectARX AutoCAD VC VS2008SP1中安装ObjectARX 2010向导后在VS中的ARX工具栏是空的?
初学ARX的人可能会遇到此问题,ObjectARX 2010必须在VS2008SP1中安装,默认安装完后是没有中文包的,所以显示的工具条是空的,且只有第1个按钮可以用,如果你的问题是这样的,那么你就不会像我一样走弯路了,请到下面的地址中去找中文包附件下载后复制到下面的地址中:链接: http://p...
分类:其他好文   时间:2014-07-07 16:52:37    阅读次数:612
Problem Max Points On a Line
Problem Description:Givennpoints on a 2D plane, find the maximum number of points that lie on the same straight line.Solution: 1 public int maxPoint.....
分类:其他好文   时间:2014-07-07 16:55:19    阅读次数:281
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!