iOS NSString 插入字符串
iOS NSString插入字符串,NSString插入字符串,NSString stringByReplacingOccurrencesOfString,NSString stringByAppendingString,NSString stringByReplacingCharactersInRange,
MAC QT OpenGL 波浪特效
MAC QT OpenGL 波浪特效,OpenGL波浪,OpenGL波浪,OpenGL ES 水滴,OpenGL水滴,QT水滴效果,
Xcode – 常用快捷键的使用
Xcode – 常用快捷键的使用 Command + R 运行。 Command + . 停止 F6 单步调试 F7 跳入 F8 继续 新建项目 command+shift+n 新建文件 command+n 新建空文件 command+control+n 打开 command+o 关...
AVFoundation – AVAssetExportSession 导出视频到沙盒目录
AVFoundation - AVAssetExportSession 导出视频到沙盒目录 AVAsset 是 AVFoundation 框架中的核心的类,它提供了基于时间的音视频数据.(如电影文件,视频流),一个 asset 包含很多轨道的结合,如 au...
Python chr / ord 函数区别和使用
Python chr/ord函数区别和使用 - Python 中 内置函数 chr 和 内置函数 ord 可以配对使用;chr 函数将 ascll 码转为字符;ord 函数将字符转为 ascll 码;
GPUImage – 亮度平均 GPUImageLuminosity
GPUImage - 亮度平均 GPUImageLuminosity - GPUImage 共 125 个滤镜, 分为四类 1、Color adjustments : 31 filters , 颜色处理相关 2、Image processing : 40 filters , 图像处理相关. 3、Blend...
Windows OpenGL ES 图像色调
OpenGL 色调调节,OpenGL 色调调节,OpenGL 色调调节设置,图像色调调节,OpenGL色调度调节设置,OpenGL 教程,OpenGL ES特效,
Python isinstance函数
''' 函数描述:主要用于检测变量类型,返回值是 bool 值 参数: object : 实例对象。 classinfo : 可以是直接或者间接类名、基本类型或者由它们组成的元组。 返回值:如果对象的类型与classinfo...