mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-05-22 14:37:06 +08:00
业务框架数据层静态配置表Json数据生成 + 数据结构对象代码生成插件
This commit is contained in:
10
extensions/oops-plugin-excel-to-json/node_modules/binary/example/parse.js
generated
vendored
Normal file
10
extensions/oops-plugin-excel-to-json/node_modules/binary/example/parse.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
var buf = new Buffer([ 97, 98, 99, 100, 101, 102, 0 ]);
|
||||
|
||||
var binary = require('binary');
|
||||
var vars = binary.parse(buf)
|
||||
.word16ls('ab')
|
||||
.word32bu('cf')
|
||||
.word8('x')
|
||||
.vars
|
||||
;
|
||||
console.dir(vars);
|
||||
Reference in New Issue
Block a user