自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (6)
  • 收藏
  • 关注

原创 学习html网站

http://www.codecademy.com/zh/tracks/web

2015-03-25 08:20:40 370

原创 Random.nextint() 和Math.random()的区别

Math.random() uses Random.nextDouble() internally.Random.nextDouble() uses Random.next() twice to generate a double that has approximately uniformly distributed bits in its mantissa, so it is unif...

2015-03-24 10:46:22 619

原创 For 循环的基础使用

import java.io.BufferedReader; import java.io.InputStreamReader;public class Chengfakoujuebiao { public static void main (String[] args) throws java.io.IOException { ...

2015-03-24 08:37:00 94

转载 Starting an Activity

Unlike other programming paradigms in which apps are launched with a main() method, theAndroid system initiates code in anActivity instance by invoking specificcallback methods that correspond to sp

2015-03-23 14:50:34 364

转载 Android 学习网站

1、http://guides.codepath.com/android(培训android)2、http://www.tutorialspoint.com/android/(专业技术网站)3、http://www.androidhive.info/(非常好的个人微博)

2015-03-23 10:04:27 317

转载 Activity

Class OverviewAn activity is a single, focused thing that the user can do. Almost all activities interact with the user, so the Activity class takes care of creating a window for you in which yo

2015-03-17 09:36:08 1795

转载 Android UserManager: Check if user is owner (admin)

Im developing an app with the latest android version (4.2.1 API-Level 17) for tablets with multiuser capabilities.I want to restrict certain features (like the access to the app preferences) to the

2015-03-16 15:33:06 948

转载 See more of what Android Lollipop has to offer

Material DesignA bold, colorful, and responsive UI design for consistent, intuitive experiences across all your devicesResponsive, natural motion, realistic lighting and shadows, and familiar

2015-03-04 15:53:43 534

主要测试网盘的速度和性能

测试用

2017-03-30

Java编程思想第四版完整中文高清版.pdf

Java编程思想,一本很好的书,不管高手还是新人们的看都有帮助。

2014-07-30

Android 从入门到精通课后习题

这个是Android 从入门到精通第七章的课后习题答案,有兴趣的可以下载下来看看

2014-07-09

android 计算器源码

这个是从4.4下载的最新计算器的源码,对计算器二次开发很有用。

2014-07-03

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除