1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
| { name: 'Jonathan' age: 29, gender: '男', profession: 'Java Web Developer & Programmer', experience: '10年', address: '陕西省西安市', education: '本科', Github: 'https://github.com/whatlookingfor', Gitee: https://gitee.com/whatlookingfor, Blog: http://whatlookingfor.com, email: 'whatlookingfor@gmail.com', description: '致力于微服务架构整合',
skills: [ ['Html', 'Javascript', 'jQuery', 'CSS', 'ES6', 'Node'], ['Java', 'Spring','Mybatis','SpringBoot','SpringCloud','Dubbo'], ['Git', 'SVN'], ['Vue'], ['Bootstrap'], ['Mysql','Oracle','Redis','Neo4j'] ] }
|