存档信息

11月 2021

显示前 3 共 32 条信息

flutter dio upload image type application/octet-stream to image/jpeg 发布者: 粮油菜大市场 发布时间 : 2021 年 11月 29日
   MediaType? mediaType;
    if (_fileToUpload.path.endsWith('jpg') ||
        _fileToUpload.path.endsWith('jpeg')) {
      mediaType = MediaType("image", "jpeg");
    } else if (_fileToUpload.path.endsWith('png')) {<…
Invalid configuration value: failovermethod=priority dnf upgrade 发布者: 粮油菜大市场 发布时间 : 2021 年 11月 29日

dnf upgrade

Invalid configuration value: failovermethod=priority in /etc/yum.repos.d/webtatic.repo; Configuration: OptionBinding with id "failovermethod" does not exist

 

just remove these old yum repository

 

rpm -qf /etc/yum.repos.d/webtatic.repo;

webtatic-release-7-3.noarch

[root@mb-clone-001 tmp]# yum remove webtatic-release-…

Yii3.0 can’t upload files with only a file name with httpsoft message fileupload 发布者: 粮油菜大市场 发布时间 : 2021 年 11月 29日

 

I/flutter ( 4124):       ["size":"HttpSo…