- 博客(7)
- 问答 (4)
- 收藏
- 关注
原创 flutter的tear-off是啥玩意,进来看看你就明白了
可能有的同学在ide会看到一些提示:`Don't create a lambda when a tear-off will do`这个意思就是叫你不用创建一个匿名函数,用tear-off就行了。那么tear-off是啥呢?看看DartLang文档解释:```17.21 Property ExtractionFunction objects derived from members via closurization are colloquially known as te..
2022-03-04 09:05:59
2576
原创 Warning: 意外的元素 (uri:““, local:“base-extension“)。所需元素为<{}codename>,<{}layoutlib>,<{}api-level>
出现的条件:1.将 Android SDK 从 30.0.3 更新到 31.0.0 或32.0.0之后2.使用了Android Studio (v2021.1.1) Bumble bee 的最新更新3.gradle 版本使用了6.7.1以上的如果你满足以上两个条件,那么下面的解决方案可能适合你1.暂时不用as自带的emulator,用genymotion或其他的2.忽略此警告,因为不会影响debug,除了有些碍眼3.通过使用 Android Studio,我卸载并安装了不同...
2022-02-08 11:28:58
20765
原创 NDK at ~/Library/Android/sdk/ndk-bundle did not have a source.properties file
更新到android4.1后,编译很多都会出现问题,我的解决方案是 :1.gradle要修改为7.0.2版本2.同时product struture在sdk location里把ndk下载3.之后在local.properties里把ndk路径写进去我的是这样
2022-02-06 21:01:06
4689
原创 flutter 高效计算时间差
首先,了解一下,flutter时间方面的显示var t = DateTime.now();print(t); //当前时间 2021-05-29 19:57:55.180309var m = t.millisecondsSinceEpoch;print(m); //时间戳 1622289475180var s = DateTime.fromMillisecondsSinceEpoch(1622260086181);print(s); //时间戳转时间 2021-05-29 11:48:0
2021-05-30 21:23:41
3098
5
原创 nodejs在使用Jimp出现marker was not found
最近nodejs中使用Jimp处理图片时候发现一个问题,如图出现这个问题是因为要进行处理的图片尺寸太大了,我看了下我的图片尺寸,手机直接传输的图片,高达5M找了好久没有解决方案,因为这个问题可能是个BUG,有大神会选择进行重试,如下。async function retryResize(options, retries = 0) { let { imagePath, size, quality = 60, maxRetries = 5 } = options; let image
2021-05-21 09:31:22
696
原创 完美解决MySQL错误日志出现大量的 Got an error reading communication packets 报错
最近在安装完mysql之后发现error log 出现大量 Got an error reading communication packets 等的读写报错,如下图问题分析其实Aborted connection告警是很难避免的,error log里或多或少会有少量Aborted connection信息,这种情况是可以忽略的,但是当你的error log里频繁出现Aborted connection告警,这时候就应该注意了,可能会对业务产生较大的影响。可能因素A client attemp
2021-04-27 20:08:13
60499
原创 基于文件存储NAS搭建K8S集群的Mysql主从复制+读写分离
本文介绍如何利用阿里云文件存储NAS替代K8S原生NFS系统,从而实现存储系统脱离于集群之外的可弹性扩展,高可用,高性能 的部署
2021-04-24 11:27:26
1465
空空如也
flutter第一次加载网络图片,缓存了,第二次怎么用缓存的不请求网络了啊
2021-07-24
flutter 一个tab滚动其他也跟着滚动了
2021-06-03
Koa在Vscode有代码提示插件吗
2021-05-13
TA创建的收藏夹 TA关注的收藏夹
TA关注的人