代码改变世界

随笔档案-2013年5月16日

图片的放大缩小

2013-05-16 15:37 by java20130722, 262 阅读, 收藏,
摘要: 图片的放大缩小点击图片,放大,再点击图片缩小。import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.animation.AnimatorSet; import android.animation.ObjectAnimator; import android.app.Activity; import android.graphics.Bitmap; import android.graphics.Point; import android.graphi 阅读全文

GettingStarted EclipseSetup (官网资料:hive+eclipse设置)

2013-05-16 13:00 by java20130722, 202 阅读, 收藏,
摘要: After checking out the source code run the following command from the top-level directory: $ ant clean package eclipse-files Now open up Eclipse and do the following:File->Import->General->Existing Projects Into Workspace->Select root directory (point to )Make sure that Eclipse Java Comp 阅读全文