Intall Emacs on Ubuntu

Install Emacs 25 on Ubuntu from source is very easy, follow these steps below could achieve it.

  • Open terminal (Ctrl+Alt+T) and run command to install... »

在Android上实现无限翻页轮播动画效果

最近在工作中遇到一个需求,要求在一个Dialog的标题上显示两行字,但是这行字如果同时出现的话会非常难看,设计出了套方案,类似无限翻页轮播这两行字,要有翻书的效果。 刚开始实现的时候,动画... »

Java中的HashMap

如果你是个Java程序员,那么你不可能对HashMap视而不见,因为你会经常遇到使用它的场景,因此对HashMap的充分了解非常有必要,对我们写出高效可靠的代码很有帮助。

... »

对AI的一些臆想

作为一个码农,长期从事应用研发的工作,于当下热门的人工智能其实一点都没有交集,既不了解机器学习,也没有接触过计算机神经网络,甚至没有使用过Hadoop这种技术,可谓对AI相关的领域所知甚少... »

Dimension Units in Android

When I start develop application for Android, I am confused about the dimension units many times. So I decide to figure out it clearly through this... »