lcp.bat
来自「Use the links below to download a source」· Batch 代码 · 共 32 行
BAT
32 行
REMREM Licensed to the Apache Software Foundation (ASF) under one or moreREM contributor license agreements. See the NOTICE file distributed withREM this work for additional information regarding copyright ownership.REM The ASF licenses this file to You under the Apache License, Version 2.0REM (the "License"); you may not use this file except in compliance withREM the License. You may obtain a copy of the License atREM REM http://www.apache.org/licenses/LICENSE-2.0REM REM Unless required by applicable law or agreed to in writing, softwareREM distributed under the License is distributed on an "AS IS" BASIS,REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.REM See the License for the specific language governing permissions andREM limitations under the License.REMREMset _CLASSPATHCOMPONENT=%1if ""%1""=="""" goto gotAllArgsshift:argCheckif ""%1""=="""" goto gotAllArgsset _CLASSPATHCOMPONENT=%_CLASSPATHCOMPONENT% %1shiftgoto argCheck:gotAllArgsset LOCALCLASSPATH=%LOCALCLASSPATH%;%_CLASSPATHCOMPONENT%
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?