摘要:
unity 报错如下: SVN CLI (Command Line Interface) not found. You need to install it in order for the SVN integration to work properly.UnityEngine.Debug:Log 阅读全文
摘要:
shared_memory的truncate作用是什么? 注释:Sets the size of the shared memory mapping. 1.当一个共享内存对象被创建了,它的大小是0。为了设置共享内存的大小,使用者需在一个已经以读写方式打开的共享内存中调用truncate 函数:shm 阅读全文