Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第10,96110,970项(搜索用时0.009秒)
databases/CouchDB-View-0.003 (Score: 9.2878623E-4)
Handle and create CouchDB views in Perl
CouchDB::View is a Perl module to handle and create CouchDB views.
databases/DBD-AnyData-0.110 (Score: 9.2878623E-4)
DBI access to XML, CSV, and other formats
The DBD::AnyData module provides a DBI/SQL interface to data in many formats and from many sources. Regardless of the format or source of the data, it may be accessed and/or modified using all standard DBI methods and a subset of SQL syntax. In addition to standard database access to files, the module also supports in-memory tables which allow you to create temporary views; to combine data from a number of sources; to quickly prototype database systems; and to display or save the data in any of the supported formats (e.g. to display data in a CSV file as an HTML table). These in-memory tables can be created from any combination of DBI databases or files of any format. They may also be created from perl data structures which means it's possible to quickly prototype a database system without any file access or rdbms backend. The module also supports converting files between any of the supported formats (e.g. save selected data from MySQL or Oracle to an XML file).
databases/DBD-Excel-0.06 (Score: 9.2878623E-4)
Class for DBI drivers that acts on Excel files
A class for DBI drivers that acts on Excel files
databases/DBD-Google-0.51 (Score: 9.2878623E-4)
Treat Google as a datasource for DBI
DBD::Google allows you to use Google as a datasource; Google can be queried using SQL SELECT statements, and iterated over using standard DBI conventions.
databases/DBD-Mock-1.45 (Score: 9.2878623E-4)
Simple mock DBD implementation used for testing
The DBD::Mock perl module is a simple mock DBD implementation used for testing. It's entirely self-contained so that you can extract the single library file (DBD/Mock.pm), put it in your own distribution and be able to run DBI-based tests even though you don't have information about a database.
databases/DBD-Multi-0.16 (Score: 9.2878623E-4)
Manage Multiple Data Sources with Failover and Load Balancing
DBD::Multi - Manage Multiple Data Sources with Failover and Load Balancing
databases/DBD-ODBC-1.52 (Score: 9.2878623E-4)
DBD module interfacing the ODBC databases
DBD module interfacing the ODBC databases.
databases/DBD-Pg-3.5.3 (Score: 9.2878623E-4)
Provides access to PostgreSQL databases through the DBI
DBD::Pg is an extension to Perl which allows access to PostgreSQL databases. It is built on top of the standard DBI extension and implements some of the methods that DBI defines.
databases/DBD-PgLite-0.11 (Score: 9.2878623E-4)
PostgreSQL emulation mode for SQLite
The module automatically and transparently transforms a broad range of SQL statements typical of PostgreSQL into a form suitable for use in SQLite. This involves both (a) parsing and filtering of the SQL; and (b) the addition of several PostgreSQL-compatible functions to SQLite.
databases/DBD-Sybase-1.15 (Score: 9.2878623E-4)
Sybase DBI driver for Perl 5
DBD::Sybase is DBI (Database Interface) driver for Perl, which uses the FreeTDS libraries to provide access to Sybase databases (including MSSQL 7).