liulqiuyu's recent timeline updates
liulqiuyu

liulqiuyu

V2EX member #349297, joined on 2018-09-13 14:52:29 +08:00
liulqiuyu's recent replies
Feb 22, 2025
Replied to a topic by iixy 电影 关于哪吒 2 的建模风格混乱问题
是的 那个小豹我觉得很违和,像是喜洋洋里的人物
Apr 13, 2023
Replied to a topic by Ethanzhang01 职场话题 今年是咋了?
没这么夸张吧 我司一直在招人,国企项目
iqoo ,realme
想要第一排第二个,谢谢楼主,新年快乐
[email protected]
Mar 12, 2021
Replied to a topic by godbasin 程序员 啊这,我也试试收前端徒弟?
结过婚的收不收呀
-----代码如下-------
function readByfile(value,mongodb){
let readPath=path.resolve(__dirname,'json/json/'+value);
let data = fs.readFileSync(readPath,'utf-8');
mongodb.insertMany(JSON.parse(data),function(err){
console.log(err);
});
}
function readDir(dirpath){
let files = fs.readdirSync(dirpath);
_.each(files , function(value){
if(value.startsWith('authors.song')){
readByfile(value,song_author)
}else if(value.startsWith('authors.tang')){
readByfile(value,tang_author)
}else if(value.startsWith('poet.tang')){
readByfile(value,tang_poet)
}else if(value.startsWith('poet.song')){
readByfile(value,song_poet)
}
});
}
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4912 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 05:36 · PVG 13:36 · LAX 22:36 · JFK 01:36
♥ Do have faith in what you're doing.