摘要: var fs = require('fs'); fs.writeFile(path + "test.txt", "hello world!", function(err) { if(err) { return console.log(err); } console.log("The file was saved!"); }); 阅读全文
posted @ 2019-04-10 16:06 NAVYSUMMER 阅读(11637) 评论(0) 推荐(0)
摘要: 如果系统中有一些配置文件在服务器上做了配置修改,然后后续开发又新添加一些配置项的时候, 在发布这个配置文件的时候,会发生代码冲突: error: Your local changes to the following files would be overwritten by merge: prot 阅读全文
posted @ 2019-04-10 15:51 NAVYSUMMER 阅读(346) 评论(0) 推荐(0)
交流群 编程书籍