文章仅记录自己的一点理解,仅供自己参考。
WindowAnimator是一个窗口动画推进类,从成员变量mAnimationRunnable可以看出来。google源码对应这个类的解释:“Singleton class that carries out the animations and Surface operations in a separate task on behalf of Win...
Margin vs. PaddingMargin is on the outside of block elements while padding is on the inside. Use margin to separate the block from things outside it. ...
分类:
Web程序 时间:
2014-08-20 09:12:56
阅读次数:
201
innerclass分为四种
一.staticinnerclass(静态内部类)
1.the simplest form of inner class
2.Can't hava the same name as the enclosing class
3.Compiled into a comletely separate .class file from the out class...
分类:
编程语言 时间:
2014-08-07 15:47:40
阅读次数:
319
1.The use of state-observation transition functions rather than the separate transition and observation functions in HMMs allows us to model transitio...
分类:
其他好文 时间:
2014-07-31 20:43:27
阅读次数:
179
Deferred lighting separate lighting rendering and make lighting a completely image-space technique. This is very different the forward rendering. At f...
分类:
其他好文 时间:
2014-07-27 21:43:45
阅读次数:
1430
实现: 1 #ifndef SEPARATE_CHAINING_H 2 #define SEPARATE_CHAINING_H 3 4 #include 5 #include 6 #include 7 #include 8 using namespace std; 9 ...
分类:
其他好文 时间:
2014-07-27 10:44:42
阅读次数:
231
建造者目的:Separate the construction of a complex object from its representation so thatthe same construction process can create different representations....
分类:
其他好文 时间:
2014-07-27 10:29:32
阅读次数:
228
What's xxxAn SVM model is a representation of the examples as points in space, mapped so that the examples of the separate categories are divided by a...
分类:
其他好文 时间:
2014-07-21 09:32:31
阅读次数:
284
环境:CentOS6.2 64位操作:使用gdb调试C++查询MySQL数据库的程序原因:解决办法:1、 修改文件/etc/yum.repos.d/CentOS-Debuginfo.repo中的enabled参数,将其值修改为1,如:vi /etc/yum.repos.d/CentOS-Debugi...
分类:
其他好文 时间:
2014-07-19 17:17:36
阅读次数:
199
用gdb debugc代码的时候弹出这个错误Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.132.el6_5.2.x86_64去http://debuginfo.centos.org/6/x86_64/找到了对应的r...
分类:
数据库 时间:
2014-07-18 23:25:55
阅读次数:
530