daemon 音標拼音: [d'imən] [d'emən]
惡魔,守護神
惡魔,守護神
daemon n 1 :
an evil supernatural being [
synonym : {
devil }, {
fiend }, {
demon },
{
daemon }, {
daimon }]
2 :
a person who is part mortal and part god [
synonym : {
daemon },
{
demigod }]
Daemon \
D [
ae ]"
mon \,
n .,
Daemonic \
D [
ae ]*
mon "
ic \,
a .
See {
Demon }, {
Demonic }.
[
1913 Webster ]
Demon \
De "
mon \,
n . [
F .
d ['
e ]
mon ,
L .
daemon a spirit ,
an evil spirit ,
fr .
Gr .
dai `
mwn a divinity ;
of uncertain origin .]
1 . (
Gr .
Antiq .)
A spirit ,
or immaterial being ,
holding a middle place between men and deities in pagan mythology .
[
1913 Webster ]
The demon kind is of an intermediate nature between the divine and the human . --
Sydenham .
[
1913 Webster ]
2 .
One '
s genius ;
a tutelary spirit or internal voice ;
as ,
the demon of Socrates . [
Often written {
d [
ae ]
mon }.]
[
1913 Webster ]
3 .
An evil spirit ;
a devil .
[
1913 Webster ]
That same demon that hath gulled thee thus . --
Shak .
[
1913 Webster ]
50 Moby Thesaurus words for "
daemon ":
Geist ,
Muse ,
afflatus ,
ancestral spirits ,
angel ,
attendant godling ,
atua ,
control ,
creative thought ,
creativity ,
daimonion ,
demon ,
divine afflatus ,
evil spirits ,
fairy godmother ,
familiar ,
familiar spirit ,
fire of genius ,
genius ,
genius domus ,
genius loci ,
good angel ,
good genius ,
guardian ,
guardian angel ,
guardian spirit ,
guide ,
household gods ,
inspiration ,
intelligence ,
invisible helper ,
lares and penates ,
lares compitales ,
lares familiaris ,
lares permarini ,
lares praestites ,
lares viales ,
manes ,
ministering angel ,
numen ,
penates ,
soul ,
special providence ,
specter ,
spirit ,
supernatural being ,
talent ,
totem ,
tutelar god ,
tutelary /day 'mn / or /dee 'mn / (From the mythological
meaning , later rationalised as the acronym "Disk And Execution
MONitor ") A program that is not invoked explicitly , but lies
dormant waiting for some condition (s ) to occur . The idea is
that the perpetrator of the condition need not be aware that a
daemon is lurking (though often a program will commit an
action only because it knows that it will implicitly invoke a
daemon ).
For example , under {ITS } writing a file on the {LPT } spooler 's
directory would invoke the spooling daemon , which would then
print the file . The advantage is that programs wanting files
printed need neither compete for access to , nor understand any
idiosyncrasies of , the {LPT }. They simply enter their
implicit requests and let the daemon decide what to do with
them . Daemons are usually spawned automatically by the
system , and may either live forever or be regenerated at
intervals .
{Unix } systems run many daemons , chiefly to handle requests
for services from other {hosts } on a {network }. Most of these
are now started as required by a single real daemon , {inetd },
rather than running continuously . Examples are {cron } (local
timed command execution ), {rshd } (remote command execution ),
{rlogind } and {telnetd } (remote login ), {ftpd }, {nfsd } (file
transfer ), {lpd } (printing ).
Daemon and {demon } are often used interchangeably , but seem to
have distinct connotations (see {demon }). The term "daemon "
was introduced to computing by {CTSS } people (who pronounced
it /dee 'mon /) and used it to refer to what {ITS } called a
{dragon }.
[{Jargon File }]
(1995 -05 -11 )
安裝中文字典英文字典查詢工具!
中文字典英文字典工具:
複製到剪貼板
英文字典中文字典相關資料:
DAEMON Tools - 最棒的映像制作软件满足所有你的需求 - DAEMON-Tools. cc Welcome to the official site of DAEMON Tools products! Here you can find out more about one of the best imaging software or download your free DAEMON Tools trial
Daemon (computing) - Wikipedia In computing, a daemon is a program that runs as a background process, rather than being under the direct control of an interactive user Customary convention is to name a daemon process with the letter d as a suffix to indicate that it's a daemon
理解Daemon的真正含义 - 知乎 在很多linux的入门教程里面都有介绍 守护进程 (Daemon),它们一般都是这么介绍的: 守护进程也就是通常说的Daemon 进程(精灵进程),是 Linux 中的后台服务进程。 下图摘自某访问量挺大的一个博客。
【Linux编程】守护进程 (daemon)详解与创建 - CSDN博客 Daemon(守护进程)是运行在后台的一种特殊进程。 它独立于控制终端并且周期性地执行某种任务或等待处理某些发生的事件。 它不需要用户输入就能运行而且提供某种服务,不是对整个系统就是对某个用户程序提供服务。 Linux系统的大多数服务器就是通过守护进程实现的。 常见的守护进程包括系统日志进程syslogd、 web服务器httpd、邮件服务器sendmail和数据库服务器mysqld等。 守护进程一般在系统启动时开始运行,除非强行终止,否则直到系统关机都保持运行。 守护进程经常以超级用户(root)权限运行,因为它们要使用特殊的端口(1-1024)或访问某些特殊的资源。
免费虚拟光驱 (DAEMON Tools Lite) 免费虚拟光驱(DAEMON Tools Lite)是一款免费、功能全面且用户友好的虚拟光驱软件,适用于 Windows 系统。它能够高效加载和管理多种格式的光盘镜像文件,满足个人用户的日常需求。通过模拟虚拟光驱,用户无需实际刻录即可直接运行 ISO、BIN、CCD 等常见镜像格式,喜欢免费虚拟光驱(DAEMON Tools Lite)的
【虚拟光驱】DAEMON Tools Lite 下载和使用方法_哔哩哔哩_bilibili 全部汇总一次性解决,ANSYS安装教程与安装包(Ansys 2022 2024下载 Workbench安装 Fluent安装 CFX安装 Icepak安装 ICEM CFD安装),使用虚拟光驱 (DAEMON Tools Lite)和LE (Locale Emulator)转区工具运行镜像文件的游戏
【Linux】守护进程( Daemon)的定义,作用,创建流程 - 小小仓鼠 - 博客园 守护进程是运行在后台的一种特殊进程,它独立于控制终端并且周期性地执行某种任务或循环等待处理某些事件的发生;它不需要用户输入就能运行而且提供某种服务,不是对整个系统就是对某个用户程序提供服务。 Linux系统的大多数服务器就是通过守护进程实现的。 守护进程是非交互式程序,没有控制终端,所以任何输出,无论是向标准输出设备stdout还是标准出错设备stderr的输出都需要特殊处理。 Linux系统的大多数服务器就是通过守护进程实现的。 常见的守护进程包括: 数据库服务器mysqld等。 setsid函数:创建一个新会话,并担任该会话组的组长,调用setsid函数的目的:让进程摆脱原会话,原进程组,原终端的控制。 如果,调用setsid的进程不是一个进程组的组长,此函数创建一个新的会话期。
守护进程 Daemon 是什么?-腾讯云开发者社区-腾讯云 Linux守护进程(Daemon)是运行在后台的一种特殊进程,用于执行特定的系统任务或等待处理某些发生的事件。 守护进程独立于控制终端,通常在系统启动时开始运行,并持续运行直到被停止或系统关闭。
Daemon Tools Lite下载-免费虚拟光驱(Daemon Tools Lite)中文版-PC下载网 免费虚拟光驱 (Daemon Tools Lite)软件特色 1、高级功能:Daemon Tools Lite提供了包括创建和编辑光盘映像、刻录光盘、使用RMPS数据刻录镜像等高级功能。 2、性能优化:Daemon Tools Lite的虚拟光驱可以直接在硬盘上运行,提供高速的CD-ROM性能,适合快速读取和播放映像文件。
Linux 守护进程(Daemon)详解:从原理到实践 - geek-blogs. com Linux 守护进程(Daemon)详解:从原理到实践 在 Linux 系统中,守护进程(Daemon,中文常称“后台进程”或“精灵进程”)是一类在后台持续运行、独立于用户交互的特殊进程。