
翻译
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 · 505 阅读 · 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 · 1438 阅读 · 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 · 484 阅读 · 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 · 1293 阅读 · 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 · 3882 阅读 · 0 评论 -
Android Handler
public classHandlerextends Objectjava.lang.Object ↳android.os.HandlerKnown Direct SubclassesAsyncQueryHandler, AsyncQueryHandler.WorkerHandler翻译 2012-04-21 11:16:34 · 887 阅读 · 0 评论 -
The SQL layer in CockroachDB --CockroachDB 的SQL层
Last update: September 2018This 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 · 642 阅读 · 0 评论 -
Life of a SQL Query SQL 查询的生命周期
Life of a SQL QueryOriginal author: Andrei MateiIntroduction 简介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 · 925 阅读 · 1 评论