activity 音标拼音: [ækt'ɪvəti] [ækt'ɪvɪti]
n .
C 活动;
U 活性,活力
C 活动;
U 活性,活力
activity 活动率; 活动性
activity 活动比
activity 活动率 活动性
activity n 1 :
any specific behavior ; "
they avoided all recreational activity " [
ant : {
inactivity }]
2 :
the state of being active ; "
his sphere of activity "; "
he is out of action " [
synonym : {
action }, {
activity }, {
activeness }]
[
ant : {
inaction }, {
inactiveness }, {
inactivity }]
3 :
an organic process that takes place in the body ; "
respiratory activity " [
synonym : {
bodily process }, {
body process }, {
bodily function }, {
activity }]
4 : (
chemistry )
the capacity of a substance to take part in a chemical reaction ; "
catalytic activity "
5 :
a process existing in or produced by nature (
rather than by the intent of human beings ); "
the action of natural forces ";
"
volcanic activity " [
synonym : {
natural process }, {
natural action }, {
action }, {
activity }]
6 :
the trait of being active ;
moving or acting rapidly and energetically ; "
the level of activity declines with age "
[
synonym : {
activeness }, {
activity }] [
ant : {
inactiveness },
{
inactivity }, {
inertia }]
Activity \
Ac *
tiv "
i *
ty \,
n .;
pl . {
Activities }. [
Cf .
F .
activit ['
e ],
LL .
activitas .]
The state or quality of being active ;
nimbleness ;
agility ;
vigorous action or operation ;
energy ;
active force ;
as ,
an increasing variety of human activities . "
The activity of toil ." --
Palfrey .
[
1913 Webster ]
Syn :
Liveliness ;
briskness ;
quickness .
[
1913 Webster ]
172 Moby Thesaurus words for "
activity ":
act ,
acting ,
action ,
actions ,
activism ,
activities ,
acts ,
actuation ,
address ,
affair ,
affairs ,
affectation ,
air ,
animation ,
ardor ,
artificial radioactivity ,
bag ,
bearing ,
behavior ,
behavior pattern ,
behavioral norm ,
behavioral science ,
brio ,
briskness ,
business ,
bustle ,
campaign ,
carriage ,
cause ,
commerce ,
commitment ,
comportment ,
concern ,
concernment ,
conduct ,
contamination ,
crusade ,
culture pattern ,
curiage ,
custom ,
decontamination ,
demeanor ,
deportment ,
doing ,
doings ,
drive ,
dynamics ,
elan ,
employ ,
employment ,
endeavor ,
energy ,
enterprise ,
enthusiasm ,
exercise ,
exercising ,
exertion ,
faith ,
fallout ,
folkway ,
function ,
functioning ,
gestures ,
glow ,
going ,
goings -
on ,
great cause ,
guise ,
gusto ,
half -
life ,
impetuosity ,
impetus ,
interest ,
issue ,
job ,
joie de vivre ,
kinematics ,
kinesipathy ,
kinesis ,
kinesitherapy ,
kinetics ,
labor ,
life ,
lifework ,
liveliness ,
lookout ,
lustiness ,
maintien ,
manner ,
manners ,
mass movement ,
matter ,
method ,
methodology ,
methods ,
mettle ,
mien ,
mobilization ,
modus vivendi ,
motion ,
motions ,
motivation ,
move ,
movement ,
movements ,
moves ,
moving ,
natural radioactivity ,
nuclear radiation ,
observable behavior ,
occupation ,
operation ,
operations ,
pattern ,
perkiness ,
pertness ,
play ,
poise ,
port ,
pose ,
posture ,
practice ,
praxis ,
presence ,
principle ,
procedure ,
proceeding ,
project ,
pursuit ,
radiant energy ,
radiation ,
radioactive radiation ,
radioactivity ,
radiocarbon dating ,
radiolucency ,
radiopacity ,
radiosensibility ,
radiosensitivity ,
reason for being ,
restlessness ,
robustness ,
running ,
saturation point ,
service ,
social science ,
specific activity ,
spirit ,
spiritedness ,
stir ,
stirring ,
style ,
swing ,
tactics ,
thing ,
tone ,
undertaking ,
unrest ,
velocity ,
venture ,
vigor ,
vim ,
vivacity ,
vocation ,
warmth ,
way ,
way of life ,
ways ,
work ,
working ,
workings ,
zest ,
zestfulness
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
Welcome to My Activity Welcome to My Activity Data helps make Google services more useful for you Sign in to review and manage your activity, including things you’ve searched for, websites you’ve visited, and videos
activity(英语单词)_百度百科 Activity是源自古法语的英语名词,音标为英 [ækˈtɪvəti] 美 [ækˈtɪvəti],复数形式为activities。 其核心含义指人或事物的"活跃状态"或"具体活动",在化学、医学等领域可特指催化活性、生理机能等专业概念。
activity是什么意思_activity的翻译_音标_读音_用法_例句_爱词霸在线词典 爱词霸权威在线词典,为您提供activity的中文意思,activity的用法讲解,activity的读音,activity的同义词,activity的反义词,activity的例句等英语服务。
ACTIVITY中文 (简体)翻译:剑桥词典 - Cambridge Dictionary After weeks of frenetic activity, the job was finally finished Textbook writing can be an intellectually and financially rewarding activity There was a sudden spurt of activity in the housing market There has been a lot of criminal activity in the town lately He was imprisoned for his terrorist activities
activity 生命周期 | App architecture | Android Developers 如需详细了解状态与弹出漏洞之间的关系,请参阅有关 activity 状态和从内存中弹出 的部分。 根据 Activity 的复杂程度,您可能不需要实现所有生命周期方法。 但是,请务必了解每个方法,并实现能够确保应用按用户预期方式运行的方法,这非常重要。
activity 简介 | App architecture | Android Developers Activity 类是 Android 应用的关键组件,而 Activity 的启动和组合方式则是该平台应用模型的 基本组成部分。 在编程范式中,应用是通过 a main 方法启动的,而 Android 系统与此不同,它会调用与其生命周期特定阶段相对应的特定回调方法来启动 Activity 实例中的代码。
Android Activity详解-CSDN博客 文章浏览阅读10w+次,点赞33次,收藏140次。 本文详细介绍了Android中的Activity组件,包括其基本概念、创建方法、在AndroidManifest文件中的声明方式、启动与结束流程以及Activity的生命周期。 并通过实际示例验证了不同场景下Activity生命周期方法的调用顺序。
Activity | API reference | Android Developers An 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 you can place your UI with setContentView(View)
Activity Net We illustrate three scenarios in which ActivityNet can be used to compare algorithms for human activity understanding: global video classification,trimmed activity classification and activity detection
「活動」英文該用 Activity, Event, 還是Campaign? (含例句) activity 可以用來指廣義上的活動,代表這個狀態、行為模式下的活躍程度,不一定是要真的有一個實際活動, campaign 和 event 則都會有實際上的活動,差別在於 campaign 會用在持續一段時間的連續性活動, event 通常就會是偶發性的盛大活動。