博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
计算机单词(日常收集)
阅读量:5985 次
发布时间:2019-06-20

本文共 1579 字,大约阅读时间需要 5 分钟。

1. 2013-03-09

embed[英][imˈbed][美][ɛmˈbɛd]

vt&vi.把……嵌入;栽种;深留(记忆中)

现在分词:embedding;过去式:embedded;第三人称单数:embeds;过去分词:embedded;

eg.A fragment must always be embedded in an activity and the fragment's lifecycle is directly affected by the host activity's lifecycle.

2.2013-03-11

optimize[英][ˈɔptəˌmaɪz][美][ˈɑptəˌmaɪz]

vt.使最优化,使尽可能有效

现在分词:optimizing;过去式:optimized;第三人称单数:optimizes;

eg.By following the practices described in this document, you can create an application that displays properly and provides an optimized user experience on all supported screen configurations, using a single .apk file.

3.2013-03-12

resolution[英][ˌrezəˈlu:ʃən][美][ˌrɛzəˈluʃən]

n.决心;解决;坚决;分解

复数:resolutions;

eg.Worst of all, he had no hope of shaking her resolution

4.2013-03-12

metrics[ˈmetriks] 

n.韵律学,作诗法   1. 度量2. 韵律学,格律学3. 格律学

eg.A structure describing general information about a display, such as its size, density, and font scaling.

To access the DisplayMetrics members, initialize an object like this:

DisplayMetrics metrics = new DisplayMetrics(); getWindowManager().getDefaultDisplay().getMetrics(metrics);
5.2013-07-13

1.coordinate[英][kəuˈɔ:dineit] [美][ko'ɔrdəˈnet] 

vt.使协调,使调和;整合;使(身体各部份)动作协调;(衣服、布料等)搭配

vi.协调;协同;成为同等;被归入同一类别

Rect holds four integer coordinates for a rectangle. The rectangle is represented by the coordinates of its 4 edges (left, top, right bottom). These fields can be accessed directly. Use width() and height() to retrieve the rectangle's width and height. Note: most methods do not check to see that the coordinates are sorted correctly (i.e. left <= right and top <= bottom).

转载地址:http://cdylx.baihongyu.com/

你可能感兴趣的文章
kafka存活监控脚本
查看>>
CRM 理念
查看>>
paper 99:CV界的明星人物经典介绍
查看>>
大话数据结构-线性表
查看>>
常用正则验证
查看>>
Cookie登录实例
查看>>
php 验证码
查看>>
存量数据库管理和更新
查看>>
Oracle 检查数据库有哪些表频繁进行全表扫描
查看>>
python hmac 加密
查看>>
poj1042 Gone Fishing
查看>>
编写求任意二叉树中一条最长的路径的算法,要求输出此路径上各结点的值及路径的长度。...
查看>>
软件工程小组简介
查看>>
本人对于经理对于员工的不满
查看>>
共享程序集和强命名程序集(4):“运行时”如何解析类型引用
查看>>
前端 -- background
查看>>
CCF-NOIP-2018 提高组(复赛) 模拟试题(九)(2018 CSYZ长沙一中)
查看>>
go-简单的c/s通讯
查看>>
VisualVM远程连接Tomcat
查看>>
小说爬虫(基于requests+BeautifulSoup)
查看>>