文件操作 - Readme.md
返回文件管理
返回主菜单
删除本文件
文件: /root/node_modules/backo2/Readme.md
编辑文件内容
# backo Simple exponential backoff because the others seem to have weird abstractions. ## Installation ``` $ npm install backo ``` ## Options - `min` initial timeout in milliseconds [100] - `max` max timeout [10000] - `jitter` [0] - `factor` [2] ## Example ```js var Backoff = require('backo'); var backoff = new Backoff({ min: 100, max: 20000 }); setTimeout(function(){ something.reconnect(); }, backoff.duration()); // later when something works backoff.reset() ``` # License MIT
修改文件时间
将文件时间修改为当前时间的前一年
删除文件