?? compileidl.bat
字號:
rem
rem Filename: compileIDL.bat
rem
rem Description: compile the code in this directory. This assumes
rem the JDK is already in your path.
rem
set JAVAHOME=c:\usr\local\bin\jdk1.3
set PATH= %JAVAHOME%\bin;%path%
set EXAMPLE_HOME=C:\home\eintech\clients\active\deitel\books\AdvancedJava\finalcode
rem
rem Compile the IDL file. Write it to %example_home% and take the
rem module name and expand it to the full package name
rem
idlj -td %EXAMPLE_HOME% -pkgPrefix obvcorba com.deitel.messenger -fall chat.idl
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -