hello.java
来自「一个web service的开发工具」· Java 代码 · 共 13 行
JAVA
13 行
/** * Hello.java * * This file was auto-generated from WSDL * by the Apache Axis WSDL2Java emitter. */package samples.jaxrpc.hello;public interface Hello extends java.rmi.Remote { public java.lang.String sayHello(java.lang.String string1) throws java.rmi.RemoteException;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?