- 博客(13)
- 资源 (5)
- 收藏
- 关注
原创 Terms of Use
Agreement to TermsThese Terms of Use (collectively the "Terms") set forth the legally binding terms and conditions which are applicable to your use of any of the Applications ("App" or "Apps") from us .* Please be reminded that the Terms constitute an agre
2023-11-21 10:57:01
184
原创 PRIVACY POLICY
THIS PRIVACY POLICY WAS UPDATED ON MAY.22TH.2023. According to the General Data Protection Regulation (GDPR) (EU) 2016/679.MuFeng has adopted this privacy policy ("Privacy Policy") to explain how MuFeng collects, stores, and uses the information collected
2023-11-21 10:53:03
288
原创 ffmpeg iOS 编译
4. 在Xcode中引用ffmpeg的库(libavcodec.a, libavformat.a, libswresample.a等)并添加头文件。注:这里的x86_64是指MacOS的架构,如果你的目标是在iOS设备上运行,这里需要改为适合的架构,例如arm64。以上是基本步骤,具体细节可能会因个人环境和需求不同而有所不同。建议参考更详细的教程或与开发者社区一起讨论。5. 在代码中使用ffmpeg的API。
2023-05-17 11:00:51
292
1
原创 flask+flutter微信公众号开发
微信公众号获取不到用户头像昵称,可以通过发送链接到公众号让用户点击注册,这样前端查询是否有这个账号存在返回给前端登录。后端利用https://mp.weixin.qq.com/cgi-bin/showqrcode?用redis 保存ticket 和openid(很多文章说用那个场景id,用ticket比场景id好)通过获取access_token,获取ticket。前端用ticket 查询用户是注册还是登录。前端定时器开启查询用户是否扫码。微信公众号后台配置好服务器信息。生成二维码发送给前端。
2023-05-15 10:04:20
574
1
原创 python flask 开发记录
2. 安装了flask_sqlalchemy 程序还是报错no module MySQLdb 需要安装pymysql。1. Navicat无法远程连接mysql数据库,一般都是因为本地ip没有访问权限,服务器上执行下面指令即可解决。将数据库连接改为 mysql+pymysql://username:password@server/db。
2023-05-03 11:44:22
58
原创 flutter web 微信公众号开发记录
去除网页中# 使用这个在main runApp 加上 setPathUrlStrategy();这句代码。
2023-04-26 17:09:28
512
原创 iOS 录音pcm获取当前音量
//录音设置 NSMutableDictionary *recordSetting = [[NSMutableDictionaryalloc]init]; //设置录音格式 AVFormatIDKey==kAudioFormatLinearPCM [recordSetting setValue:[NSN
2015-01-28 11:46:40
5405
原创 iOS pcm 和g711互相转换
NSUInteger datalength = [datalength]; Byte *byteData = (Byte *)[databytes]; short *pPcm = (short *)byteData; int outlen = 0;
2015-01-28 10:41:01
2369
4
原创 iOS 播放沙盒视频
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ NSString* path =[NSString stringWithFormat:@"%@/Documents/%@",NSHomeDirectory(),[recor
2015-01-28 10:31:48
1440
iOS socket 封装(oc)
2018-05-21
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人