liuyong
liuyong
self.edgesForExtendedLayout = UIRectEdgeNone; 当输入完验证码后,页面会上移 主要代码: self.edgesForExtendedLayout = UIRectEdgeNone; ... [_boxInputView mas_makeConstraints:^(MASConstraintMaker *make) { make.top.mas_equalTo(120); make.right.mas_equalTo(-20); make.left.mas_equalTo(20); make.height.mas_equalTo(50); }];
Hello, your project can not play the iphone recording convert the MP3 file format, because my MP3 files? Or something, my MP3 test URL: http://99kang.gicp.net:8088/voice//1000200073_1364203936847_2.mp3, I hope you have the...
如图,报错AssertionError: Torch not compiled with CUDA enabled import torch print(torch.cuda.is_available()) // 输出False 我用的是Macbook m1 Pro 笔记本,LM Studio 使用其他模型权重正常,是否需要在base环境下去跑?还是怎样在正常环境下能运行起来?能修改一下程序去掉CUDA部分的吗?