work hard work smart

专注于Java后端开发。 不断总结,举一反三。
随笔 - 1158, 文章 - 0, 评论 - 153, 阅读 - 186万
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

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 阅读(331) 评论(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 阅读(388) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示