百科
.dev
全部条目
趋势榜
开源项目
技术资讯
提交条目
Language
中文
English
登录
< 返回工具列表
Language
中文
English
I
interview
> 编程语言
开源
访谈问题
38.2K stars
0 点赞
0 次浏览
访问官网
GitHub
点赞
收藏
分享体验
工具介绍
访谈问题
请访问我的维基百科中的相关条目: 完整的问题清单 像我的Facebook网页,我的Youtube频道
请为这个存放处捐款,以帮助它做得更好。 任何变化,如新问题,代码改进,医生改进等,都是非常受欢迎的. 只要给我一个Pull Request 我会审查请求,如果它看起来不错,批准它。
核心特点
•
Install JDK8 https://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html
•
Install Git https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
•
Install either Intellij https://www.jetbrains.com/idea/download/
•
If you like eclipse instead of intellij install eclipse https://eclipse.org/downloads/
•
Pull the git repository. Go to command line and type git clone https://github.com/mission-peace/interview.git
•
Go to root directory of checked out project.
•
Run ./gradlew idea to generate idea related classes
•
Fire up intellij. Go to Open. Go to git repo folder and open interview.ipr . On file menu go to project structure. Update language level support to 8
•
If you use eclipse, do ./gradlew eclipse . This will generate eclipse related files. Go to eclipse and open up folder containing this repo.
•
Go to any program and run that program
>
标签
Java
>
讨论区
最新
发表
暂无评论,来聊聊你的看法吧
> 工具信息
发布日期
2026年8月1日
最后更新
2026年9月11日
分类
编程语言
定价
开源
> 相关工具
T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言
报告问题