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
| { name: 'Enoliu' age: 'unkonw', gender: '男', profession: 'Web Developer & Golanger & PHPer', experience: '5年', address: '四川省成都市', education: '本科', github: 'https://github.com/Enoliu', blog: 'https://enoliu.github.io.git', description: '欲诚其意者,先致其知,致知在格物',
skills: [ ['Html', 'Javascript', 'jQuery', 'CSS', 'ES6', 'Vue'], ['PHP', 'Swoole', 'Golang'], ['Laravel','Hyperf', 'Gin'], ['Git', 'SVN'], ['Redis', 'Mysql', 'RabbitMQ', '...'], ],
devTools: [ ['Sublime Text', 'Visual Studio Code', 'Notepad++'], ['Chrome DevTools', 'Fiddler'], ['SourceTree', 'TortoiseSVN'], ['SwitchHosts'], ['Navicat', 'XAMPP'], ] }
|