08 2012 档案

foo/bar
摘要:意思: Suppose we have two functions: FOO and BAR. FOO calls BAR...FoobarFrom Wikipedia, the free encyclopediaNot to be confused with FUBAR.For other uses, see Foobar (disambiguation)."Foo" redirects here. For FOO (Forward Observation Officer), see Artillery observer.The terms foobar /ˈfʊːbɑː 阅读全文

posted @ 2012-08-30 11:43 明明的天天 阅读(339) 评论(0) 推荐(0)

Android应用开发中半透明效果实现方案
摘要:手机屏幕太小,经常会用到半透明的效果以增加可视范围,给大家分享以下半透明实现方式!下面是自定义Activity半透明的效果例子:res/values/styles.xml<resources> <style name="Transparent "> <item name="android:windowBackground">@color/transparent_background</item> <item name="android:windowNoTitle">true& 阅读全文

posted @ 2012-08-29 17:42 明明的天天 阅读(2784) 评论(0) 推荐(0)

Gallery 3D+倒影 滑动切换图片示例
摘要:Gallery 3D+倒影 滑动切换图片示例效果图如下:贴上代码:1.扩展Gallery:public class GalleryFlow extends Gallery { private Camera mCamera = new Camera();//相机类 private int mMaxRotationAngle = 60;//最大转动角度 private int mMaxZoom = -300;////最大缩放值 private int mCoveflowCenter;//半径值 public GalleryFlow(Context context) { super(context) 阅读全文

posted @ 2012-08-22 14:49 明明的天天 阅读(2762) 评论(6) 推荐(1)

SecureCRT 连接串口方法
摘要:1。new session2。在Protocla 下拉菜单中选择 serial ,下一步3。Port 口选择:在我的电脑--》右键属性--》硬件---》设备管理器 中查看连接电脑的com口是com1,com2,com3还是什么; Buad rate:选择115200 右侧的选择框 Flow protocol 中 ,不要勾选任何一项。下一步3。输入正确用户名及密码即可登录。 阅读全文

posted @ 2012-08-15 16:48 明明的天天 阅读(3670) 评论(0) 推荐(0)

scroller 滑动
摘要:http://blog.csdn.net/qinjuning/article/details/7419207 阅读全文

posted @ 2012-08-14 16:06 明明的天天 阅读(141) 评论(0) 推荐(0)

导航