📄 z.idl
字号:
interface Z { exception E{}; //! method will be called using DII from client and from server void dii() raises(E); //! method calls Z::dii() using DII from server and returns exception repoid string stat();};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -