work hard work smart

专注于Java后端开发。 不断总结,举一反三。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

02 2014 档案

摘要:1.闪烁动画 AlphaAnimation privatevoid startFlickerAnimation(ImageView img) { final Animation animation = new AlphaAnimation(1f, 0)f; animation.setDuration(500); animation.setInterpolator(new LinearInterpolator()); // do not alter animation rate ... 阅读全文

posted @ 2014-02-25 20:52 work hard work smart 阅读(334) 评论(0) 推荐(0)

摘要:简单配置版本:Eclipse設置一、window->Preferences-> General-Editors->Text Editors ,右边勾选insert spaces for tabs。二、window->Preferences->Java->Code Style-> Formatter 点击edit, 选择spaces only,最后在最上面的Profile Name改一个名字,保存就OK了。详细配置版本:Eclipse设置软tab(用4个空格字符代替)及默认utf-8文件编码(unix)原文地址本文摘要:1、如何配置Eclipse中编辑器 阅读全文

posted @ 2014-02-24 10:54 work hard work smart 阅读(444) 评论(0) 推荐(0)