readme
来自「一个开源的网络开发库ACE」· 代码 · 共 15 行
TXT
15 行
Note:
Example 2 (ex02.html) will not compile and work on Win32 because
it relies on SystemV Shared Memory and fork() which are not
available on that platoform.
Example 3 (ex03.html) is basically the same but uses a memory-mapped
file instead of SYSV Shared Memory. It also takes a single command
line parament 's' to start it in server mode or 'c' to start it
in client mode. (This is to work around the lack of fork()).
(Thanks to Nanbor Wang for working this out for us.)
JCEJ - 08/01/1999
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?