网站首页  词典首页

请输入您要查询的英文单词:

 

单词 Lombok
释义

Lombok

美 ['l?mb?k]
英 [?l?mb?k]
  • n.【旅】龙目岛
  • 网络龙波岛;岛东边的龙目;龙母岛
n.
1.
【旅】龙目岛,印度尼西亚西努沙登加拉省岛屿

例句

释义:
1.
I'll give you an overview of Lombok, including how it works, what it's best used for, and a quick list of its current pros and cons.
我将为大家提供对Lombok的概述,包括它的工作方式以及它最适用的场景,并简单罗列其优缺点。
www.ibm.com
2.
On the whole, these problems can be worked around, and with time most of them will probably be resolved by the Lombok and Eclipse dev teams.
总的说来,这些问题可以绕过,而且今后其中大部分问题可能会被Lombok与Eclipsedev团队所解决。
www.ibm.com
3.
Lombok allows you to enter a parenthetical parameter for that purpose.
为此,Lombok让您可以输入一个附加参数。
www.ibm.com
4.
At the time of this writing, however, Eclipse provides the smoothest code-editing experience when used with Lombok.
然而,在写这篇文章的时候,在与Lombok一起使用时,Eclipse能提供最流畅的编码体验。
www.ibm.com
5.
If you decide to use Lombok, there's a chance that you might want to extend it to generate your own boilerplate code.
如果决定采用Lombok,那就可能会希望对其进行扩展,来生成自己的样板代码。
www.ibm.com
6.
Lombok generates most common Java boilerplate code, including getters, setters, equals, and hashCode, just to name a few.
Lombok生成大部分公共Java样本代码,包括getters、setters、equals、以及hashCode,仅举几个例子。
www.ibm.com
7.
At first, it looked like Lombok Timur was the exception, as it was not on lowland.
初看起来,似乎东龙目岛不会被洪水淹没,因为它不是低地。
www.chinaufo.com
8.
In my opinion, any Lombok extension needs to support both javac and ECJ, at least for now.
以我的观点看,任何Lombok扩展都需要同时支持javac与ECJ,至少现在是这样。
www.ibm.com
9.
Lombok also provides less-verbose means of synchronizing methods.
Lombok还可以减少同步方法所需的代码的冗余。
www.ibm.com
10.
Before adding Lombok to your toolbox, definitely consider its pros and cons, and determine for yourself if the gains justify the loses.
在向工具箱中增加Lombok之前一定要考虑好它的利弊,确定所得是否大于所失。
www.ibm.com
1.
To demonstrate a Lombok extension, I wrote up a quick sample project that generates JavaBeans plumbing code.
为了演示Lombok扩展,我编写了一个用于生成JavaBeans全程(plumbing)代码的非常简单的项目。
www.ibm.com
2.
Lombok supports more than one mechanism for triggering code generation, including the very popular Java annotations.
Lombok支持多个触发代码生成的机制,包括了非常流行的Java注释。
www.ibm.com
3.
In Lombok, annotations are no longer just metadata: they actually act as commands driving code generation.
在Lombok中,注释不再仅是元数据:它们实质上是像命令一样驱动代码生成。
www.ibm.com
4.
Lombok uses annotations to identify classes and blocks of Java code in an effort to eliminate lines of code.
为了消除代码行,Lombok使用注释来标识类和Java代码块。
www.ibm.com
5.
Because there is no Java source for Lombok-generated code, debugging gets a little bit confusing.
由于不存在用于Lombok生成代码的Java源,调试会变得有点混乱。
www.ibm.com
6.
Second, certain Lombok transformations do change Java syntax as we know it, in a fundamental way.
其次,正如我们所了解的,特定Lombok转换将根本地改变Java语法。
www.ibm.com
7.
As you can see, the Lombok team has documented what blocks of code generate what.
正如您所见,Lombok团队已经记录了什么块产生什么。
www.ibm.com
8.
By modifying (or transforming) the AST, Lombok keeps your source code trim and free of bloat, unlike plain-text code-generation.
通过修改(或转换)AST,Lombok可对源代码进行修剪,来避免膨胀,这与纯文本代码生成不同。
www.ibm.com
9.
As I mentioned before, Lombok's annotations could do a better job of communicating that they are more than just metadata.
正如前面所提到的,Lombok的注释不仅是元数据,它还能很好地完成通信任务。
www.ibm.com
10.
You may not always want to accept the other defaults Lombok gives you, either.
您可能并不总是想接受Lombok为您提供的其他默认值。
www.ibm.com
1.
The included sample code (see Download) extends Lombok to generate JavaBeans boilerplate code.
所包括的示例代码(见下载)扩展Lombok来生成JavaBeans样板代码。
www.ibm.com
2.
As I previously mentioned, Lombok currently supports common code patterns, but not all of them are covered, including JavaBeans.
正如我前面所提到的,Lombok当前支持公共代码模式,但并不能完全涵盖,包括JavaBeans。
www.ibm.com
3.
Lombok Canton City Technology Trade Co. , Ltd. is a new production-oriented technology companies.
广州市龙目岛科技贸易有限公司是新型的科技生产型公司。
www.showxiu.com
4.
With Lombok, a . java file no longer shows what's in a . class file.
有了Lombok,.java文件无法再展示.class文件所包含的内容。
www.ibm.com
5.
Lombok uses non-public APIs in both javac and ECJ to accomplish its clever code-generation technique.
Lombok在javac与ECJ中采用非公共API来实现其智能的代码生成技术。
www.ibm.com
6.
Then you might want to try out Project Lombok, which is an open source, code-generation library for the Java platform.
那么您可能会想要尝试ProjectLombok,它是个开源的、用于Java平台的代码生成库。
www.ibm.com
7.
Because your code will be plugging into Lombok, it is very likely that it will need to use similar, if not the same APIs.
因为代码将被插入到Lombok中,所以即使没有相同的API,也应当拥有类似的API。
www.ibm.com
8.
For developers who like to look under the hood, Lombok's delombok tool, accessed via the Maven or Ant command line, will be your headlamp.
对于想要了解内部情况的开发人员,Lombokdelombok工具将为您提供指导,可通过Maven或者Ant命令行访问。
www.ibm.com
9.
Code that has been "delombok-ed" will contain all the transformations made previously by Lombok, in plain text.
“已被delombok处理过”的代码将会包含之前由Lombok所完成的转换,格式为普通文本。
www.ibm.com
10.
This article has presented some guidelines regarding when to extend Lombok and described how to do it.
本文提供了一些关于扩展Lombok的指导,并描述了如何进行操作。
www.ibm.com
1.
The Lombok team use an improved version of Ivy that they have developed themselves, ivyplusplus (see Resources).
Lombok团队采用他们自己开发的Ivy的优化版本,ivyplusplus(见参考资料)。
www.ibm.com
2.
I'll then focus on one of the most powerful, but also complex, use cases for Lombok: extending it for a custom code base.
接下来,我将为大家介绍一个最有用,但也很复杂的Lombok用例:将其扩展为一个自定义代码基。
www.ibm.com
3.
Delombok takes code already transformed by Lombok and generates plain Java source files from it.
Delombok获取通过Lombok转换的代码,并依据它来生成普通的Java源文件。
www.ibm.com
4.
However you end up doing it, you should ultimately see a Lombok installation screen.
不管采取何种方式,应该最终都能看到一个Lombok安装屏幕。
www.ibm.com
5.
The major argument against Lombok is that it performs "too much magic. "
反对Lombok的观点中最主要的是,它表现“太多的魔术”。
www.ibm.com
6.
The good news is that the Lombok team has done a fairly good job of documenting how they use javac and ECJ to generate AST nodes.
有一个好消息是,Lombok团队已经完成了大量关于利用javac与ECJ生成AST节点的相关文档工作。
www.ibm.com
7.
Other than that, Eclipse's debugger works just as usual when Lombok is present.
除此之外,当Lombok出现时,Eclipse调试工具会向平常一样工作。
www.ibm.com
8.
Lombok examines your code and doesn't create its own version of getStyle based on the property.
Lombok检查您的代码并且不会基于这个属性创建其自己的getStyle版本。
www.ibm.com
9.
Open a prompt in your operating system, go to the directory where lombok. jar is installed, and type java -jar lombok. jar.
在您的操作系统中打开一个提示符,进入到安装了lombok.jar的那个目录,并键入java-jarlombok.jar。
www.ibm.com
10.
I used Eclipse 3. 6 (Helios) and a snapshot of Lombok's git repository for version 0. 10-BETA2.
我采用了Eclipse3.6(Helios)以及用于版本0.10-BETA2的Lombokgit库的快照。
www.ibm.com
1.
If I write the code in Listing 3, Lombok will generate something like the code in Listing 4, using my annotation handlers
如果在清单3中采用我的触发处理程序编写代码,Lombok将会生成类似清单4中的代码
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/4/29 10:44:48