electron 音标拼音: [ɪl'ɛktrɑn]
n . 电子
电子
electron 电子
electron 电子
electron n 1 :
an elementary particle with negative charge [
synonym :
{
electron }, {
negatron }]
lepton \
lepton \
n . (
Physics )
an elementary particle that participates in weak interactions but does not participate in the strong interaction ;
it has a baryon number of 0 .
Some known leptons are the {
electron },
the {
negative muon },
the {
tau -
minus particle },
and the neutrinos associated with each of these particles .
[
WordNet 1 .
5 PJC ]
Electron \
E *
lec "
tron \,
n . [
NL .,
fr .
Gr . '
h `
lektron .
See {
Electric }.]
1 .
Amber ;
also ,
the alloy of gold and silver ,
called {
electrum }. [
archaic ]
[
1913 Webster ]
2 . (
Physics &
Chem .)
one of the fundamental subatomic particles ,
having a negative charge and about one thousandth the mass of a hydrogen atom .
The electron carries (
or is )
a natural unit of negative electricity ,
equal to 3 .
4 x 10 ^{-
10 }
electrostatic units ,
and is classed by physicists as a {
lepton }.
Its mass is practically constant at the lesser speeds ,
but increases due to relativistic effects as the velocity approaches that of light .
Electrons are all of one kind ,
so far as is known .
Thus far ,
no structure has been detected within an electron ,
and it is probably one of the ultimate composite constituents of all matter .
An atom or group of atoms from which an electron has been detached has a positive charge and is called a {
cation }.
Electrons are projected from the cathode of vacuum tubes (
including television picture tubes )
as {
cathode rays }
and from radioactive substances as the {
beta rays }.
Previously also referred to as {
corpuscle },
an obsolete term .
The motion of electrons through metallic conductors is observed as an electric current .
A particle identical to the electron in mass and most other respects ,
but having a positive instead of a negative charge ,
is called a {
positron },
or {
antielectron }
[
Webster 1913 Suppl .
PJC ]
Electro -
negative 58 Moby Thesaurus words for "
electron ":
Kern ,
NMR ,
alpha particle ,
antibaryon ,
antilepton ,
antimeson ,
atom ,
atomic nucleus ,
atomic particle ,
baryon ,
beta particle ,
cathode particle ,
electron affinity ,
electron cloud ,
electron pair ,
electron shells ,
electron spin ,
electron transfer ,
electron -
positron pair ,
elementary particle ,
energy level ,
excited state ,
extranuclear electrons ,
ground state ,
ion ,
lepton ,
lone pair ,
meson ,
molecule ,
monad ,
negatron ,
neutron ,
nuclear force ,
nuclear magnetic resonance ,
nuclear particle ,
nuclear resonance ,
nucleon ,
nucleosynthesis ,
nucleus ,
octet ,
orbital electron ,
photoelectron ,
photon ,
proton ,
quark ,
recoil electron ,
secondary electron ,
shared pair ,
strangeness ,
strong interaction ,
subvalent electrons ,
surface -
bound electron ,
thermion ,
triton ,
valence electron ,
valence electrons ,
valence shell ,
wandering electron
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
简介 | Electron 欢迎来到 Electron 文档中心。 如果这是你第一次开发Electron应用,请通读Getting Started来熟悉一下基本概念。 此外,你也可以直接浏览API文档
GitHub - electron electron: :electron: Build cross-platform desktop . . . The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS It is based on Node js and Chromium and is used by the Visual Studio Code and many other apps
Electron 简介 - 菜鸟教程 Electron 简介 Electron 是一个开源框架,把 Chromium(浏览器内核)+ Node js(服务器 系统能力) 包裹进一个桌面应用壳,让你用 HTML CSS JS 写跨平台的桌面程序(Windows、macOS、Linux)。 关键点: 前端负责界面(Renderer 进程:像浏览器标签页)。
Electron-Egg Electron-Egg 一个入门简单、跨平台、企业级桌面软件开发框架 ⛵️ v4 2 0 文档 🧬 入门简单 支持 js、ts 🧩 跨平台 windows、Mac、Linux 🍱 开源免费 GitHub、Gitee
Electron 中文网 原生图形用户界面 使用 Electron 的主进程 API 与操作系统的接口进行交互。 自定义 应用窗口 外观、控制应用 菜单 、或通过 对话框 或 通知 提醒用户。
Electron - Wikipedia Electrons can exist as free particles As particle beams in a vacuum, free electrons can be accelerated, focused, and used for applications such as cathode ray tubes, electron microscopes, electron beam welding, lithography, and particle accelerators that generate synchrotron radiation
禹神:一小时快速上手Electron,前端Electron开发教程,笔记。一篇文章入门Electron Electron是一个使用 JavaScript、HTML 和 CSS 构建桌面应用程序的框架。 嵌入 Chromium 和 Node js 到 二进制的 Electron 允许您保持一个 JavaScript 代码代码库并创建 在Windows上运行的跨平台应用 macOS和 Linux ——不需要本地开发 经验。 二、Elemtron流程模型
electron-vite | Next Generation Electron Build Tooling electron-vite The Build Tool for Electron Based on Vite It's fast, simple and powerful! Get Started View on GitHub
Electron Anticheat | The #1 FiveM Anticheat Protect your FiveM server with Electron Anticheat The most advanced FiveM Anticheat Keeping your FiveM server secure 24 7
为什么用 electron 开发的桌面应用那么多? 但是用Electron开发,界面上出现的问题就可以很快定位。 浏览器自带的开发者工具,随时随地查看日志,随心所欲的打断点。 如果是后端的问题,还可以通过postman去调试现场到底是哪个接口出问题。