node 音标拼音: [n'od]
n . 节,结节,瘤 ;
节点,(在
INTERNET 网络中的任何一个站点,都可称为节点)
节,结节,瘤 ; 节点,(在
INTERNET 网络中的任何一个站点,都可称为节点)
node 节点; 节( 点 ); 网点; 结点
node 节点
node n 1 :
a connecting point at which several lines come together 2 :
any thickened enlargement [
synonym : {
node }, {
knob }, {
thickening }]
3 : (
botany )
the small swelling that is the part of a plant stem from which one or more leaves emerge [
synonym : {
node }, {
leaf node }]
4 : (
physics )
the point of minimum displacement in a periodic system [
ant : {
antinode }]
5 : (
astronomy )
a point where an orbit crosses a plane 6 :
the source of lymph and lymphocytes [
synonym : {
lymph node },
{
lymph gland }, {
node }]
7 :
any bulge or swelling of an anatomical structure or part 8 : (
computer science )
any computer that is hooked up to a computer network [
synonym : {
node }, {
client }, {
guest }]
Node \
Node \ (
n [=
o ]
d ),
n . [
L .
nodus ;
perh .
akin to E .
knot .
Cf .
{
Noose }, {
Nowed }.]
1 .
A knot ,
a knob ;
a protuberance ;
a swelling .
[
1913 Webster ]
2 .
Specifically :
(
a ) (
Astron .)
One of the two points where the orbit of a planet ,
or comet ,
intersects the ecliptic ,
or the orbit of a satellite intersects the plane of the orbit of its primary .
(
b ) (
Bot .)
The joint of a stem ,
or the part where a leaf or several leaves are inserted .
(
c ) (
Dialing )
A hole in the gnomon of a dial ,
through which passes the ray of light which marks the hour of the day ,
the parallels of the sun '
s declination ,
his place in the ecliptic ,
etc .
(
d ) (
Geom .)
The point at which a curve crosses itself ,
being a double point of the curve .
See {
Crunode },
and {
Acnode }.
(
e ) (
Mech .)
The point at which the lines of a funicular machine meet from different angular directions ; --
called also {
knot }. --
W .
R .
Johnson .
(
f ) (
Poet .)
The knot ,
intrigue ,
or plot of a piece .
(
g ) (
Med .)
A hard concretion or incrustation which forms upon bones attacked with rheumatism ,
gout ,
or syphilis ;
sometimes also ,
a swelling in the neighborhood of a joint . --
Dunglison .
(
h ) (
Mus )
One of the fixed points of a sonorous string ,
when it vibrates by aliquot parts ,
and produces the harmonic tones ;
nodal line or point .
(
i ) (
Zool .)
A swelling .
[
1913 Webster ]
3 . (
Math .,
Computers )
A special point in a graph or diagram which is attached to other points by {
links }.
It is often labeled and represented graphically as a box or circle .
A node may represent any object which is related to other objects in a conceptual structure that can be represented as a graph ,
the relations being represented as links between the nodes .
[
PJC ]
4 . (
Anat .)
A small mass of tissue differing from other tissue in its immediate vicinity ;
as ,
a lymph node .
[
PJC ]
{
Ascending node } (
Astron .),
the node at which the body is passing northerly ,
marked with the symbol [
astascending ],
called the Dragon '
s head .
Called also {
northern node }.
{
Descending node },
the node at which the body is moving southwardly ,
marked thus [
astdescending ],
called Dragon '
s tail .
{
Line of nodes },
a straight line joining the two nodes of an orbit .
[
1913 Webster ]
70 Moby Thesaurus words for "
node ":
Gordian knot ,
amplitude ,
antinode ,
block ,
body ,
cake ,
clump ,
cluster ,
concrete ,
concretion ,
conglomerate ,
conglomeration ,
crest ,
crux ,
de Broglie wave ,
diffraction ,
dilemma ,
electromagnetic radiation ,
electromagnetic wave ,
enigma ,
frequency ,
frequency band ,
frequency spectrum ,
guided wave ,
in phase ,
interference ,
knot ,
knotty point ,
light ,
longitudinal wave ,
lump ,
mass ,
mechanical wave ,
nodosity ,
nodulation ,
nodule ,
nodulus ,
nodus ,
nonplus ,
out of phase ,
oxymoron ,
paradox ,
period ,
periodic wave ,
perplexity ,
pons asinorum ,
poser ,
puzzle ,
quandary ,
radio wave ,
ray ,
reinforcement ,
resonance ,
resonance frequency ,
seismic wave ,
shock wave ,
solid ,
solid body ,
sound wave ,
surface wave ,
teaser ,
tidal wave ,
transverse wave ,
trough ,
vexed question ,
wave ,
wave equation ,
wave motion ,
wave number ,
wavelength
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
Node. js — Run JavaScript Everywhere Node js® is a JavaScript runtime built on Chrome's V8 JavaScript engine Node js v18 is reaching End-Of-Life on April 30, 2025 Learn About Download Blog Docs Contribute Certification
下载 | Node. js 中文网 Windows 安装包 node-v22 16 0-x64 msi macOS 安装包 node-v22 16 0 pkg 源代码 node-v22 16 0 tar gz
Node. js 教程 - 菜鸟教程 Node js 的应用场景 Web 服务器:由于其高效的处理并发请求的能力,Node js 常被用于构建快速、可扩展的 web 服务器。 实时应用:例如聊天应用、实时协作工具等。 API 服务:Node js 很适合用来开发 RESTful API 和 GraphQL 服务。
Download Node. js® Learn more about Node js releases, including the release schedule and LTS status Learn how to verify signed SHASUMS Looking for Node js source? Download a signed Node js source tarball Check out our nightly binaries or all previous releases or the unofficial binaries for other platforms
Node. js 中文网 Node js 是一个基于 Chrome V8 引擎的 JavaScript 运行环境。Node js 使用了一个事件驱动、非阻塞式 I O 的模型,使其轻量又高效。Node js 的包管理器 npm,是全球最大的开源库生态系统。
2024最新版Node. js下载安装及环境配置教程(非常详细)_node. js 安装-CSDN博客 ### Node js 的安装及环境配置步骤 #### 一、Node js 概述 Node js 是一个基于 Chrome V8 引擎的 JavaScript 运行环境,它使得开发人员能够在服务器端执行 JavaScript 代码,从而实现全栈 JavaScript 开发的能力。
Node. js 安装配置 - 菜鸟教程 Node js 安装配置 本章节我们将向大家介绍在 Windows、Linux 和 macOS 上安装 Node js 的方法。 Node js 安装包及源码下载地址为:https: nodejs org en download。 Package Manager:使用系统自带的包管理工具(如 apt、yum、brew)安装。
Node. js是什么?能做什么?终于有人讲明白了 - 腾讯云 Node js是基于Chrome V8引擎的JavaScript运行环境,支持跨平台运行,提供高性能Web服务器和本地文件读写功能,助力前端开发实现全栈开发,降低学习成本。
Node. js - 维基百科,自由的百科全书 Node js将浏览器、数据(例如MongoDB或CouchDB)等组合到一起,通过JSON提供一个统一的接口。 由于 前端 框架和一些基本的后端开发技术(如 MVC 、 MVP 、 MVVM 等)变得流行,Node js也支持客户端和服务器端重新利用相同的模型和接口。
Node. js — 在任何地方运行 JavaScript Node js® 是一个免费、开源、跨平台的 JavaScript 运行时环境, 它让开发人员能够创建服务器 Web 应用、命令行工具和脚本。