07 2019 档案
摘要:typedef struct __lock_t { int flag; } lock_t; int TestAndSet(int *ptr, int new) { int old = *ptr; *ptr = new; return old; } void init(lock_t *mutex) {
阅读全文
摘要:环境准备: 在已经安装好cocos环境的情况下,需再安装python 的yaml:sudo python -m easy_install pyyaml 然后:sudo easy_install pyyaml,如果报错再来一遍 安装Cheetah,下载cheetah:http://pythonhost
阅读全文

浙公网安备 33010602011771号