daemon
英
/ˈdiːmən/
美
/ˈdiːmən/
n.
(古希腊神话中的)半神半人精灵
一、牛津词典
noun
(古希腊神话中的)半神半人精灵
a creature in stories from ancient Greece that is half man and half god
百度翻译对原文进行调整,例句发音部分来自牛津
二、英英释义
noun
1
a person who is part mortal and part god
Synonym:
2
an evil supernatural being
Synonym:
数据来源:WordNet
三、双语例句
-
How do I get my program to act like a daemon?
我怎样使我的程序作为守护程序运行?
www.dictall.com
-
Tests if this thread group is a daemon thread group.
判断该线程组是否是守护线程组。
chazidian.com
-
A daemon is a process that runs in the background.
一个精灵是在后台作业运行的程序。
www.dictall.com
-
Having a daemon create users on demand is not always the best idea.
让守护程序根据需要创建用户并不总是最好的方法。
www.ibm.com
-
Changes the daemon status of this thread group.
改变该线程组的守护状态。
www.mscto.com
-
Analysis and Implementation of Daemon Base on Linux
基于Linux守护进程的分析与实现
dict.cnki.net
-
Design& Implementation of Object-Oriented Query Language Daemon/ ROS
面向对象查询语言Daemon/ROS的设计与实现
dict.cnki.net
-
Make sure the debug daemon is in listening state.
确定调试daemon处于监听状态。
www.ibm.com
-
User daemon and jane have never had their initial password set.
用户daemon和jane没有设置过初始密码。
www.ibm.com
- 0
To stop the server and unload the server daemon, type
要停止服务器,并卸载服务器守护进程,可以键入下面的内容
www.ibm.com
-
Now, within that directory, create a file for each service daemon.
现在,在目录中为每个服务守护进程创建一个文件。
www.ibm.com
-
Programming Way of Daemon Process in LINUX
一种LINUX操作系统守护进程的编程实现方法
dict.cnki.net
-
To load the server daemon and enable PC clients to connect, type
要加载服务器守护进程,并允许PC客户端进行连接,可以键入下面的内容
www.ibm.com
-
This daemon can be started from the System Resource Controller ( SRC).
这个守护进程可以从系统资源控制器(SRC)进行启动。
www.ibm.com
-
The daemon package includes all the libraries required to build the extension.
这个守护程序包包括构建此扩展所需的所有库。
www.ibm.com
-
The security server daemon uses MIT Kerberos to manage authentication.
安全服务器后台程序使用MIT Kerberos来管理身份验证。
www.ibm.com
-
The plug-in daemon interactions with the authentication database are very simple.
插件守护进程与身份验证数据库的交互非常简单。
www.ibm.com
-
In this paper, a flexible and robust daemon control framework based on design pattern methodology is described.
针对传统服务器框架设计中可扩展性和健壮性的不足,该文引入设计模式,提出面向对象的服务器控制框架模型。
dict.cnki.net
-
This script would run at periodic intervals using the cron daemon.
使用cron守护进程定期运行这个脚本。
www.ibm.com
-
It normally runs as a daemon in the background when started.
启动后,它通常作为一个守护进程在后台运行。
www.ibm.com
-
A Linux daemon runs in the background to perform some helpful task.
Linux守护程序在后台运行以便执行一些有用的任务。
www.ibm.com
-
This command launches the daemon each time the machine restarts.
这个命令在机器每次启动时启动守护进程。
www.ibm.com
-
Read about the origin of the term daemon.
了解daemon这个词的起源。
www.ibm.com
-
Meanwhile, the daemon was waiting for input from the socket.
同时,守护进程在等待来自套接字的输入。
www.ibm.com
-
It describes the concept and principles of daemon. It offers the model source program of C language.
描述了守护进程的概念、实现原理等,并给出了的C语言示例源程序。
dict.cnki.net
-
Programming method of Daemon in Linux
Linux系统中守护进程的创建方法
dict.cnki.net
-
ISA runs the daemon process on the server machine to monitor the IDS.
ISA在服务器机器上运行守护进程来监控IDS。
www.ibm.com
-
If a key process/ daemon is dead, there is a need to restart it.
如果关键的进程/守护进程关闭,需要重启。
www.ibm.com
-
Even then, how do you get the old pseudo client and the new pseudo daemon?
即便如此,您会如何处理旧的pseudo客户端和新的pseudo守护进程呢?
www.ibm.com
-
The daemon will not terminate if there are any applications using the subsystem.
如果有任何应用程序正在使用子系统,守护进程将不会终止。
www.ibm.com
四、daemon什么意思?
daemon是一个计算机术语,指的是在后台运行的程序或进程。
daemon这个词来源于希腊语,原意是“神灵”或“天使”。在计算机领域,它指的是一种特殊的程序或进程,具有以下特征:
- 在后台运行,不需用户交互。
- 通常独立于控制终端并在后台运行。
- 通常作为守护进程,独立于创建它的程序的生存期。
- 通常周期性地执行某种任务或等待处理某些事件。
Daemon程序的几个典型例子:
- 系统服务程序,如打印服务。
- 系统监控程序,如病毒监控。
- 网络服务器程序,如web服务器。
- 计划任务调度程序,如cron。
daemon程序通常在系统启动时启动,并持续运行直到系统关闭。它不属于任何一个终端会话,也不受任何用户控制。许多重要的系统功能都依赖daemon程序运行,所以它是多用户操作系统的重要组成部分。
五、为什么后台运行的程序叫daemon?
daemon这个词被用来表示后台运行的程序,这可以追溯到它在希腊语中的原意“神灵”或“天使”。
在古希腊神话中,daemon是一种类似精灵或天使的神灵存在,它独立于人类并在幕后默默地工作。
后来这个词进入计算机领域,被用来指称那些在后台默默运行、独立于用户的进程或程序。这类程序像“守护神”一样不需要用户干预,独立工作,为系统或用户提供各种服务。
将这类后台进程称为daemon,是因为它们与daemon在希腊神话中的特点有着密切的关联:
1. 它们不需直接和用户交互,默默地在后台运行。
2. 它们独立于任何控制终端,自主工作。
3. 它们提供各种服务,对系统和用户非常重要。
4. 它们的运行不依赖任何前台进程。
5. 它们运行在用户不可见的背后。
6. 它们像“守护神”一样,独立工作,等待服务事件。
所以从这个意义上说,daemon这个词很好地体现了这类进程的关键特性,所以被广泛地应用到计算机术语中,用来表示后台服务进程。