mssql
用途:連接配接SqlServer資料庫
node-excel-export
用途:導出excel表格
nodegrass
用途:模拟使用者進行get/post請求,下載下傳檔案等
uuid
用途:生成全球唯一辨別的.
官網:
https://npm.taobao.org/package/uuid 示例:import uuid from 'uuid';
console.log("36位uuid:",uuid.v4()); //結果:36位uuid: 36aa0b6a-da78-4ef5-b526-689a7c86dca6
console.log("32位uuid:",uuid.v4().replace(/-/g,"")); //結果:32位uuid: ee935af8026a4011aa09492cff210bfb

如果本文對你有所幫助,請打賞——1元就足夠感動我:)
聯系郵箱:[email protected]
我的GitHub:
https://github.com/vipstone關注公衆号:
作者:
王磊出處:
http://vipstone.cnblogs.com/本文版權歸作者和部落格園共有,歡迎轉載,請标明出處。