📄 readme
字号:
Users of Unix platforms should read "Unix Note" at the end of thisfile before continuing.To run this demo, open two terminal windows. In the first window,start the IceBox server:$ icebox --Ice.Config=config.iceboxNote that for debug Windows builds you will need to use iceboxd ratherthan icebox as the executable name.In the second window, run the client:$ clientTo shut down IceBox, use iceboxadmin:$ iceboxadmin --Ice.Config=config.icebox shutdownUnix Note:For icebox to be able to find the library containing the service, youmust add the current directory to your shared library search path(e.g., LD_LIBRARY_PATH on Linux, SHLIB_PATH on HP-UX, etc.).Alternatively, you can copy libHelloService.so to a directory that isalready in the search path.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -