What is the translation of " JYTHON " in English?

Examples of using Jython in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
这就是为什么会有Jython
That's why there's Jersey.
Jython补充了Java,且尤其适合在以下几方面:.
JPython is complementary to Java and is especially suited for the following tasks:.
访问基于Jvm的脚本语言,比如Jython,Groovy,orJRuby.
Access via JVM-based scripting languages such as Jython, Groovy, or JRuby.
Jython大的弊端在于其仅支持Python的2.x版本。
The biggest drawback to Jython is that it supports only the 2.x branch of Python.
它具有强大的控制功能,因为它通过Jython直接通过C、C++或Java调用。
There are powerful control capabilities as it has the capacity to call directly through Java,C or C++ via Jython.
Sun在2008年同样热情拥抱Python,聘用了两个核心开发者为Netbeans添加Python和Jython支持。
Sun also embraced Python more formally in2008 by hiring two developers to add more Python and Jython support to NetBeans.
扩展和模块很容易写在c,c++(或java的jython或net语言ironpython的).
Extensions and modules easily are written in C,C++(or Java for Jython, or. NET languages for IronPython).
我没有时间学习一个新的GUIAPI,所以我一直在使用Jython,但我更喜欢使用CPython。
I haven't had the time to learn a newGUI API so I have been using Jython, but I would prefer to use CPython.
PyDev是Eclipse的插件,它是开源IDE,可用于Python,Jython和IronPython开发。
PyDev is a Python IDE for Eclipse,it's open source IDE which may be used for Python, Jython and IronPython development.
CPython一词用于在必要时将此实现与其他实现例如Jython或IronPython相区别。
The term"CPython" is used in contexts whennecessary to distinguish this implementation from others such as Jython or.
由于Jython目前不具备适用于Android的端口,因此Jython不能用于开发Andoird应用。
As there is currently no port of Jython to Android proper, Jython can't be used to develop Android applications.
除Java之外,还有许多知名的JVM语言,如Clojure,Groovy,Scala,Jruby,Jython等。
Apart from Java, there are many well-known JVM languages, such as Clojure, Groovy, Scala,Jruby, Jython, and so forth.
但是,其他实现(如Jython或PyPy),可以依赖不同的机制,如完全的垃圾回收器。
Other implementations(such as Jython or PyPy), however, can rely on a different mechanism such as a full-blown garbage collector.
CPython"一词用于在必要时将此实现与其他实现例如Jython或IronPython相区别。
The term“CPython” is used in contexts whennecessary to distinguish this implementation from others such as Jython or IronPython.
Net平台交互,最好的方法不是用Jython或IronPython,而是通过网络调用来交互,确保各程序之间的独立性。
Net platform, the best way is not to use Jython or IronPython, but to interact through the network to ensure the independence of each program.
术语“CPython”在必要时用于区分这种实现与其他实现,如Jython或IronPython。
The term“CPython” is used in contexts whennecessary to distinguish this implementation from others such as Jython or IronPython.
InPipe由一系列处理程序组成,而位于末端的是JythonMessageReceiver,它使用SOAP消息并将其传递给应用程序。
The In Pipe consists of handlers and ends with the Jython Message Receiver, which consumes the SOAP message and hands it over to the application.
但是,关于Android上的Python尚无任何官方资料,但是由于Jython存在,有没有办法让蛇和机器人一起工作?
However, there is nothing official about Python on Android, but since Jython exists, is there a way to let the snake and.
这些包括IronPython(在.NET平台上运行Python),Jython(在Java运行时)和PyPy(在自身的子集中实现Python)。
These include IronPython(running Python on the. NET platform), Jython(on the Java runtime) and PyPy(implementing Python in a subset of itself).
此外,新脚本框架可以通过多种脚本语言(例如Javascript、Beanshell或Jython)来使用API。
In addition, the new scripting framework offers the use of the API through several scripting languages, such as Javascript,Beanshell or Jython.
然后,它被传递给JythonMessageReceiver,后者将遍历AXIsObjectModel(AXIOM)结构并检索所需的信息。
Then it is given to the Jython Message Receiver, which traverses through the Axis Object Model(AXIOM) structure and retrieves the relevant information.
Jython之所以没有GIL,是由于Jython中的Python线程由Java线程表示,受益于JVM内存管理系统。
Jython does not have a GIL because a Python thread in Jython is represented by a Java thread and benefits from the JVM memory-management system.
近日InfoQ有幸采访了Jython的项目领导FrankWierzbicki以了解Jython的当前状况以及JVM上的Python现状。
InfoQ recently had the opportunity to interview the Jython project lead, Frank Wierzbicki, about Jython and the state of Python on the JVM.
此框架将ApacheAxis2Web服务引擎集成到了Jython中,从而将Axis2引擎的所有强大功能扩展到了Jython
This framework integrates the Apache Axis2 Web services engine with Jython, extending all the power and versatility of the Axis2 engine to Jython users.
脚本化--CascadingAPI有针对Jython、Groovy和JRuby的脚本化接口--这使其适合于常见的动态JVM语言.
Scriptable- The Cascading API has scriptable interfaces for Jython, Groovy, and JRuby- making it readily accessible for popular dynamic JVM languages.
有很多JVM语言,包括更像脚本语言的Groovy,函数式语言的Clojure,对象过程混合的Scala,甚至是Python的变体,Jython
There are many JVM languages, including the more scripted Groovy, the functional Clojure,the object functional hybrid Scala and even the Python variant, Jython.
该框架是用Python编写的,但也可以在Jython(Java)和IronPython(.NET)上运行,因此是跨平台的(Windows,Linux或MacOS)。
This framework is written in Python,but can also run on Jython(Java) and IronPython(. NET), and therefore is cross-platform(Windows, Linux, or MacOS).
针对VisualStudio的Python工具最近发布了第一个产品,它现在支持所有四种主要的Python解释器:CPython、IronPython、Jython和PyPy。
Python Tools for Visual Studio, which has its first production release today, now supports all four major Python interpreters, CPython,IronPython, Jython, and PyPy.
DataMelt可以通过Java平台的脚本语言一起使用:Jython(Python编程语言)、Groovy、JRuby(Ruby编程语言)和BeanShell。
DataMelt can beused with several scripting languages for the JAVA platform: Jython(Python programming language), Groovy, JRuby(Ruby programming language) and BeanShell.
Results: 29, Time: 0.0195

Top dictionary queries

Chinese - English