- 博客(14)
- 资源 (4)
- 收藏
- 关注
原创 设计模式 —— 建造者
建造者模式通常用于复杂对象的创建,用户不需要关心对象的内部的具体构建细节,只需确定对象的类型就可以构建它们。建造者模式将复杂对象的构建与对象的表现分离开来,这样使得同样的构建过程可以创建出不同的表现。
2016-03-24 16:37:35
427
原创 设计模式 —— 观察者
观察者模式(Observer Pattern):建立对象间的一种一对多依赖关系,使得每当对象状态发生改变时,它的相关依赖对象都会得到通知并被自动更新。 又叫做发布-订阅(Publish/Subscribe)模式、源-监听器(Source/Listen)模式
2016-03-24 16:35:12
526
原创 设计模式 —— 工厂模式
设计模式 —— 工厂模式简单工厂模式Simple Factory工厂方法模式Factory Method抽象工厂模式Abstract Factory
2016-03-23 22:26:22
518
原创 设计模式
创建型模式Creational patterns结构型模式Structural patterns行为型模式Behavioral patterns设计模式的原则
2016-03-23 22:22:08
356
翻译 Animation Resources
An animation resource can define one of two types of animations:Property AnimationView Animation
2016-02-25 22:21:07
355
翻译 Drawable Resources
A drawable resource is a general concept for a graphic that can be drawn to the screen and which you can retrieve with APIs
2016-02-24 00:15:41
334
翻译 Color State List Resource
A ColorStateList is an object you can define in XML that you can apply as a color, but will actually change colors, depending on the state of the View object to which it is applied.
2016-02-23 16:19:54
230
原创 UID详解
UID详解Linux中的UID、GID、PIDUID user identifier,用户ID,Linux系统通过UID区分不同用户。Linux系统中用户(user)分为3类: + 普通用户:使用Linux系统的普通真实用户。普通用户能登陆系统,但权限有限,只能在其Home目录(用户目录)、系统临时目录或其他经过授权的目录中操作。UID为500~6000(系统默认普通用户ID从500开始编号
2016-01-17 09:45:19
16797
翻译 Linux文件安全
Linux文件安全 File permissions, the most basic form of security control that exists on Unix-like systemsLinux中每一个文件(或目录)都包含有访问权限,访问权限决定了谁能访问和如何访问这些文件。Linux中有三种用户类型,每一种用户类型都有它自身的读、写和执行权限。相关概念用户类型Linux 文件
2016-01-17 09:31:34
580
翻译 Linux文件类型
Linux文件类型 For normal files in the file system, Unix does not impose or provide any internal file structure. This implies that from the point of view of the operating system, there is only one file ty
2016-01-15 21:26:24
381
原创 浏览器引擎
浏览器引擎 注意区分 Web search engine(搜索引擎), JavaScript engine(JS引擎)什么是浏览器引擎? A web browser engine (sometimes called layout engine or rendering engine) is a program that renders marked up content (such as
2016-01-15 12:21:46
662
原创 目录
目录SDK目录add-ons:存放附加库build-tools:存放不同版本的build工具(例如:23.0.1) aapt.exe:可以将资源文件编译成二进制文件(apk文件)aidl.exe:可以将 .aidl 文件编译 .java 文件dx.bat:可以将 .class 文件编译成 .dex 文件docs:存放Android SDK的API文档extras:附加工具包 andr
2016-01-12 12:38:40
310
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人