📄 mjclient.bat.in
字号:
@rem The contents of this file are subject to the MonetDB Public License@rem Version 1.1 (the "License"); you may not use this file except in@rem compliance with the License. You may obtain a copy of the License at@rem http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html@rem@rem Software distributed under the License is distributed on an "AS IS"@rem basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the@rem License for the specific language governing rights and limitations@rem under the License.@rem@rem The Original Code is the MonetDB Database System.@rem@rem The Initial Developer of the Original Code is CWI.@rem Portions created by CWI are Copyright (C) 1997-2007 CWI.@rem All Rights Reserved.@rem The JdbcClient program searches the latest Java .jar file and starts@rem the program. Searching is done with the assumption that SQL is@rem installed with the same prefix as MonetDB. If this is not the case,@rem searching will fail.@rem Future versions might inspect a database of eligible servers@rem to direct the interaction to the proper ports.call java -jar @datadir@\MonetDB\lib\@JDBCCLIENT_JAR@ %*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -