Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第9,9519,960项(搜索用时0.012秒)
www/HTML-FillInForm-ForceUTF8-0.03 (Score: 1.869263E-4)
FillInForm with UTF-8 encoding
HTML::FillInForm::ForceUTF8 is a subclass of HTML::FillInForm that forces utf8 flag on html and parameters. This allows you to prevent filling garbled result.
www/HTTP-BrowserDetect-3.14 (Score: 1.869263E-4)
Determine the Web browser, version, OS from an HTTP user agent string
The HTTP::BrowserDetect object does a number of tests on an HTTP user agent string. The results of these tests are available via methods of the object.
Perl extension to plugin Encode::JP::Mobile for HTTP::MobileAgent
HTTP::MobileAgent::Plugin::Charset is a plugin of HTTP::MobileAgent. You can detect encoding. The result can use with Encode::JP::Mobile.
www/LWP-Authen-OAuth-1.02 (Score: 1.869263E-4)
Perl extension to generate signed OAuth requests
This module provides a sub-class of LWP::UserAgent that generates OAuth 1.0 signed requests. You should familiarise yourself with OAuth at http://oauth.net/.
www/LWP-Online-1.08 (Score: 1.869263E-4)
Checks if process has access to the web
LWP::Online attempts to answer, as accurately as it can, one of the nastiest technical questions there is: Am I on the internet? This a problem that had no clean permanent solution, and for which you could just keep writing more and more functionality indefinitely, asymtopically approaching 100% correctness but never reaching it. And so LWP::Online is intended to do as good a job as possible, without having to resort to asking any human questions (who may well get it wrong anyway), and limiting itself to a finite amount of programming work and a reasonable level of memory overhead to load the code.
www/LWP-UserAgent-WithCache-0.12 (Score: 1.869263E-4)
LWP::UserAgent extension with local cache
LWP::UserAgent::WithCache is a LWP::UserAgent extention. It handle 'If-Modified-Since' request header with local cache file. local cache files are implemented by Cache::FileCache.
www/MojoMojo-1.11 (Score: 1.869263E-4)
Catalyst & DBIx::Class powered Wiki
Mojomojo is a sort of content managment system, borrowing many concepts from wikis and blogs. It allows you to maintain a full tree-structure of pages, and to interlink them in various ways. It has full version support, so you can always go back to a previous version and see what's changed with an easy AJAX- based diff system. There are also a bunch of other features like bult-in fulltext search, live AJAX preview of editing, and RSS feeds for every wiki page. To find out more about how you can use MojoMojo, please visit http://mojomojo.org or read the installation instructions in MojoMojo::Installation to try it out yourself.
www/Monoceros-0.27 (Score: 1.869263E-4)
PSGI/Plack server w/ event driven connection manager, prefork workers
Monoceros is PSGI/Plack server supports HTTP/1.1. Monoceros has a event-driven connection manager and preforking workers. Monoceros can keep large amount of connection at minimal processes.
www/PHP-Session-0.27 (Score: 1.869263E-4)
Read / write PHP session files
PHP::Session provides a way to read / write PHP4 session files, with which you can make your Perl application session shared with PHP4.
www/Protocol-SocketIO-0.06 (Score: 1.869263E-4)
Socket.IO protocol implementation
Protocol::SocketIO is a set of modules that implement Socket.IO protocol without depending on event loops, HTTP parsers and HTTP servers.