从下载中,我看到文件tutorial.html具有以下内容
import org.h2.tools.Server;...// start the TCP ServerServer server = Server.createTcpServer(args).start();...// stop the TCP Serverserver.stop();

从下载中,我看到文件tutorial.html具有以下内容
import org.h2.tools.Server;...// start the TCP ServerServer server = Server.createTcpServer(args).start();...// stop the TCP Serverserver.stop();