jython-standalone-2.7.4.jar中文-英文对照文档.zip

org.pythonjython-standalone2.7.4API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: jython-standalone-2.7.4.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 4.97 MB

选择下载方式

方式1:微信扫码支付下载
文件价格:¥1.5
支付完成后自动开始下载
方式2:兑换码下载
前往 链动小铺 购买【Java 组件中文文档兑换码】

文件简介

jython-standalone-2.7.4.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:jython-standalone-2.7.4.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:jython-standalone-2.7.4.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:jython-standalone-2.7.4.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:jython-standalone-2.7.4-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 jython-standalone-2.7.4.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: Jython
  • 描述: Jython是用100%纯Java编写的高级、动态、面向对象语言Python的实现,并与Java平台无缝集成。因此,它允许您在任何Java平台上运行Python。
  • 版本: 2.7.4

Maven依赖

<dependency>
	<groupId>org.python</groupId>
	<artifactId>jython-standalone</artifactId>
	<version>2.7.4</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.python', name: 'jython-standalone', version: '2.7.4'
Gradle (Short):
	implementation 'org.python:jython-standalone:2.7.4'
Gradle (Kotlin):
	implementation("org.python:jython-standalone:2.7.4")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

com.xhaus.modjy
com.ziclix.python.sql
org.python.core
org.python.core.adapter
org.python.core.buffer
org.python.core.finalization
org.python.core.io
org.python.core.packagecache
org.python.core.stringlib
org.python.core.util
org.python.modules
org.python.modules._collections
org.python.modules._csv
org.python.modules._functools
org.python.modules._io
org.python.modules._json
org.python.modules._jythonlib
org.python.modules._locale
org.python.modules._threading
org.python.modules._weakref
org.python.modules.bz2
org.python.modules.itertools
org.python.modules.jffi
org.python.modules.posix
org.python.modules.random
org.python.modules.sre
org.python.modules.thread
org.python.modules.time
org.python.modules.zipimport
org.python.util

本组件包含的 Java class(类)

