runsample
来自「test TUXEDO中间件的使用,初学用的,自己探索吧!」· 代码 · 共 38 行
TXT
38 行
# (c) 2003 BEA Systems, Inc. All Rights Reserved.#Copyright (c) 1992 Unix System Laboratories, Inc.#All rights reserved#ident "@(#) samples/atmi/qsample/runsample $Revision: 1.5 $"##set the environment. ./setenvchmod +w ubb.sampleuname="`uname -n`"ed ubb.sample<<!g;<uname -n>;s;;${uname};g;<full path of TUXEDO software>;s;;${TUXDIR};g;<full path of APPDIR>;s;;${APPDIR};wq!#build the client and servermake client server#create the tuxconfig filetmloadcf -y ubb.sample#create the TLOG./crlog#create the QUE./crque#boot the applicationtmboot -y#run the clientclient#shutdown the applicationtmshutdown -y#remove the client and server make clean#remove the QUE ipc resources./rmipc#remove all files createdrm tuxconfig QUE stdout stderr TLOG ULOG*
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?