5件ヒット
[1-5件を表示]
(0.020秒)
検索結果
先頭5件
-
Socket
:: Constants :: IFF _ SUPP _ NOFCS (36601.0) -
sending custom FCS
sending custom FCS -
Socket
:: IFF _ SUPP _ NOFCS (36601.0) -
sending custom FCS
sending custom FCS -
Logger
:: Application (18019.0) -
ユーザ定義のアプリケーションにログ機能を簡単に追加することができます。
ユーザ定義のアプリケーションにログ機能を簡単に追加することができます。
=== 使用方法
(1) このクラスのサブクラスとしてユーザ定義のアプリケーションのクラスを定義します。
(2) ユーザ定義のクラスでメイン処理を行う run メソッドを定義します。
(3) そのクラスをインスタンス化して start メソッドを呼び出します。
例:
class FooApp < Application
def initialize(foo_app, application_specific, arguments)
super('FooApp') # Name ... -
Exception2MessageMapper
:: E2MM (9049.0) -
Alias of Exception2MessageMapper
Alias of Exception2MessageMapper -
xmlrpc (163.0)
-
XML-RPC を扱うためのライブラリです。
XML-RPC を扱うためのライブラリです。
このページは xmlrpc ライブラリのまとめのページであり、require 'xmlrpc' を実行しても
エラーになることに注意して下さい。
=== Author and Copyright
Copyright (C) 2001-2004 by Michael Neumann
Released under the same term of license as Ruby.
=== Overview
XMLRPC is a lightweight protocol that enables remote procedure calls...