readme

来自「ICE-3.2 一个开源的中间件」· 代码 · 共 29 行

TXT
29
字号
This example demonstrates the use of Freeze to manage books in alibrary.To run the demo, first start the server:$ serverIn another window, populate the server's database by starting theclient and redirecting its input from the file "books":$ client < booksThen start the client again to use the demo interactively:$ clientType "help" to get a list of valid commands.The collocated executable combines the client and server into oneprogram. In this case you do not need to start a separate server.If you have not already populated the database, you can do so usingthe collocated executable as shown below:$ collocated < booksThen start the interactive demo like this:$ collocated

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?