
好词典

缩写自英文单词 'system',源自拉丁语 'systema',意为“整体”或“组合”。
❶ 计算机术语中表示“系统”的缩写,常用于编程或技术文档中,指代操作系统或软件系统。
“The sys module in Python provides access to system-specific parameters.”
(Python中的sys模块提供了对系统特定参数的访问。)
“You need to check the sys logs for errors.”
(你需要检查系统日志以查找错误。)
sys admin — 指系统管理员,负责管理和维护计算机系统或网络的人员。
“The sys admin fixed the server issue quickly.”
(系统管理员迅速修复了服务器问题。)
sys call — 系统调用,指程序向操作系统请求服务的接口。
“The program makes a sys call to allocate memory.”
(程序通过系统调用来分配内存。)