📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -