在Linux上开发需要学习哪些工具

发布于 2024-12-15 08:30:10 字数 201 浏览 2 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小耗子 2024-12-22 08:30:10

您可以通过研究真正的免费 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.

烂人 2024-12-22 08:30:10

您可以尝试 Netbeans 作为编写代码的 IDE 吗?

You could try Netbeans an IDE for writing codes?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文