com.xhaus.modjy.ModjyJServlet
com.ziclix.python.sql.DBApiType
com.ziclix.python.sql.DataHandler
com.ziclix.python.sql.DateFactory
com.ziclix.python.sql.Fetch
com.ziclix.python.sql.FilterDataHandler
com.ziclix.python.sql.JDBC20DataHandler
com.ziclix.python.sql.JDBC30DataHandler
com.ziclix.python.sql.JavaDateFactory
com.ziclix.python.sql.Jython22DataHandler
com.ziclix.python.sql.Procedure
com.ziclix.python.sql.PyConnection
com.ziclix.python.sql.PyCursor
com.ziclix.python.sql.PyExtendedCursor
com.ziclix.python.sql.PyStatement
com.ziclix.python.sql.WarningEvent
com.ziclix.python.sql.WarningListener
com.ziclix.python.sql.zxJDBC
org.python.core.AbstractArray
org.python.core.AbstractDict
org.python.core.AnnotationReader
org.python.core.ArgParser
org.python.core.AstList
org.python.core.BaseBytes
org.python.core.BaseDictionaryView
org.python.core.BaseSet
org.python.core.BufferProtocol
org.python.core.BuiltinDocs
org.python.core.BytecodeLoader
org.python.core.BytecodeLoader.Loader
org.python.core.BytecodeNotification
org.python.core.BytecodeNotification.Callback
org.python.core.ClassDictInit
org.python.core.ClasspathPyImporter
org.python.core.ClasspathPyImporterDerived
org.python.core.CodeBootstrap
org.python.core.CodeFlag
org.python.core.CodeLoader
org.python.core.CompileMode
org.python.core.CompilerFacade
org.python.core.CompilerFlags
org.python.core.Console
org.python.core.ContainsPyBytecode
org.python.core.ContextGuard
org.python.core.ContextManager
org.python.core.Deriveds
org.python.core.FilelikeInputStream
org.python.core.FunctionThread
org.python.core.FutureFeature
org.python.core.IdImpl
org.python.core.IdImpl.WeakIdentityMap
org.python.core.InitModule
org.python.core.JavaImportHelper
org.python.core.JavaImporter
org.python.core.JavaIterator
org.python.core.JyAttribute
org.python.core.JythonInitializer
org.python.core.NewCompilerResources
org.python.core.Opcode
org.python.core.Options
org.python.core.ParserFacade
org.python.core.PlainConsole
org.python.core.Pragma
org.python.core.Pragma.ForbiddenPragmaModule
org.python.core.Pragma.PragmaModule
org.python.core.PragmaReceiver
org.python.core.PrePy
org.python.core.Py
org.python.core.Py2kBuffer
org.python.core.PyArray
org.python.core.PyArrayDerived
org.python.core.PyBUF
org.python.core.PyBaseCode
org.python.core.PyBaseException
org.python.core.PyBaseExceptionDerived
org.python.core.PyBaseString
org.python.core.PyBeanEvent
org.python.core.PyBeanEventProperty
org.python.core.PyBeanProperty
org.python.core.PyBoolean
org.python.core.PyBuffer
org.python.core.PyBuffer.Pointer
org.python.core.PyBuiltinCallable
org.python.core.PyBuiltinCallable.DefaultInfo
org.python.core.PyBuiltinCallable.Info
org.python.core.PyBuiltinClassMethodNarrow
org.python.core.PyBuiltinFunction
org.python.core.PyBuiltinFunctionNarrow
org.python.core.PyBuiltinFunctionSet
org.python.core.PyBuiltinMethod
org.python.core.PyBuiltinMethodNarrow
org.python.core.PyBuiltinMethodSet
org.python.core.PyByteArray
org.python.core.PyByteArrayDerived
org.python.core.PyBytecode
org.python.core.PyCallIter
org.python.core.PyCell
org.python.core.PyClass
org.python.core.PyClassMethod
org.python.core.PyClassMethodDerived
org.python.core.PyClassMethodDescr
org.python.core.PyCode
org.python.core.PyComplex
org.python.core.PyComplexDerived
org.python.core.PyCompoundCallable
org.python.core.PyDataDescr
org.python.core.PyDescriptor
org.python.core.PyDictProxy
org.python.core.PyDictionary
org.python.core.PyDictionaryDerived
org.python.core.PyEllipsis
org.python.core.PyEnumerate
org.python.core.PyEnumerateDerived
org.python.core.PyException
org.python.core.PyFastSequenceIter
org.python.core.PyFile
org.python.core.PyFileDerived
org.python.core.PyFileReader
org.python.core.PyFileWriter
org.python.core.PyFloat
org.python.core.PyFloat.Format
org.python.core.PyFloatDerived
org.python.core.PyFrame
org.python.core.PyFrozenSet
org.python.core.PyFrozenSetDerived
org.python.core.PyFunction
org.python.core.PyFunctionTable
org.python.core.PyGenerator
org.python.core.PyIgnoreMethodTag
org.python.core.PyIndentationError
org.python.core.PyInstance
org.python.core.PyInteger
org.python.core.PyIntegerDerived
org.python.core.PyIterator
org.python.core.PyJavaPackage
org.python.core.PyJavaType
org.python.core.PyList
org.python.core.PyListDerived
org.python.core.PyListIterator
org.python.core.PyLong
org.python.core.PyLongDerived
org.python.core.PyMemoryView
org.python.core.PyMethod
org.python.core.PyMethodDescr
org.python.core.PyModule
org.python.core.PyModuleDerived
org.python.core.PyNewWrapper
org.python.core.PyNone
org.python.core.PyNotImplemented
org.python.core.PyNullImporter
org.python.core.PyObject
org.python.core.PyObject.ConversionException
org.python.core.PyObjectDerived
org.python.core.PyOverridableNew
org.python.core.PyProperty
org.python.core.PyPropertyDerived
org.python.core.PyProxy
org.python.core.PyReflectedConstructor
org.python.core.PyReflectedField
org.python.core.PyReflectedFunction
org.python.core.PyReversedIterator
org.python.core.PyRunnable
org.python.core.PyRunnableBootstrap
org.python.core.PySequence
org.python.core.PySequenceIter
org.python.core.PySequenceList
org.python.core.PySet
org.python.core.PySetDerived
org.python.core.PyShadowString
org.python.core.PyShadowStringDerived
org.python.core.PySingleton
org.python.core.PySlice
org.python.core.PySlot
org.python.core.PyStaticMethod
org.python.core.PyString
org.python.core.PyStringDerived
org.python.core.PyStringMap
org.python.core.PySuper
org.python.core.PySuperDerived
org.python.core.PySyntaxError
org.python.core.PySystemState
org.python.core.PySystemState.PySystemStateCloser
org.python.core.PySystemStateRef
org.python.core.PyTableCode
org.python.core.PyTraceback
org.python.core.PyTuple
org.python.core.PyTupleDerived
org.python.core.PyTupleIterator
org.python.core.PyType
org.python.core.PyTypeDerived
org.python.core.PyUnicode
org.python.core.PyUnicodeDerived
org.python.core.PyVersionInfo
org.python.core.PyXRange
org.python.core.PyXRangeIter
org.python.core.PythonCodeBundle
org.python.core.PythonCompiler
org.python.core.ReflectedArgs
org.python.core.RegistryKey
org.python.core.SequenceIndexDelegate
org.python.core.Slotted
org.python.core.StderrWrapper
org.python.core.StdoutWrapper
org.python.core.SyspathArchive
org.python.core.SyspathJavaLoader
org.python.core.ThreadState
org.python.core.TraceFunction
org.python.core.Traverseproc
org.python.core.TraverseprocDerived
org.python.core.Untraversable
org.python.core.Visitproc
org.python.core.WrappedIterIterator
org.python.core.__builtin__
org.python.core.adapter.ClassAdapter
org.python.core.adapter.ClassicPyObjectAdapter
org.python.core.adapter.ExtensiblePyObjectAdapter
org.python.core.adapter.PyObjectAdapter
org.python.core.buffer.Base1DBuffer
org.python.core.buffer.BaseArrayBuffer
org.python.core.buffer.BaseBuffer
org.python.core.buffer.BaseNIOBuffer
org.python.core.buffer.SimpleBuffer
org.python.core.buffer.SimpleNIOBuffer
org.python.core.buffer.SimpleStringBuffer
org.python.core.buffer.SimpleWritableBuffer
org.python.core.buffer.Strided1DBuffer
org.python.core.buffer.Strided1DNIOBuffer
org.python.core.buffer.Strided1DWritableBuffer
org.python.core.buffer.ZeroByteBuffer
org.python.core.codecs
org.python.core.codecs.CodecState
org.python.core.exceptions
org.python.core.finalization.FinalizableBuiltin
org.python.core.finalization.FinalizablePyObject
org.python.core.finalization.FinalizablePyObjectDerived
org.python.core.finalization.FinalizeTrigger
org.python.core.finalization.FinalizeTriggerFactory
org.python.core.imp
org.python.core.imp.CodeData
org.python.core.io.BinaryIOWrapper
org.python.core.io.BufferedIOBase
org.python.core.io.BufferedIOMixin
org.python.core.io.BufferedRandom
org.python.core.io.BufferedReader
org.python.core.io.BufferedWriter
org.python.core.io.DatagramSocketIO
org.python.core.io.FileDescriptors
org.python.core.io.FileIO
org.python.core.io.IOBase
org.python.core.io.LineBufferedRandom
org.python.core.io.LineBufferedWriter
org.python.core.io.RawIOBase
org.python.core.io.ServerSocketIO
org.python.core.io.SocketIO
org.python.core.io.SocketIOBase
org.python.core.io.StreamIO
org.python.core.io.TextIOBase
org.python.core.io.TextIOInputStream
org.python.core.io.TextIOWrapper
org.python.core.io.UniversalIOWrapper
org.python.core.packagecache.CachedJarsPackageManager
org.python.core.packagecache.CachedJarsPackageManager.JarXEntry
org.python.core.packagecache.PackageManager
org.python.core.packagecache.PathPackageManager
org.python.core.packagecache.SysPackageManager
org.python.core.stringlib.FieldNameIterator
org.python.core.stringlib.FieldNameIterator.Chunk
org.python.core.stringlib.FloatFormatter
org.python.core.stringlib.IntegerFormatter
org.python.core.stringlib.IntegerFormatter.Traditional
org.python.core.stringlib.InternalFormat
org.python.core.stringlib.InternalFormat.Formatter
org.python.core.stringlib.InternalFormat.Spec
org.python.core.stringlib.MarkupIterator
org.python.core.stringlib.MarkupIterator.Chunk
org.python.core.stringlib.TextFormatter
org.python.core.ucnhashAPI
org.python.core.util.ByteSwapper
org.python.core.util.ExtraMath
org.python.core.util.FileUtil
org.python.core.util.LimitedCache
org.python.core.util.PlatformUtil
org.python.core.util.RelativeFile
org.python.core.util.StringCounter
org.python.core.util.StringUtil
org.python.core.util.importer
org.python.modules.ArrayModule
org.python.modules.PyIOFile
org.python.modules.PyIOFileFactory
org.python.modules.PyStruct
org.python.modules.PyStructDerived
org.python.modules.SHA224Digest
org.python.modules.Setup
org.python.modules._bytecodetools
org.python.modules._codecs
org.python.modules._codecs.EncodingMap
org.python.modules._collections.Collections
org.python.modules._collections.PyDefaultDict
org.python.modules._collections.PyDefaultDictDerived
org.python.modules._collections.PyDeque
org.python.modules._collections.PyDequeDerived
org.python.modules._csv.PyDialect
org.python.modules._csv.PyDialectDerived
org.python.modules._csv.PyReader
org.python.modules._csv.PyWriter
org.python.modules._csv.QuoteStyle
org.python.modules._csv._csv
org.python.modules._functools.PyPartial
org.python.modules._functools.PyPartialDerived
org.python.modules._functools._functools
org.python.modules._hashlib
org.python.modules._hashlib.Hash
org.python.modules._imp
org.python.modules._io.OpenMode
org.python.modules._io.PyFileIO
org.python.modules._io.PyFileIODerived
org.python.modules._io.PyIOBase
org.python.modules._io.PyIOBaseDerived
org.python.modules._io.PyRawIOBase
org.python.modules._io.PyRawIOBaseDerived
org.python.modules._io._jyio
org.python.modules._json.Encoder
org.python.modules._json.EncoderDerived
org.python.modules._json.Scanner
org.python.modules._json.ScannerDerived
org.python.modules._json._json
org.python.modules._jythonlib._jythonlib
org.python.modules._jythonlib.dict_builder
org.python.modules._jythonlib.set_builder
org.python.modules._locale.CEmulationLocale
org.python.modules._locale.DateSymbolJyLocale
org.python.modules._locale.DateSymbolLocale
org.python.modules._locale.JyLocale
org.python.modules._locale.PyLocale
org.python.modules._locale._locale
org.python.modules._marshal
org.python.modules._marshal.Marshaller
org.python.modules._marshal.Unmarshaller
org.python.modules._py_compile
org.python.modules._sre
org.python.modules._threading.Condition
org.python.modules._threading.Lock
org.python.modules._threading.RLock
org.python.modules._threading._threading
org.python.modules._weakref.AbstractReference
org.python.modules._weakref.CallableProxyType
org.python.modules._weakref.GlobalRef
org.python.modules._weakref.ProxyType
org.python.modules._weakref.ReferenceBackend
org.python.modules._weakref.ReferenceBackendFactory
org.python.modules._weakref.ReferenceType
org.python.modules._weakref.ReferenceTypeDerived
org.python.modules._weakref.WeakrefModule
org.python.modules.binascii
org.python.modules.bz2.PyBZ2Compressor
org.python.modules.bz2.PyBZ2CompressorDerived
org.python.modules.bz2.PyBZ2Decompressor
org.python.modules.bz2.PyBZ2DecompressorDerived
org.python.modules.bz2.PyBZ2File
org.python.modules.bz2.PyBZ2FileDerived
org.python.modules.bz2.bz2
org.python.modules.cPickle
org.python.modules.cPickle.Pickler
org.python.modules.cPickle.Unpickler
org.python.modules.cStringIO
org.python.modules.cStringIO.StringIO
org.python.modules.cmath
org.python.modules.errno
org.python.modules.gc
org.python.modules.gc.CycleMarkAttr
org.python.modules.itertools.PyTeeIterator
org.python.modules.itertools.PyTeeIteratorDerived
org.python.modules.itertools.chain
org.python.modules.itertools.chainDerived
org.python.modules.itertools.combinations
org.python.modules.itertools.combinationsDerived
org.python.modules.itertools.combinationsWithReplacement
org.python.modules.itertools.combinationsWithReplacementDerived
org.python.modules.itertools.compress
org.python.modules.itertools.compressDerived
org.python.modules.itertools.count
org.python.modules.itertools.countDerived
org.python.modules.itertools.cycle
org.python.modules.itertools.cycleDerived
org.python.modules.itertools.dropwhile
org.python.modules.itertools.dropwhileDerived
org.python.modules.itertools.groupby
org.python.modules.itertools.groupbyDerived
org.python.modules.itertools.ifilter
org.python.modules.itertools.ifilterDerived
org.python.modules.itertools.ifilterfalse
org.python.modules.itertools.ifilterfalseDerived
org.python.modules.itertools.imap
org.python.modules.itertools.imapDerived
org.python.modules.itertools.islice
org.python.modules.itertools.isliceDerived
org.python.modules.itertools.itertools
org.python.modules.itertools.izip
org.python.modules.itertools.izipDerived
org.python.modules.itertools.izipLongest
org.python.modules.itertools.izipLongestDerived
org.python.modules.itertools.permutations
org.python.modules.itertools.permutationsDerived
org.python.modules.itertools.product
org.python.modules.itertools.productDerived
org.python.modules.itertools.repeat
org.python.modules.itertools.repeatDerived
org.python.modules.itertools.starmap
org.python.modules.itertools.starmapDerived
org.python.modules.itertools.takewhile
org.python.modules.itertools.takewhileDerived
org.python.modules.jarray
org.python.modules.jffi.AbstractMemoryCData
org.python.modules.jffi.AllocatedDirectMemory
org.python.modules.jffi.ArrayCData
org.python.modules.jffi.BasePointer
org.python.modules.jffi.ByReference
org.python.modules.jffi.CData
org.python.modules.jffi.CType
org.python.modules.jffi.CodegenUtils
org.python.modules.jffi.DirectMemory
org.python.modules.jffi.DynamicLibrary
org.python.modules.jffi.DynamicLibrary.DataSymbol
org.python.modules.jffi.DynamicLibrary.Symbol
org.python.modules.jffi.DynamicLibrary.TextSymbol
org.python.modules.jffi.Function
org.python.modules.jffi.HeapMemory
org.python.modules.jffi.InvalidMemory
org.python.modules.jffi.Invoker
org.python.modules.jffi.JITInvoker
org.python.modules.jffi.JITInvoker0
org.python.modules.jffi.JITInvoker1
org.python.modules.jffi.JITInvoker2
org.python.modules.jffi.JITInvoker3
org.python.modules.jffi.JITInvoker4
org.python.modules.jffi.JITInvoker5
org.python.modules.jffi.JITInvoker6
org.python.modules.jffi.JITMethodGenerator
org.python.modules.jffi.JITRuntime
org.python.modules.jffi.JITSignature
org.python.modules.jffi.Memory
org.python.modules.jffi.NativeDataConverter
org.python.modules.jffi.NativeType
org.python.modules.jffi.NullMemory
org.python.modules.jffi.Pointer
org.python.modules.jffi.PointerCData
org.python.modules.jffi.ScalarCData
org.python.modules.jffi.SkinnyMethodAdapter
org.python.modules.jffi.StringCData
org.python.modules.jffi.StructLayout
org.python.modules.jffi.StructLayout.Field
org.python.modules.jffi.StructLayout.ScalarField
org.python.modules.jffi.Structure
org.python.modules.jffi.jffi
org.python.modules.math
org.python.modules.math_erf
org.python.modules.math_gamma
org.python.modules.operator
org.python.modules.posix.PosixModule
org.python.modules.posix.PyStatResult
org.python.modules.posix.PythonPOSIXHandler
org.python.modules.random.PyRandom
org.python.modules.random.PyRandomDerived
org.python.modules.random.RandomModule
org.python.modules.sre.MatchObject
org.python.modules.sre.PatternObject
org.python.modules.sre.SRE_REPEAT
org.python.modules.sre.SRE_STATE
org.python.modules.sre.ScannerObject
org.python.modules.struct
org.python.modules.synchronize
org.python.modules.synchronize.SynchronizedCallable
org.python.modules.thread.PyLocal
org.python.modules.thread.PyLocalDerived
org.python.modules.thread.PyLock
org.python.modules.thread.thread
org.python.modules.time.PyTimeTuple
org.python.modules.time.Time
org.python.modules.ucnhash
org.python.modules.zipimport.zipimport
org.python.modules.zipimport.zipimporter
org.python.modules.zipimport.zipimporterDerived
org.python.util.CodegenUtils
org.python.util.ConsoleInputStream
org.python.util.ConsoleInputStream.EOLPolicy
org.python.util.ConsoleOutputStream
org.python.util.Generic
org.python.util.GlobMatchingTask
org.python.util.InteractiveConsole
org.python.util.InteractiveInterpreter
org.python.util.JLineConsole
org.python.util.JarRunner
org.python.util.JycompileAntTask
org.python.util.JythoncAntTask
org.python.util.NameUnionAntType
org.python.util.ProxyCompiler
org.python.util.PyFilter
org.python.util.PyServlet
org.python.util.PyServletInitializer
org.python.util.PythonInterpreter
org.python.util.PythonObjectInputStream
org.python.util.TemplateAntTask
org.python.util.jython