node-activex:ActiveXObject的Node.JS实现

时间:2021-05-01 12:58:11
【文件属性】:
文件名称:node-activex:ActiveXObject的Node.JS实现
文件大小:55KB
文件格式:ZIP
更新时间:2021-05-01 12:58:11
C++ 名称 Windows C++ Node.JS addon, that implements COM IDispatch object wrapper, analog ActiveXObject on cscript.exe 特征 使用ITypeInfo来解决属性和方法之间的冲突(例如!rs.EOF在没有类型信息的情况下不起作用,因为需要将EOF定义为对象) 在构造函数调用中使用可选参数 var con = new ActiveXObject ( "ADODB.Connection" , { activate : false , // Allow activate existance object instance, false by default async : true , // Allow asynchronius calls, true by default (not imp
【文件预览】:
node-activex-master
----.gitignore(66B)
----package.json(959B)
----data()
--------test.xltm(14KB)
----package-lock.json(68B)
----src()
--------disp.h(13KB)
--------stdafx.h(924B)
--------utils.cpp(24KB)
--------utils.h(18KB)
--------main.cpp(2KB)
--------disp.cpp(43KB)
----index.js(38B)
----NodeWScript.js(11KB)
----examples()
--------wbem.js(494B)
--------event.js(2KB)
--------ado.js(2KB)
----activex.js(159B)
----README.md(10KB)
----binding.gyp(203B)
----test()
--------excel.js(4KB)
--------variant.js(1KB)
--------ado.js(3KB)
--------wscript()
--------wscript.js(626B)

网友评论