会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
HuiLove
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
19
20
21
22
23
2014年8月13日
xcode 中用AvAudioPlayer播放mp3文件
摘要: [playButton setEnabled:YES]; NSError *playerError; AVAudioPlayer *audioPlayer = [[AVAudioPlayer alloc] initWithContentsOfURL:[[[NSURL alloc] ...
阅读全文
posted @ 2014-08-13 13:01 LAOS
阅读(590)
评论(0)
推荐(0)
2014年8月11日
各种格式ANSI,UTF8,Unicode,Unicode BigEndian的解释
摘要: 一、ANSI编码不同的国家和地区制定了不同的标准,由此产生了 GB2312, BIG5, JIS 等各自的编码标准。这些使用 2 个字节来代表一个字符的各种汉字延伸编码方式,称为 ANSI 编码。在简体中文系统下,ANSI 编码代表 GB2312 编码,在日文操作系统下,ANSI 编码代表 JIS ...
阅读全文
posted @ 2014-08-11 14:14 LAOS
阅读(1181)
评论(0)
推荐(0)
xcode中的udp发送文件函数,分包发送每包8000个字节
摘要: -(void) UDP_SendFile:(NSString *) filename tag:(NSInteger) msgtag;{ NSString * filepath=[NSTemporaryDirectory() stringByAppendingString:filename]; N...
阅读全文
posted @ 2014-08-11 11:19 LAOS
阅读(443)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
公告