U-boot:V1.1.5
为了减小U-boot文件,我们需要把不用的裁掉!
主要从下面几个地方裁剪:
Makefile U-boot根目录下的Makefile公共文件夹 common 驱动 driversRTC
1. 主Makefile
(1)删除examples
Ln217:
...
分类:
其他好文 时间:
2015-01-06 21:36:03
阅读次数:
325
1 c++继承经典例子 2 #include 3 class Base 4 { 5 private: 6 int b_number; 7 public: 8 Base( ){} 9 Base(int i) : b_number (...
分类:
编程语言 时间:
2015-01-05 23:07:04
阅读次数:
291
网上查了些关于tcpdf 使用教程,整合到TP的话,会有些小问题,由于基础还不是很扎实,花了点时间终于整合OK了。下面介绍步骤:环境: TP版本:TP3.2.2 tcpdf:tcpdf_6_2_31. 将tcpdf_6_2_3.zip解压在Web root目录下面,把examples文件夹下面的.....
分类:
Web程序 时间:
2015-01-04 15:04:20
阅读次数:
226
1.首先是jps,看看java进程是否都在
2.查看hdfs和yarn的web地址,看看能否出现
3.hdfs dfs -ls / ,看看目录是否列的出来
4../hadoop jar ../share/hadoop/mapreduce/hadoop-mapreduce-examples-2.2.0.jar pi 5 10 跑一个mr例子试试
这样就差不多了...
分类:
其他好文 时间:
2015-01-04 11:23:40
阅读次数:
139
Evaluate the value of an arithmetic expression in Reverse Polish Notation.
Valid operators are +, -, *, /.
Each operand may be an integer or another expression.
Some examples:
["2", "1", ...
分类:
其他好文 时间:
2015-01-04 10:10:36
阅读次数:
167
今天是2014年的最后一天,这个时刻总会让人想起时钟,再过几个小时地球人都要再老了一岁,于是搞个HTML5版的时钟就是我们今天要完成的任务,实现HTML5的时钟绘制一般会采用三种方式,第一种采用CSS的实现方式,例如 http://www.css-tricks.com/examples/CSS3Clock/ ;第二种采用SVG的实现方式,例如 http://www.css-tricks.com/examples/CSS3Clock/;第三种采用Cavnas的2D绘制方式,如HT for Web中《矢量手册》...
分类:
Web程序 时间:
2015-01-01 00:18:54
阅读次数:
193
Fromhttp://examples.javacodegeeks.com/core-java/quicksort-algorithm-in-java-code-example/package com.javacodegeeks.sorting.quicksort;public class Quic...
分类:
其他好文 时间:
2014-12-28 07:04:43
阅读次数:
119
Evaluate the value of an arithmetic expression in Reverse Polish Notation.
Valid operators are +, -, *, /.
Each operand may be an integer or another expression.
Some examples:
["2", "1", ...
分类:
其他好文 时间:
2014-12-26 13:08:49
阅读次数:
168
Apache commons codec的language是一个功能比较强大的包,主要是用在对各种语言的处理上,当然,这个包对汉字的支持很糟糕。这一块的内容,在网上非常少,只能自己写一些挺肤浅的代码,以后如果有机会接触,再完善。
我们先学习下编码的范例。
Examples of Soundex Coding
Name ...
分类:
Web程序 时间:
2014-12-23 15:39:54
阅读次数:
189