文件名称:myutils:我的工具
文件大小:13KB
文件格式:ZIP
更新时间:2024-07-26 09:43:48
JavaScript
我的工具 一些有用的工具。 ##安装 $ npm install myutils --save ###例子: 'use strict' ; require ( 'should' ) ; var utils = require ( 'myutils' ) ; utils . version . compare ( "1.0" , "1.0.1" ) . should . equal ( - 1 ) ; utils . net . ipToInt ( '192.168.0.1' ) . should . equal ( 3232235521 ) ; ##API:调用约定: module.$method应该像这样在或环境中使用yield module.$method 。 ###哈希 md5(str) - 十六进制的 md5 字符串。 sig(str,alg) - 使用指定的 al
【文件预览】:
myutils-master
----.travis.yml(128B)
----index.js(509B)
----package.json(1KB)
----test()
--------test_mysql.js(2KB)
--------test_image.js(0B)
--------test_hash.js(0B)
--------test_collection.js(0B)
--------test_net.js(0B)
--------test_version.js(765B)
--------test_random.js(187B)
--------test_object.js(278B)
--------test_fsp.js(0B)
----LICENSE(1KB)
----.gitignore(587B)
----lib()
--------random.js(367B)
--------object.js(307B)
--------mysql.js(4KB)
--------image.js(3KB)
--------collection.js(509B)
--------version.js(776B)
--------net.js(852B)
--------fsp.js(1KB)
--------hash.js(877B)
----README.md(4KB)