groovy
美 [ˈɡruvi]
英 [ˈɡruːvi] 
- adj.时髦的;吸引人的;有趣的
- 网络很帅的;常规的;绝妙的
词形变化
比较级:groovier 最高级:grooviest 同义词
英汉双解
1. | 时髦的;吸引人的;有趣的fashionable, attractive and interesting |
英汉解释
英英解释
例句
Before I move on to the next iteration example, you should know about one other bit of syntactic sugar regarding Maps in Groovy.
在继续研究下一个迭代例子前,应当了解Groovy中有关Map的另一个语法。
It has always been a dream of mine to write Eclipse plug-ins in other languages like JavaScript, Groovy or Scala.
我一直有个梦想——使用其它语言如JavaScript、Groovy或Scala编写Eclipse插件。
The next stop on this Groovy roadshow is to plug it into a build process, specifically my maven. xml file.
这个Groovy巡演中的下一站是把它装配进构建过程,特别是放在我的maven.xml文件中。
In the next article, I'll explore the dynamic nature of Groovy with you in greater detail.
在下一章文章中,我将更加深入地探索Groovy的动态特性。
It also seems to be picking up a lot of mind-share as the defacto 'Java Scripting Language', which is helping that community.
而且Groovy挂着‘Java脚本语言’的名头,也吸引了很多注意力,对社区显然是有好处的。
Drop one of these groovy guitars into your drink, and give it a stir. Will it make great music?
放一把这样的吉他在你的杯子里,搅动一下。会有动听的音乐响起吗?
Since the inception of the Practically Groovy series almost a year ago, I've given you several opportunities to get to know closures.
几乎从一年前实战Groovy系列开始,我就已经提供了多个让您了解闭包的机会。
In this article, the new and noteworthy features have been outlined, but we have barely scratched the surface of this new version of Groovy.
这篇文章列出了Groovy1.5中引人注目的新特性,但是我们仅仅触及了Groovy这个新版本的皮毛。
It's been almost a year since I introduced you to Groovy with the article " Feeling Groovy" in the alt. lang. jre series.
从我在alt.lang.jre的系列文章“FeelingGroovy”中介绍Groovy开始,差不多有一年时间了。
This release brings with it a raft of updates to the core Groovy language and libraries.
此次发布对Groovy语言本身和程序库都进行了大量的更新。
One of the joys of working with Groovy is all of the new methods that it adds to java. lang. String.
使用Groovy的乐趣之一就在于它添加到java.lang.String中的新方法。
To do that, you will write a simple Groovy method that copies the field values in a JSON object into a chart URL.
为此,您将编写一个简单的Groovy方法,该方法将JSON对象中的字段值复制到一个图表URL中。
But as the Groovy users regularly asked for this old construct to be also part of Groovy, the team decided to bring it back to Groovy.
但是由于Groovy用户经常要求Groovy包含这个旧的循环构造,所以Groovy团队决定支持它。
Finally, you see one more bit of Groovy syntactic sugar you can use when calling getters on a class.
最后,在类中调用getter时,您将看到使用Groovy语法的更多优点。
When it comes down to it I must be able to declare my domain classes in packages and the JetBrains plugin can't handle that.
当我使用Groovy插件的时候,我必须能够在包中声明我的领域类,然而JetBrains插件不能处理这个问题。
Completely scrapping Ant or Maven and using Groovy for the entire build process would be a bit extreme in this case.
完全摈弃Ant或Maven,整个构建过程都使用Groovy,在这个例子中,这样做有点极端。
As you can see, unlike typical Java code, Groovy controls my iteration-specific code while allowing me to pass in the behavior I need.
您可以看到,与典型的Java代码不同,Groovy在允许我传递进我需要的行为的同时,控制了特定于迭代的代码。
The only project that has more downloads and a busier mailing list is Grails, a popular Web framework implemented in Groovy (see Resources).
Grails是惟一一个拥有较多下载数量以及繁忙邮件列表的项目,它是在Groovy中实现的流行Web框架(请参阅参考资料)。
In the next installment, I'll delve further into the functional features of a couple of dynamic languages on the JVM: Groovy and JRuby.
在下一期,我将深入研究JVM中几种动态语言的函数特性:Groovy和JRuby。
I hope I've made it clear that Groovy's Builders enable you to avoid the underlying markup of a particular language, like XML.
我希望我能让您明白,Groovy的生成器可以让您避免特定语言(如XML)中的底层标记。
GORM helps mitigate the leaky-abstraction problem by allowing you to represent your object model in a way that makes sense in Groovy.
GORM有助于缓解抽象泄漏问题,它支持使用对Groovy有意义的方式表示对象模型,由GORM在幕后处理关系数据库的问题。
You may have noticed that the + operator in Groovy is already overloaded in a few different areas, especially when it comes to collections.
您可能已经注意到Groovy中的+操作符已经在几个不同的领域重载了,特别是在用于集合的时候。
Pixel Groovy is a user-controlled tutorial archive where members decide which tutorials to promote to the front page.
PixelGroovy是由用户控制的教程存档网站,完全由用户决定哪些教程会上首页。
If you were a groovy chick, or are now a groovy hen, let's get together and listen to my boss collection of eight-track tapes.
如果你认为你仍是一个时髦的女子,或者现在已为一位时髦的妇女,那么,让我们一起来欣赏我长期保存的磁带收藏吧!
A few simple examples will bring you up to speed on the Groovy String types I'll be working with in this article.
有一些简单的例子可以对GroovyString类型进行加速,在本文中我们将使用这些例子。
Groovy's handy-dandy shortcuts let me invoke the toJSON method on all objects within a collection with a *. invocation.
通过groovy便利的快捷方式,我可以使用*.调用对集合内的所有对象调用toJSON方法。
Before and after advice types are particularly easy to implement in Groovy.
在Groovy中,可以非常容易地实现before和afteradvice类型。
This series, as its name implies, is all about practical uses for Groovy know-how.
本系列如名称所示全部都是实际使用的Groovy实践知识。
Groovy allows you to add new methods to any class (including java. lang. Integer, which is how Groovy treats number literals).
Groovy使您能将新方法添加到任何类(包括java.lang.Integer,这是Groovy对待数字字面值的方式)。
In the next section, I'll put Groovy's template engine to the test with a more complicated example.
在下一节中,我们将会使用一个更加复杂的例子对Groovy模板引擎进行测试。
But as you get more comfortable with the newer syntax, your code will gradually evolve to embrace the more concise, expressive Groovy style.
但是随着您越来越熟悉新语法,代码将逐渐发展为包含更简明、更有表现力的Groovy风格。
Nestled among the branches, up off the ground, there's a nine-foot-diameter hardwood floor and groovy round mattress inside.
它位于数的枝干之间,地面之上,里面有一个直径九英寸的硬木板和一个绝妙的圆形床垫。
Well, let's just say you developed something cool in Groovy; wouldn't it be nice to be able to incorporate it into your Java programs, too?
好了,我们想说您用Groovy开发了一些很酷的东西;那么如果能把这些东西集成到Java程序中,那不是很好吗?
Groovy's triple quotes (commonly called a HereDoc in other languages) make it effortless to store the XML internally, as shown in Listing 4.
Groovy的三重引号(在其他语言中通常称作HereDoc)使得在内部存储XML变得非常轻松,如清单4所示。
Once your Java file is in place, you can create a "shadow" file next to it named AirportHbmConstraints. groovy, shown in Listing 10.
Java文件一旦就位,就可以挨着它创建一个清单10中所示的名为AirportHbmConstraints.groovy的“影子”文件了。
If, at some point later, I needed to make a change, I'd have to go into the Groovy script's logic to do it.
之后,如果我需要进行一些修改,就只能进入到Groovy脚本的逻辑中进行修改。
Graphic artist Antje Gerwien treads a fine line between groovy and grotesque, the the above bag designs illustrate so well.
图像艺术家安特耶·葛文,踩在一条横亘在新潮和怪诞之间的恰当分界线上,上面的购物袋设计说明了这一点。
I've shown in recent articles in the Practically Groovy series that Groovy is a superb tool for constructing reporting applications.
在最近的实战Groovy系列中,我们已经介绍过Groovy是构建报表统计程序的一个非常好的工具。
As the GDK cheekily says on its first page, "This document describes the methods added to the JDK to make it more groovy. "
正如GDK在其首页中所说,“本文档描述了添加到JDK并更具groovy特征的方法。”
Known as the Groovy Grove, Coconut Grove is a lush, tropical paradise on the edge of Biscayne Bay in sunny Southern Florida.
椰树林,又被人们称为愉快的小树林,位于阳光灿烂的佛罗里达南部比斯坎湾边缘,是个植被繁茂的热带乐园。