上一页 1 2 3 4 5 6 7 8 ··· 16 下一页

2012年9月5日

机会来了,而我还没有准备好

摘要: 网摘别人的被删了. 好吧. 我转载过来.上周在忙着准备嵌入式系统原理的期中考试(也是期末考试),昨天考完了。总体感觉是,考到的内容绝大部分都复习到了,对于提问的理解没有感到困难, 回答也大多没有含糊不清的地方,仅有微量没有复习到的或者记忆略有紊乱的。当然,老师把这门课定位于专业选修课,所以没有在考试上问出特别深、特别难的问 题。一周都在忙于这门课的收尾,复习备考之外还有一个大作业,因此这一周,心思都花在这上面了。考完了院里开会,调查每人找实习的情况,则又把因为嵌入式 一课而“挂起”的找实习这个任务的“优先级”一下子就提高了上来。这周,有几名同学收到了微软实习生的面试通知。虽然在考完后,已经清楚 阅读全文

posted @ 2012-09-05 14:00 明明的天天 阅读(401) 评论(0) 推荐(0)

2012年9月4日

JAVA 注解详解

摘要: 1.http://www.iteye.com/topic/4000852.http://www.cnblogs.com/hanxirensheng/articles/2398254.html注解(Annotation) 为我们在代码中天界信息提供了一种形式化的方法,是我们可以在稍后某个时刻方便地使用这些数据(通过 解析注解 来使用这些数据)。 注解的语法比较简单,除了@符号的使用以外,它基本上与java的固有语法一致,java内置了三种注解,定义在java.lang包中。 @Override 表示当前方法是覆盖父类的方法。 @Deprecated 表示当前元素是不赞成使用的。 @Sup... 阅读全文

posted @ 2012-09-04 09:58 明明的天天 阅读(890) 评论(0) 推荐(0)

2012年8月30日

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)

2012年8月29日

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 明明的天天 阅读(2767) 评论(0) 推荐(0)

2012年8月22日

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 明明的天天 阅读(2758) 评论(6) 推荐(1)

2012年8月15日

SecureCRT 连接串口方法

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

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

2012年8月14日

scroller 滑动

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

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

2012年7月26日

安卓输入法

摘要: Updating Applications for On-screen Input MethodsOne of the major new features we are introducing in Android 1.5 is our Input Method Framework (IMF), which allows developers on-screen input methods such as software keyboards. This article will provide an overview of what Android input method editors 阅读全文

posted @ 2012-07-26 09:49 明明的天天 阅读(973) 评论(0) 推荐(0)

2012年7月25日

速查

摘要: 1. android完整的权限列表: http://developer.android.com/reference/android/Manifest.permission.html2. android Manifest中的元素: http://developer.android.com/guide/topics/manifest/manifest-intro.html 阅读全文

posted @ 2012-07-25 10:04 明明的天天 阅读(213) 评论(0) 推荐(0)

2012年7月20日

android问题

摘要: 1.用adb connect 连接不上 解决方法, 看看connect写的对不对.2 看看IP地址写的对不对. 3. 看看网线插没插好.2.adb server is out of date. killing... 解决方法,打开“任务管理器”,找到豌豆荚的两个进程,结束之。OK! 阅读全文

posted @ 2012-07-20 18:56 明明的天天 阅读(233) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 ··· 16 下一页

导航