// condition.h#ifndef _CONDITION_H_#define _CONDITION_H_#includetypedef struct condition{ pthread_mutex_t pmutex; pthread_cond_t pcond;... Read More
posted @ 2016-03-23 22:14
夜色下的港湾
Views(328)
Comments(0)
Diggs(0)
//在block里再改变 指针的属性 设置为weak的strong//判断string的值是否为NULL 不为NULL执行需要的代码#define WS(weak_self) _weak typeof(self) weak_self = self//block的防止循环引用的问题... Read More
posted @ 2016-03-23 20:55
夜色下的港湾
Views(98)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号