存档信息

11月 2021

显示前 3 共 32 条信息

php 8.0.13 file_exists 总是返回TRUE 发布者: 粮油菜大市场 发布时间 : 2021 年 12月 01日

php 8.0.13 file_exists 总是返回TRUE

不知道为啥,

Unhandled Exception: type 'double' is not a subtype of type 'Double?' 发布者: 粮油菜大市场 发布时间 : 2021 年 12月 01日

 Unhandled Exception: type 'double' is not a subtype of type 'Double?'

 

声明类型的时候 应该是 double? xxx ,

flutter CachedNetworkImage image can't update cache 发布者: 粮油菜大市场 发布时间 : 2021 年 11月 29日
Future _deleteImageFromCache() async {
    String url = "your url";
    await CachedNetworkImage.evictFromCache(url);
  }


https://stackoverflow.com/questions/57059306/how-to-clear-cache-in-cachednetworkimage-flutter

flutterflutter_cache_manager