开发者

C++ 进程间通信

0
  • C++ 进程间通信IPC的实现示例

    目录1. 管道(Pipe)1.1 匿名管道1.2 命名管道(FIFO)2. 消息队列(Message Queue)3. 共享内存(Shared Memory)4. 信号量(Semaphore)5. 套接字(Socket)6. 信号(Signal)7. 文件锁(File Locking)8. Windows特有的IPC机制8.1[详细]

    2025-06-20 12:34 分类:开发
  • mysql syntax error for timestamp

    I have this piece of SQL that is being fed to Mysql. CREATE TABLE pn_history( member INT, action INT,[详细]

    2022-12-29 02:36 分类:问答