ADK.wang AI & 软件技术百科
全库汇聚全球 22,000+ 核心技术词条,深度引证上千本行业权威学术专著,涵盖大模型原理、云原生、架构设计与工程效能。
22,077
全量学术技术词条
9 大
核心专业领域体系
10,000+
权威专著深度引证
100%
原书精粹与工业对齐
专业技术领域分类
共 3028 篇词条Java Remote Method Invocation (RMI)
"Describe how object serialization is used in Java Remote Method Invocation (RMI)."
Java Runtime Environment (JRE)
要运行编译为 Java Archives(.jar,.war,*.ear)的 Java 应用程序,需要 Java Runtime Environment(JRE)。
Los Angeles (USA)
Administration from the University of California, Los Angeles (UCLA),
Missing Out (FOMO)
emotional biases. However, awareness is the first step. Fear of Missing Out (FOMO)
Networking Technologies (ICCCNT)
Computing Communication and Networking Technologies (ICCCNT)* . 2021.
Positron Emission Tomography (PET)
neu-romarketing research: Magnetoencephalography (MEG) and Positron Emission Tomography (PET).
Post Office Protocol (POP)
contents from clients to servers. There are two other protocols, Post Office Protocol (POP) and Internet Message Access Protocol...
Product Manager (PM)
This is the central question facing every Product Manager (PM) in the
Project Management Office (PMO)
supported by a newly established Project Management Office (PMO). The PMO integrated the geographically
Remote Direct Memory Access (RDMA)
Remote Direct Memory Access (RDMA) to further accelerate network traffic
Romanian Adoptees (ERA)
Rutter, Michael, Thomas G. O’Connor, and English and Romanian Adoptees
Separated Values (CSV)
you think will be relevant to your project into a Comma-Separated Values (CSV) file.
Single Page Application (SPA)
such as a Single Page Application (SPA) that usually doesn’t have a
Software Development Lifecycle (SDLC)
Software Development Lifecycle (SDLC), offering insights into the best practices
Static Single Assignment (SSA)
Static Single Assignment (SSA) form. This low-level, more explicit representation
Statistical Process Control (SPC)
SPC Statistical Process Control(SPC),统计过程控制是一种借助数理统计方法的过程控制工具,用于趋势检测,判定性能数据趋势异常,如以5分钟为采样间隔,在1小时内采集的实时数据连续6个采样点递增或递减,则判定为异常(SPC常用...
Task Learning (MTL)
[59]TANG H Y, LIU J N, ZHAO M, et al. Progressive Layered Extraction (PLE):A Novel Multi-Task Learning (MTL) Model for Personali...
Thirty Meter Telescope (TMT)
analysis, system design, and early verification for critical subsystems of the Thirty Meter Telescope (TMT) [8]. The
United Arab Emirates (UAE)
decade, the United Arab Emirates (UAE) has integrated AI in the
University College London (UCL)
, researchers at University College London (UCL) ranked deepfakes as
User Account Control (UAC)
UACMe: A Windows privilege escalation tool, which exploits User Account Control
Visual Question Answering (VQA)
Visual Question Answering (VQA) for Enhanced Store Communication
World Economic Forum (WEF)
of being automated. According to estimates from the World Economic Forum (WEF), nearly 75 million jobs globally could be displac...
临时表
Using temporary
Hive数据表分为三类:临时表 (TEMPORARY TABLE)、外部表(EⅩTERNAL TABLE)和受管理 表(MANAGED TABLE),其区别如下: ❑ 临时表:仅对当前session可见,一旦session退出,则该数据 表将自动被删除。