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 - imaging software for all your needs - 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 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(守护进程)是运行在后台的一种特殊进程。 它独立于控制终端并且周期性地执行某种任务或等待处理某些发生的事件。 它不需要用户输入就能运行而且提供某种服务,不是对整个系统就是对某个用户程序提供服务。
守护进程 - 维基百科,自由的百科全书 这类流程在Unix上的 daemon (3) 已有实现。 系统通常在 启动 时一同啟動守护进程。 守护进程会执行一些任务以响应网络请求、硬件活动或其他应用程序的请求。 像 cron 这样的守护进程还会在指定时间运行指定任务。
免费虚拟光驱 (DAEMON Tools Lite) 免费虚拟光驱(DAEMON Tools Lite)是一款免费、功能全面且用户友好的虚拟光驱软件,适用于 Windows 系统。它能够高效加载和管理多种格式的光盘镜像文件,满足个人用户的日常需求。通过模拟虚拟光驱,用户无需实际刻录即可直接运行 ISO、BIN、CCD 等常见镜像格式,喜欢免费虚拟光驱(DAEMON Tools Lite)的
守护进程 Daemon 是什么?-腾讯云开发者社区-腾讯云 Linux守护进程(Daemon)是运行在后台的一种特殊进程,用于执行特定的系统任务或等待处理某些发生的事件。 守护进程独立于控制终端,通常在系统启动时开始运行,并持续运行直到被停止或系统关闭。
【Linux】守护进程( Daemon)的定义,作用,创建流程 - 小小仓鼠 - 博客园 用系统函数daemon实现:守护进程的代码 #include <unistd h> int daemon (int nochdir, int noclose); 功能:创建一个守护进程 参数: nochdir:=0将当前目录更改至“ ” noclose:=0将标准输入、标准输出、标准错误重定向至“ dev null” 返回值: 成功:0 失败:-1
【Linux】守护进程( Daemon)的定义,作用,创建流程 本文详细介绍了守护进程(Daemon)的概念、作用及创建流程,包括如何通过fork、setsid、chdir等函数实现进程的后台运行,同时提供了具体的代码示例。