sun公司的petstore,一个J2ee的示例应用程序.

源代码在线查看: antrun

软件大小: 7529 K
上传用户: changke8311
关键词: petstore J2ee sun 应用程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				#! /bin/sh								# Args: DIR command				cd $1				CMD=$2				shift				shift								if test -f $CMD.sh; then				  CMD="sh $CMD.sh"				fi								echo $CMD $@ | sh							

相关资源