logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

netdb.h

Unix和Linux特有的头文件,主要定义了与网络有关的结构、变量类型、宏、函数等。函数:/*通过IP地址获得主机有关的网络信息*/struct hostent*gethostbyaddr(const void *addr, size_t len, int type);/*通过主机名获得主机的网络信息*/struct hostent*geth

CCScrollView/CCScrollView(滚动条setContainer setContentSize setContentOffsetInDuration setDelegate)

#ifndef __CCSCROLLVIEW_H__#define __CCSCROLLVIEW_H__#include "cocos2d.h"#include "ExtensionMacros.h"NS_CC_EXT_BEGIN/** * @addtogroup GUI * @{ */typedef enum {

到底了