Python/C++教程 第9页
C语言 abort 函数-猿说编程

C语言 abort 函数

C语言 abort 函数 - C 语言库函数 abort 函数的作用是异常终止一个进程,意味着 abort 后面的代码将不再执行。 abort 函数是一个比较严重的函数,当调用它时,会导致程序异常终止,而不会进行一...
猿说编程的头像-猿说编程钻石会员猿说编程4年前
021941
AVFoundation – AVPlayerItem 管理资源对象-猿说编程

AVFoundation – AVPlayerItem 管理资源对象

AVPlayerItem 管理资源对象 - AVPlayerItem 作为资源管理对象,它控制着视频从创建到销毁的诸多状态。 //播放状态 status typedef NS_ENUM(NSInteger,AVPlayerItemStatus) { AVPlayerItemStatus...
猿说编程的头像-猿说编程钻石会员猿说编程4年前
017672
AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令-猿说编程

AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令

AVFoundation – AVVideoCompositionInstruction AVMutableVideoCompositionInstruction 操作指令 - AVVideoCompositionInstruction 继承自 NSObject ,封装了一组操作指令,由 AVVideoCompositi...
猿说编程的头像-猿说编程钻石会员猿说编程4年前
017833
iOS NSString 截取字符串-猿说编程

iOS NSString 截取字符串

iOS NSString截取字符串,NSString截取字符串,iOS截取字符串,ios substringWithRange,iossubstringFromIndex,
猿说编程的头像-猿说编程钻石会员猿说编程4年前
08491
AVFoundation AVPlayer 合并多个媒体设置倒序播放-猿说编程

AVFoundation AVPlayer 合并多个媒体设置倒序播放

AVFoundation AVPlayer 合并多个媒体设置倒序播放,AVFoundation合并多个媒体,AVFoundation倒序播放,AVPlayer倒序播放,AVPlayer,AVFoundation,
猿说编程的头像-猿说编程钻石会员猿说编程4年前
09970
C/C++ std::string 和 char* 相互转换-猿说编程

C/C++ std::string 和 char* 相互转换

C/C++ std::string 和 char* 相互转换
猿说编程的头像-猿说编程钻石会员猿说编程4年前
09750
C语言 iscntrl 函数-猿说编程

C语言 iscntrl 函数

C语言 iscntrl 函数 - C语言中 iscntrl 函数用于检查所传的字符是否是控制字符,注意:iscntrl 函数的参数是字符类型。iscntrl 函数声明如下: #include //需要包含头文件 /* * 描述:判断字符是...
猿说编程的头像-猿说编程钻石会员猿说编程4年前
05810
C/C++ error C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conf-猿说编程

C/C++ error C4996: ‘getch’: The POSIX name for this item is deprecated. Instead, use the ISO C++ conf

C/C++ error C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conf - 这个问题在 Visual Studio 2012 之前是不会当成错误的,目前这个问题有两个解决方...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
09480
C/C++ Debug和_DEBUG区别-猿说编程

C/C++ Debug和_DEBUG区别

C/C++ Debug和_DEBUG区别 - Debug 和 Release 只是 Visual Studio 或者其他 IDE 的两个编译的选项,两者区别如下: Debug 通常称为调试版本,通过一系列编译选项的配合,编译的结果通常包含调试...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
016710
IOS – Xcode error xxx has conflicting provisioning settings.-猿说编程

IOS – Xcode error xxx has conflicting provisioning settings.

IOS – Xcode error xxx has conflicting provisioning settings. xxx has conflicting provisioning settings. xxx is automatically signed for development, but a conflicting code signing...
猿说编程的头像-猿说编程钻石会员猿说编程3年前
06990