码迷,mamicode.com
首页 >  
搜索关键字:make: command not fo    ( 1841个结果
View Focus的处理过程及ViewGroup的mFocused字段分析
通过上篇的介绍,我们知道在对KeyEvent的处理中有非常重要的一环,那就是KeyEvent在focus view的path上自上而下的分发,换句话说只有focus的view才有资格参与KeyEvent的处理,所以说focused view在KeyEvent的处理中很重要,我们需要弄清楚明白fo.....
分类:其他好文   时间:2014-07-07 19:39:45    阅读次数:383
POI初体验
Apache POI是Apache软件基金会的开放源码函式库,POI提供API给Java程序对Microsoft Office格式档案读和写的功能。 它的结构如下: HSSF - 提供读写Microsoft Excel格式档案的功能:HSSF 是Horrible SpreadSheet Fo...
分类:其他好文   时间:2014-07-07 19:12:29    阅读次数:253
Rails 【labelled_form_for 和 form_for 和 form_tag 的区别】
{:action=>'create'} do |f| %> 'foos/form',:locals=>{:form=>f} %> 'continue' %>labelled_form_for 和 form_for都是和Model层绑定使用的区别是labelled_form_fo...
分类:其他好文   时间:2014-07-07 18:08:26    阅读次数:347
[LeetCode] Trapping Rain Water
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.Fo...
分类:移动开发   时间:2014-06-27 16:53:38    阅读次数:262
转 。。理解javascript中的MVVM开发模式
MVVM的全称是Model View ViewModel,这种架构模式最初是由微软的MartinFowler作为微软软件的展现层设计模式的规范提出,它是MVC模式的衍生物,MVVM模式的关注点在能够支持事件驱动的UI开发平台,例如HTML5,[2][3]WindowsPresentation Fo....
分类:编程语言   时间:2014-06-27 14:32:04    阅读次数:270
[leetcode] Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他好文   时间:2014-06-27 12:48:10    阅读次数:238
Python基于比较的排序
排序是算法学习中最基本的问题。1.平均时间复杂度均为O(N2)的排序1.1 插入排序插入排序对少量元素的排序非常有效。工作机制就像打牌一样,为了将牌插入到已排好序的牌中,需要将牌与手中的牌从右向左进行比较。def insertionSort(alist): n=len(alist) fo...
分类:编程语言   时间:2014-06-27 12:07:54    阅读次数:338
第四讲 deque
deque 提供了对首部数据进行删除/插入操作//对一个int型的deque进行首尾添加操作#include "stdafx.h"#include #include using namespace std;int main(){ deque oInt; //0,1,2,3,4 fo...
分类:其他好文   时间:2014-06-26 17:46:27    阅读次数:163
层次选择器[selector_2.html]
层次选择器[selector_2.html] $("form input"):祖先 后代 $("form>input"):父亲>直接小孩 $("form+input"):兄弟的第一个,只包括form元素下面 $("form~input"):所有兄弟,只包括fo...
分类:Web程序   时间:2014-06-26 16:53:37    阅读次数:177
leetcode--ZigZag Conversion
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:其他好文   时间:2014-06-26 14:42:23    阅读次数:164
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!