readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 40 行
TXT
40 行
// README,v 1.1 2000/06/20 00:25:45 doccvs Exp
This application tests the implementation of the CosNaming::NamingContextExt
interface.
To run the test automatically -
execute Perl script run_test.pl
To run tests manually -
start the Naming Service (see
TAO/orbsvcs/Naming_Service/README for valid options),
then run ./client with one of the options below.
NOTE: if running tests manually, Naming Service has to be restarted
before each test (this is due to the test not 'cleaning up' bindings
after themselves).
The following options exist:
----------------------------
-o Run the client so that output is printed.
If no option is specified, the test is run and no output is printed.
DESCRIPTION AND EXPECTED OUTPUT
===============================
Performs the to_string, to_name (), to_url () and resolve_str () methods on
the given Name or stringified name.
Expected Output:
If the -o option is specified, prints out the outputs of the
to_string (), to_name () and to_url () functions. If no option is specified,
completes with no output.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?