英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

jetty    音标拼音: [dʒ'ɛti]
n. 突堤,防波堤,码头
a. 黑玉般的,墨黑的,漆黑的
vi. 伸出

突堤,防波堤,码头黑玉般的,墨黑的,漆黑的伸出

jetty
n 1: a protective structure of stone or concrete; extends from
shore into the water to prevent a beach from washing away
[synonym: {breakwater}, {groin}, {groyne}, {mole}, {bulwark},
{seawall}, {jetty}]

Jetty \Jet"ty\, a.
Made of jet, or like jet in color.
[1913 Webster]

The people . . . are of a jetty. --Sir T.
Browne.
[1913 Webster]


Jetty \Jet"ty\, n.; pl. {Jetties}. [F. jet['e]e a pier, a jetty,
a causeway. See {Jet} a shooting forth, and cf. {Jutty}.]
[1913 Webster]
1. (Arch.) A part of a building that jets or projects beyond
the rest, and overhangs the wall below.
[1913 Webster]

2. A wharf or pier extending from the shore.
[1913 Webster]

3. (Hydraul. Engin.) A structure of wood or stone extended
into the sea to influence the current or tide, or to
protect a harbor; a mole; as, the Eads system of jetties
at the mouth of the Mississippi River.
[1913 Webster]

{Jetty head} (Naut.), a projecting part at the end of a
wharf; the front of a wharf whose side forms one of the
cheeks of a dock.
[1913 Webster]


Jetty \Jet"ty\, v. i.
To jut out; to project. [Obs.] --Florio.
[1913 Webster]

97 Moby Thesaurus words for "jetty":
abutment, anchorage, anchorage ground, arc-boutant, arch dam,
backstop, bamboo curtain, bank, bar, barrage, barrier, basin, beam,
bear-trap dam, beaver dam, berth, black, boom, breakwater,
breastwork, brick wall, buffer, bulkhead, bulwark, buttress,
buttress pier, buttressing, cofferdam, dam, defense, dike, ditch,
dock, dockage, dockyard, dry dock, earthwork, ebon, ebony,
embankment, fence, flying buttress, gate, gravity dam, groin,
hanging buttress, harbor, harborage, haven, hydraulic-fill dam,
inky, iron curtain, jam, jet, jutty, landing, landing place,
landing stage, leaping weir, levee, logjam, marina, milldam, moat,
mole, moorings, mound, parapet, pier, pier buttress, pitch-black,
pitch-dark, port, portcullis, protected anchorage, quay, rampart,
raven, retaining wall, road, roadblock, roads, roadstead,
rock-fill dam, sable, seaport, seawall, shipyard, shoulder,
shutter dam, slip, stone wall, wall, weir, wharf, wicket dam,
work


请选择你想看的字典辞典:
单词字典翻译
Jetty查看 Jetty 在百度字典中的解释百度英翻中〔查看〕
Jetty查看 Jetty 在Google字典中的解释Google英翻中〔查看〕
Jetty查看 Jetty 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • How do I serve https and http for Jetty from one port?
    As of jetty-9 4 15 v20190215 support for port unification is built into Jetty, via the class OptionalSslConnectionFactory Here's an example class which, when run, will start up a server that listens on a single port 8000 and will respond to either HTTP or HTTPS (This is based on the Jetty example code for separate HTTP and HTTPS connectors here )
  • Configure SSL on Jetty - Stack Overflow
    Go tho your {jetty} home directory and execute the following: java -cp lib jetty-util-8 1 8 v20121106 jar org eclipse jetty util security Password "{PASSWORD}" Change {PASSWORD} for your actual password then past the obfuscated password, including the "OBF:" in all password fields found in jetty-ssl xml Note that a password obfuscated like
  • Whats the difference between Jetty and Netty? - Stack Overflow
    Jetty is a lightweight servlet container, easy to embed within a java application, there is an easy to use jetty client also Netty is an asynchronous event-driven network application framework You can write your own servlet container or http client app with help of the Netty framework for example Edit:
  • How to migrate from embedded Jetty 10 to jetty 12 ee8?
    I get some compiler errors with the embedded Jetty There seems no ee8 Server class that I use org eclipse jetty server Server This class extends from the org eclipse jetty server Handler Wrapper But the handler from the jetty-ee8-nested extends from org eclipse jetty ee8 nested HandlerWrapper which is not compatible
  • Murrells Inlet South Jetty - First Timer | Pier and Surf Forum
    I have been doing quite a bit of reading about fishing the Murrells inlet jetty and have a few questions for some of you that have fished them before I mainly surf fish and occasionally will do a little pier fishing Based on what I have read, to get to the south jetty, I can pay the $5 fee to
  • java - Jetty webserver security - Stack Overflow
    There is many ways to do this in Jetty, and this is only one of them First, you must define a realm where you define all users, passwords, roles etc The default settings in Jetty already defines a realm called "Test Realm" The realm is defined in the file etc jetty-testrealm xml You may use this realm or create a new one
  • How to run jetty from within intellij? - Stack Overflow
    Since Jetty 12, Jetty Maven plugin is repackaged for the corresponding Jakarta EE version with an eeX classifier in the groupId and artifactId <plugin> <groupId>org eclipse jetty ee10< groupId> <artifactId>jetty-ee10-maven-plugin< artifactId> < plugin> –
  • What is minimum Jetty version compatible with Java 17?
    Jetty 12 is the only version maintained free-of-cost Jetty 12 can directly run your Jetty 9 web app, without modification Jetty 12 runs on Java 17 and later Jetty 12 Read the fine manual To quote: What Version Do I Use? Jetty 12 is currently the community-supported version of Jetty 👉🏽 So Jetty 12 is the only version to use free-of-cost
  • could not find start. ini in jetty 10 11 versions - Stack Overflow
    From Jetty 10 you will not find the start ini in the jetty distribution, the jetty will initially come with empty modules and star ini will have base configuration for jetty startup After jetty 10 the startup approach changed and jetty has introduced a very configurable descriptive way to startup process in Jetty Process Guide
  • java - How to enable logging in jetty? - Stack Overflow
    Jetty logging predates ALL of those efforts at standardized logging frameworks (Jetty, and its logging layer was created in 1995) This is what Jetty logging does (and is documented at the documentation site) with regards to setup and configuration Default behavior:





中文字典-英文字典  2005-2009