Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第8,3718,380项(搜索用时0.01秒)
converters/rcctools-0.1.1 (Score: 7.851118E-5)
Charset conversion utility with language and encoding autodetection
Command line interface to devel/librcc library. It is a highly configurable tool (supports almost all library functionality) which allows to recode standard input on the per-line basis. Additionally, there is a special mode providing a way to bring the names of all files in the specified directory to appropriate form (to the specified encoding, transliterate all names to english, translate all names to english, etc.)
databases/dbh-5.0.19 (Score: 7.851118E-5)
Disk Based Hashtables
A DBH is a convenient way to associate keys composed by characters to data records. Any kind of digital information can go into the data record, such as text, graphic information, database structures, you name it. The idea behind using a DBH is to get rid of what is known as an index file in the database world. In the DBH world, the index is built into the file format.
databases/dbview-1.0.4 (Score: 7.851118E-5)
View dBase III files
A little tool that will display dBase III files. You can also use it to convert your old .dbf files for further use with Unix. It should also work with dBase IV files, but this is mostly untested. dbview displays the contents of a dBase III or IV database file. This is done by displaying both the name of the field itself and its value. At the end of every record a newline is appended.
databases/gadfly-1.0.0 (Score: 7.851118E-5)
SQL database written in Python
Gadfly is a relational database management system which uses a large subset of very standard SQL as its query language and Python modules and optional Python/C extension modules as its underlying engine. Gadfly stores the active database in memory, with recovery logging to a file system. It supports an optional TCP/IP based client server mode and log based failure recovery for system or software failures (but not for disk failures).
databases/libnvpair-2.0 (Score: 7.851118E-5)
Illumos name-value pair library
libnvpair is a name-value pair library originating from Solaris The nvpair library was released in OpenSolaris and has been extended by the Illumos project. It exports a set of functions used for managing name-value pairs. This is a base library for Solaris and its descendents. However, the kernel-specific code has been removed thus libnvpair is strictly meant for the userland. The XDR functionality has been masked for now due to RPC differences between *BSD and Illumos.
databases/mdbtools-0.7.1 (Score: 7.851118E-5)
Utilities and libraries to export data from MS Access databases (.mdb)
What is MDB Tools? MDB Tools is a planned set of libraries and utilities to facilitate exporting data from MS Access databases (mdb files) into a multiuser database such as Oracle, Sybase, DB2, Informix, MySQL, Postgresql, or similar. A nice little Gtk MDB file browser will probably be written as well. Ok, how much is done? You can list catalog entries. There is some preliminary schema exporting utility. And you can export data out to CSV (comma separated value) format.
databases/firebird-2.5.6 (Score: 7.851118E-5)
Firebird-2 relational database (server)
Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names since 1981. Firebird is completely free of any registration, licensing or deployment fees. It may be deployed freely for use with any third-party software, whether commercial or not.
Easier relationship specification in CDBI::L
This module acts as a mix-in, adding the relationship method to Class::DBI::Loader. Since Class::DBI::Loader knows how to map between table names and class names, there ought to be no need to replicate the names. In addition, it is common (but not universal) to want reverse relationships defined for has-many relationships, and for has-a relationships to be defined for the linkages surrounding a many-to-many table.
databases/DBIx-XHTML_Table-1.48 (Score: 7.851118E-5)
Create XHTML tables from SQL queries
XHTML_Table will execute SQL queries and return the results (as a scalar 'string') wrapped in XHTML tags. This module was created to fill a need for a quick and easy way to create 'on the fly' XHTML tables from SQL queries for the purpose of 'quick and dirty' reporting. It is not intended for serious production use, although it use is viable for prototyping and just plain fun. Seamus Venasse <svenasse@polaris.ca>
databases/DBM-Deep-2.0011 (Score: 7.851118E-5)
Pure perl persistent multi-level hash/array DBM
A unique flat-file database module, written in pure perl. True multi-level hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() interface, cross-platform FTPable files, and quite fast. Can handle millions of keys and unlimited hash levels without significant slow-down. Written from the ground-up in pure perl -- this is NOT a wrapper around a C-based DBM. Out-of-the-box compatibility with Unix, Mac OS X and Windows.