文件名称:whoisopen:用于在 Windows 中获取前台进程的 Node.js 扩展
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-08 14:31:09
C++
谁打开 用于在 Windows 中获取前台进程的 Node.js 扩展 概括 var whoisopen = require ( 'whoisopen' ) ; whoisopen ( function ( err , exe ) { if ( err ) console . error ( err ) ; console . log ( "Open window is: " + exe ) ; } ) ; 从 Node.js 中运行这通常会返回“打开窗口是:cmd.exe”或“打开窗口是:node.exe” 执照 版权所有 2015 Issac Goldstand 根据 Apache 许可,版本 2.0(“许可”)获得许可; 除非遵守许可,否则您不得使用此文件。 您可以在以下网址获取许可证副本 http://www.apache.org/licen
【文件预览】:
whoisopen-master
----.gitignore(59B)
----package.json(689B)
----src()
--------whoisopen.cc(3KB)
----LICENSE(579B)
----index.js(97B)
----README.md(935B)
----binding.gyp(311B)