hello_tp.bat

来自「MICO2.3.13 corba 环境平台」· Batch 代码 · 共 15 行

BAT
15
字号
REM !/bin/shset path=%path%;..\..\..\win32-binSET MICORC=NULREM  run Serverdel /f /q hello.refstart .\server -ORBThreadPool -ORBRequestLimit 100 -ORBConnLimit 1000pause 2REM  run client.\client -ORBClientThreaded -ORBRequestLimit 20 -ORBConnLimit 30.\client -ORBClientReactive -ORBRequestLimit 2 -ORBConnLimit 2.\client -ORBClientThreadedBlocking -ORBRequestLimit 8 -ORBConnLimit 8

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?