1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
| { name: '党帅' age: 24, gender: '男', profession: '计算机科学与技术', experience: '应届生', address: '河南安阳', education: '本科', zhihu: 'https://www.zhihu.com/people/ben-pao-de-gua-niu-3-98', blog: 'https://ilifebk.com', email: '1521052158@qq.com', description: '好好学习,天天向上',
skills: [ ['Java', 'Spring', 'Python', 'Linux', 'SQL'], ['PS','flash'], ['JAVA','C语言'], ['PS图像处理'], ['JavaScript','HTML+CSS','Bootstrap'], ],
devTools: [ ['Eclipse & MyEclipse', 'IDEA'] ['Visual Studio Code', 'Sublime Text','NotePad++'], ['Chrome DevTools'], ['SQLserver'] ] }
|