- nodejs使用node-xlsx读取excel表格及注意事项
背景由于需要批量查询,为了方便写了个js脚本,使用nodejs来跑。使用的包是node-xlsx。使用首先命令行安装npm install node-xlsx -D// queryStatus.jsconst xlsx = r...
- 在nodejs中创建cluster
目录 简介 cluster集群 cluster详解 cluster中的event cluster中的方法 cl […]...
- Windows下升级NodeJs
问题描述有段时间没玩,在创建react项目时,报如下错误error @typescript-eslint/eslint-plugin@5.22.0: The engine "node" is incompatible with thi...
- nodejs
几点问题:1、怎么直接添加子节点2、判断目录有效性3、parseString有没有同步接口,或者通过回调来处理数据,感觉现在异步存在时序问题4、for循环中的continue怎么表示 <?xml version="1.0"...
- Nodejs/npm安装
1.官网下载安装Nodejs2.cmd测试3.npm配置3.1 NodeJs下建立"node_global"及"node_cache"两个文件夹3.2 管理员方式运行cmd输入 npm config set prefix "D:\...
- asdf 安装 python 与 nodejs
asdf 安装 python 与 nodejs系统 centos 7.9安装 asdf官方地址:asdf-vm/asdf: Extendable version manager with support for Ruby, Node...
- Nodejs:ESModule和commonjs,傻傻分不清
最近写nodejs脚本的时候遇到了commonjs和ESModule的问题,正好之前用得稀里糊涂的,这次好好学习一下。ES Module导出仅导出named exports: 命名导出,每次可以导出一个或者多个。default ex...
- 微信小程序 错误代码 列表
小程序错误代码 function wxErrorMsg(errorcode) { let errmsg = " […]...