项城词语网>英语词典>jetty翻译和用法

jetty

英 [ˈdʒeti]

美 [ˈdʒeti]

n.  突堤; 栈桥; 登岸码头

复数:jetties 过去分词:jettied 过去式:jettied 

TEM8

Collins.1 / BNC.12359 / COCA.18633

牛津词典

    noun

    • 突堤;栈桥;登岸码头
      a wall or platform built out into the sea, a river, etc., where boats can be tied and where people can get on and off boats

      柯林斯词典

      • 登岸码头;突堤;栈桥
        Ajettyis a wide stone wall or wooden platform where boats stop to let people get on or off, or to load or unload goods.

        英英释义

        noun

        双语例句

        • I tried to regain my balance but I fell off the jetty and into the drink.
          我试图恢复平衡,但我却从栈桥上跌了下来,掉进了水里。
        • The source code provided with this article contains a sample chat web application for Jetty and Tomcat.
          本文所提供的源代码包含了一个在Jetty和Tomcat上运行的简单聊天Web应用程序样例。
        • So you may be wondering just how difficult it would be to "port" this code to Jetty.
          您可能想知道,将该代码“移植”到Jetty有多大难度。
        • But currently, it's implemented only by Dojo and works best with the Jetty Comet implementation.
          但当前,它是由Dojo实现的,并且和JettyComet实现结合使用可以获得最好的效果。
        • You have to put this JAR file in your web application's WEB-INF/ lib folder to be able to use Jetty's Comet features.
          您必须将此JAR文件放在Web应用程序的WEB-INF/lib文件夹中,以便能够使用Jetty的Comet特性。
        • Let's take a look at both Tomcat and Jetty's support for Comet.
          我们来看看Tomcat和Jetty对Comet的支持。
        • The exact same code does not work in both Tomcat and Jetty, but it is very similar.
          虽然完全相同的代码不能同时在Tomcat和Jetty中运行,但是它是非常相似的。
        • You can immediately start your application by running mvn jetty: run as seen in Listing 2.
          通过运行mvnjetty:run命令,您可以立即启动应用程序,如清单2所示。
        • If running on a Jetty server, the native Jetty API will be used.
          如果在Jetty服务器上运行,则会使用本机JettyAPI。
        • They can be easily launched by running mvn jetty: run-war from command line.
          在命令行运行mvnjetty:run-war命令即可轻松启动这两个应用。