在Linux上开发需要学习哪些工具
我在 Linux 上编写了一个 C 应用程序,但我不知道“make”来自动编译,只需使用 Vim 编写代码并手动编译我的应用程序。 程序员应该学习哪些工具、实用程序才能在 Linux 上提高工作效率? 我知道 git、diff、batch、make。你能建议更多吗?谢谢
(更具体一点,C、Python、Java编程有什么工具)
PS:抱歉我的英语不好。
I've written a C-app on Linux, but I didn't know about "make" to auto compile, just write code with Vim and manually compile my app.
Which tools, utilities that a programmer should learn to be more productive on Linux?
I know git, diff, batch, make. Can you suggest more? thanks
(more specific, what tools for C, Python, Java programming)
PS: sorry for my bad English.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以通过研究真正的免费 Linux 软件来了解更多信息。因此,尝试从其源代码中检索和构建一些实用程序,例如 GNU make
您可以还可以使用 GNU emacs 而不是
vim
。这是一个品味问题(有点像“宗教战争”)。主要区别在于 emacs 用户所有操作都是通过 emacs 进行的。You could learn more by looking into how actual free Linux software are. So try for instance to retrieve and build from its source code some utility like e.g. GNU make
You could also use GNU emacs instead of
vim
. It is a matter of taste (sort of "religious wars"). The main difference is that emacs users are doing all from emacs.您可以尝试 Netbeans 作为编写代码的 IDE 吗?
You could try Netbeans an IDE for writing codes?