对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... »

Java References

Before JDK 1.2, if a object isn’t referenced by any variable, it can’t be used any more.Since JDK 1.2, Java has four reference types.In order from... »

Android Thread Related Stuff

It’s widely known that it’s illegal to update UI components directly from threads other than main thread in android. This a rule in Android world, we... »