ADK.wang AI & 软件技术百科
全库汇聚全球 22,000+ 核心技术词条,深度引证上千本行业权威学术专著,涵盖大模型原理、云原生、架构设计与工程效能。
22,077
全量学术技术词条
9 大
核心专业领域体系
10,000+
权威专著深度引证
100%
原书精粹与工业对齐
专业技术领域分类
共 3028 篇词条Software Engineering Institute (SEI)
process area. Pittsburgh, PA, USA: Software Engineering Institute (SEI)/Carnegie Mellon University (CMU).
Adamishin Papers (HIA)
A.L.Adamishin Papers(HIA),box 1:Diaries 1980,9 December
Charles Hill Papers (HIA)
Oct.31’,p.7:Charles Hill Papers(HIA),box 64.
Community Edition (GPL)
Community Edition (GPL) Type 'help;' or 'h' for help. Type 'c' to clear the buffer. mysql 此时执行 flush privileges 命令,重新使用权限系统。
Jim Mann Papers (HIA)
Matlock Files,‘Saturday Group:late 83-early 84’(RRPL):Jim Mann Papers(HIA),box 56,folder:Memoirs/Letters 1986-7.
Carnegie Mellon University (CMU)
process area. Pittsburgh, PA, USA: Software Engineering Institute (SEI)/Carnegie Mellon University (CMU).
资源对象
Resource Object
Kubernetes的事件(Event)是一种资源对象(Resource Object),用于展示集群内发生的情况,Kubernetes系统中的各个组件会将运行时发生的各种事件上报给Kubernetes API Server。
Persistent Volumes (PV)
Persistent Volumes (PV) PVs are resources in the cluster that provide durable storage. They have
编排器
Orchestrator
现代的微服务框架将这类轻量级的服务(微服务)与容器(提供资源隔离和依赖管理的Docker)和将底层硬件抽象为同质池的编排器(Kubernetes)相结合,这三个组件允许应用程序原生地在负载下进行缩放,并处理云环境中永久存在的局部故障。
False Negatives (FN)
cases were accurately identified as “stroke.” False Negatives (FN): zero cases
False Positives (FP)
False Positives (FP): 90 instances of “No Action” were incorrectly predicted
True Negatives (TN)
Fig. (5) shows the SVM's confusion matrix. There were 276 True Negatives (TN)
True Positives (TP)
(left) provides the core counts of True Positives (TP), False Negatives (FN), False Positives
Computational Intelligence (SSCI)
Symposium Series on Computational Intelligence (SSCI)* (pp. 1–10).
Server Message Block (SMB)
This option is built on Windows Server and is accessible over the Server Message Block (SMB) protocol from Windows, Linux, or Ma...
消息代理
Message Broker
[2] STOMP,即Simple (or Streaming) Text Oriented Messaging Protocol,简单(流)文本面向消息协议,它提供了一个可互操作的连接格式,运行STOMP客户端与任意STOMP消息代理(Broker)进行...
领域
Top - down Design
它不再使用基于 XML 的各种烦琐配置,而是采用一种 Studio 基于 Groovy 的内部领域特定(DSL)语言,来实现项目的自动化构建。
Address Resolution Protocol (ARP)
looks up the MAC address of the destination machine in a table, usually called the Address Resolution Protocol (ARP) cache). If ...
Application State (HATEOAS)
Application State (HATEOAS). This results in a highly complex and
Central Processing Unit (CPU)
processed in a computer is done so through the computer’s Central Processing Unit (CPU) Core. A computer’s CPU core is like the
Hadoop Distributed File System (HDFS)
capabilities are also integrated into ViPR with a Hadoop Distributed File System (HDFS) Data Service.
Portable Executable (PE)
process injection, and learn how to build a Portable Executable (PE)
基准测试
Benchmarking
性能测试的主要类型 性能测试主要可分为压力测试(Stress Testing)、负载测试(Load Testing)、容量测试(Volume Testing)和基准测试(Benchmark Testing)四种测试类型,其中压力测试与负载测试是最常用的两种...
模糊测试
Fuzzing Test
Burp Intruder的Ignore Response(忽略响应)模式对于模糊测试(Fuzz-testing)和拒绝服务测试很有帮助,但是它不是很适合于更加精确的、自定义的插入载荷工作。