Ports 搜索

共有537项符合/java/的查询结果,以下是第121130项(搜索用时0.003秒)
java/pydev-3.5.0 (Score: 0.2017739)
Eclipse plugin for Python and Jython development
PyDev is a plugin that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others.
java/ShellEd-1.0.2a (Score: 0.2017739)
ShellEd是一个Eclipse的高超的shell脚本编辑器
ShellEd是一个Eclipse的高超的shell脚本编辑器。该插件最大的好处是为内容辅助和文本悬停 集成了帮助信息。
java/eclipse-4.5.2 (Score: 0.2017739)
一个开放的可扩展的IDE,几乎可以做任何事情,而不是某个特殊的事情
Eclipse平台是一个开放的可扩展的IDE,几乎可以做任何事情,而不是某个特殊的事情。 Eclipse平台提供编译、构建基础,并可运行集成的软件开发工具。Eclipse平台允许工具 作者自主开发工具,与其他人的工具无缝地集成在一起,你可以让它们一个接一个地运行。
java/intellij-fsnotifier-20160221 (Score: 0.2017739)
Replacement for IntelliJ's fsnotifier
The fsnotifier is used by IntelliJ for detecting file changes. This version supports FreeBSD and OpenBSD via libinotify and is a replacement for the bundled Linux-only version coming with the IntelliJ IDEA Community Edition.
java/commons-beanutils-1.9.2 (Score: 0.2017739)
JavaBeans utility library
JavaBeans utility library. It provides wrappers around getters and setters for a property in an object for classes that conform to the JavaBeans naming standard.
java/pycharm-2016.2.3 (Score: 0.2017739)
IntelliJ PyCharm Community Edition
IntelliJ PyCharm is an advanced IDE developed by JetBrains and focused on developer productivity. PyCharm provides smart code completion, code inspections, on-the-fly error highlighting and quick-fixes, along with automated code refactorings and rich navigation capabilities.
java/hamcrest-1.3 (Score: 0.2017739)
Library of matchers for building test expressions
Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules.
java/commons-codec-1.10 (Score: 0.2017739)
Implementations of common encoders and decoders
Commons Codec provides implementations of common encoders and decoders such as Base64, Hex, various phonetic encodings, and URLs.
java/commons-dbcp-1.4 (Score: 0.2017739)
The DBCP Component
The DBCP Component Many Jakarta projects support interaction with a relational database. Creating a new connection for each user can be time consuming (often requiring multiple seconds of clock time), in order to perform a database transaction that might take milliseconds. Opening a connection per user can be unfeasible in a publicly-hosted Internet application where the number of simultaneous users can be very large. Accordingly, developers often wish to share a "pool" of open connections between all of the application's current users. The number of users actually performing a request at any given time is usually a very small percentage of the total number of active users, and during request processing is the only time that a database connection is required. The application itself logs into the DBMS, and handles any user account issues internally. There are several Database Connection Pools already available, both within Jakarta products and elsewhere. This Commons package provides an opportunity to coordinate the efforts required to create and maintain an efficient, feature-rich package under the ASF license. The commons-dbcp package relies on code in the commons-pool package to provide the underlying object pool mechanisms that it utilizes.
java/commons-httpclient-3.1 (Score: 0.2017739)
Package implementing the client side of the HTTP standard
The Jakarta Commons HttpClient component provides an efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations. Designed for extension while providing robust support for the base HTTP protocol, the HttpClient component may be of interest to anyone building HTTP-aware client applications such as web browsers, web service clients, or systems that leverage or extend the HTTP protocol for distributed communication.