存档

11月 2021

显示总共32条中的前3条

php 8.0.13 file_exists 总是返回TRUE
发布者 : 粮油菜大市场 发布时间 : 01 Dec 2021 07:28:21

php 8.0.13 file_exists 总是返回TRUE

不知道为啥,

Unhandled Exception: type 'double' is not a subtype of type 'Double?'
发布者 : 粮油菜大市场 发布时间 : 01 Dec 2021 02:32:13

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

 

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

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


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

cached_network_image

大概可能是这个插件不使用默认的cache了,用他自定义的cache清除函数