文件操作 - json.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/js-yaml/lib/schema/json.js
编辑文件内容
// Standard YAML's JSON schema. // http://www.yaml.org/spec/1.2/spec.html#id2803231 // // NOTE: JS-YAML does not support schema-specific tag resolution restrictions. // So, this schema is not such strict as defined in the YAML specification. // It allows numbers in binary notaion, use `Null` and `NULL` as `null`, etc. 'use strict'; module.exports = require('./failsafe').extend({ implicit: [ require('../type/null'), require('../type/bool'), require('../type/int'), require('../type/float') ] });
修改文件时间
将文件时间修改为当前时间的前一年
删除文件