📅  最后修改于: 2023-12-03 15:30:41.824000             🧑  作者: Mango
Eze 是一款面试准备软件,它提供了海量的面试题库和强大的面试准备功能,可以帮助程序员更好地准备面试,提高面试通过率。
npm install eze --save
import eze from 'eze';
eze.question.find('算法').then((questions) => {
console.log(questions);
});
const interviewer = { name: '张三', position: '技术经理' };
const questions = [
{ question: '如何实现一个 LRU 缓存?', answer: '...' },
{ question: '讲一下 HTTP2 的新特性?', answer: '...' },
{ question: '什么是微服务?有哪些优缺点?', answer: '...' },
];
eze.interview.start(interviewer, questions).then((result) => {
console.log(result);
});
eze.record.add({ interviewer: '张三', date: '2022-01-01', duration: 60, questions: ['算法', '数据结构'] }).then((record) => {
console.log(record);
});
eze.record.list().then((records) => {
console.log(records);
});
Eze 是一款功能强大的面试准备软件,可以帮助程序员更好地准备面试,提高面试通过率。它提供了海量的面试题库和模拟面试功能,同时还可以记录面试记录,方便程序员对自己的面试表现进行分析和总结。如果你正在准备面试,不妨试试 Eze。