2018年5月10日

摘要: 1.根据内容查找文件: find -type f -name ‘*.html’|xargs grep "abc"; 阅读全文

posted @ 2018-05-10 16:44 梦想扼杀者 阅读(61) 评论(0) 推荐(0)

2018年5月4日

摘要: 根据条件更新数据: db.dataname.update({_id:xxx},{$set:{coures:"1234566"}}); edx删除课程 db.modulestore.active_versions.remove({course:"000000058"}); 阅读全文

posted @ 2018-05-04 09:32 梦想扼杀者 阅读(70) 评论(0) 推荐(0)