为你的IDE选择合适的字体

前端之家收集整理的这篇文章主要介绍了为你的IDE选择合适的字体前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
这里有个网站推荐了二十多种适合显示代码的字体:

Monospace/Fixed Width Programmer's Fonts

他的评判标准是:
Good Programming Font Criteria
* Crisp clear characters.
* Extended characterset.
* Good use of whitespace.
* 'l','1' and 'i' are easily distinguished
* '0','o' and 'O' are easily distinguished
* forward quotes from back quotes are easily distinguished -prefer mirrored appearance
* Clear punctuation characters,especially braces,parenthesis and brackets

看来看去,还是觉得其中的“Monaco”比较顺眼(可以在上面的网站下载到,有时间多找几种来试试^_^),这是应用在eclipse里面的效果

上面的代码看起来怎么如此怪异?别惊慌,这是Groovy的GroovyServlet写法,短短的几行代码,就向客户端发送了一段xml,呵呵,说实话,我很喜欢。更多相关内容,将会在以后的文章中详述^_^

猜你在找的Groovy相关文章