翻译
wangqingxun
这个作者很懒,什么都没留下…
展开
-
Android 开发指南翻译开篇--User Interface -Styles and Themes
先定一个学习计划吧,准备把Android的开发指南重新看一遍,借博客做个记录吧。 User Interface -Styles and Themes 用户接口-样式和主题 定义: style:A style is a collection of properties that specify the look and format for a View or windo原创 2012-02-04 00:41:47 · 491 阅读 · 0 评论 -
Android 开发指南 翻译8 Application Resources: Localization (未完......)
Android 开发指南 翻译8 Application Resources: Localization 应用资源:本地化 Android will run on many devices in many regions. To reach the most users, your application should handle text, audio files,翻译 2012-02-05 22:45:42 · 1394 阅读 · 0 评论 -
Android 开发指南 翻译2 User Interface:XML Layouts
Android 开发指南翻译2 User Interface:XML Layouts 定义:Your layout is the architecture for the user interface in an Activity. It defines the layout structure and holds all the elements that appear to th翻译 2012-02-04 15:01:45 · 479 阅读 · 0 评论 -
Android 开发指南 翻译11 Application Resources -- Drawable Resources
Application Resources -- 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 such as getDrawab翻译 2012-02-19 16:58:44 · 1280 阅读 · 0 评论 -
Android 开发指南 翻译 User Interfaces -- Action Bar
Action bar 行动条 The action bar is a window feature that identifies the application and user location, and provides user actions and navigation modes. You should use the action bar in most activities翻译 2012-02-27 09:12:14 · 3859 阅读 · 0 评论 -
Android Handler
public class Handler extends Object java.lang.Object ↳ android.os.Handler Known Direct Subclasses AsyncQueryHandler, AsyncQueryHandler.WorkerHandler翻译 2012-04-21 11:16:34 · 877 阅读 · 0 评论 -
The SQL layer in CockroachDB --CockroachDB 的SQL层
Last update: September 2018 This document provides an architectural overview of the SQL layer in CockroachDB. The SQL layer is responsible for providing the "SQL API" that enables access to a Cockroa...翻译 2018-12-05 21:47:14 · 599 阅读 · 0 评论 -
Life of a SQL Query SQL 查询的生命周期
Life of a SQL Query Original author: Andrei Matei Introduction 简介 This document aims to explain the execution of an SQL query against CockroachDB, explaining the code paths through the various laye...翻译 2019-01-08 10:02:44 · 886 阅读 · 1 评论