Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Sublime Text 2 中有一个名为 sublime linter 的包,它会突出显示在您键入时出现语法错误的任何部分。
emacs 中是否有类似的软件包?
谢谢穆尔塔萨
flycheck是一个新的新兴替代品,flymake包括以下功能
flycheck
flymake
该flymake软件包与 Emacs 捆绑在一起。它支持某些语言,并且有许多收据可以针对不支持开箱即用的语言对其进行自定义。有关详细信息,请参阅EmacsWiki
在我的jsp中,如果我打电话<form action="/sampleServlet" method="get" name="form1">,我会得到以下异常:
<form action="/sampleServlet" method="get" name="form1">
http 404 错误--未找到 sampleServlet。我在 web.xml 文件中设置