PS G:\github\c\vscode-cpp> g++ --version g++.exe (GCC) 11.2.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
var svc = new Service({ name: 'myservice', description: 'this is my windows service', script: require('path').join(__dirname, 'client.js'), nodeOptions: [ '--harmony', '--max_old_space_size=4096' ] });
svc.on('install', function () { svc.start(); });
svc.on('uninstall', function () { console.log('Uninstall complete.'); console.log('The service exists: ', svc.exists); });
Microsoft Windows [版本 10.0.19043.1586] (c) Microsoft Corporation。保留所有权利。 C:\Users\Administrator>sqlite3 SQLiteversion 3.38.1 2022-03-12 13:37:29 Enter ".help" forusagehints. Connectedtoatransientin-memorydatabase. Use ".openFILENAME" toreopenonapersistentdatabase. sqlite>