会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
白衣雨果
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
10
下一页
2023年7月26日
flutter气泡效果
摘要: https://www.imooc.com/article/details/id/290477
阅读全文
posted @ 2023-07-26 10:52 白衣雨果
阅读(90)
评论(0)
推荐(0)
2023年7月4日
Flutter 将文字转换成图片(widget转换成图片)并下载
摘要: https://blog.csdn.net/qq_45634989/article/details/129142935
阅读全文
posted @ 2023-07-04 16:35 白衣雨果
阅读(53)
评论(0)
推荐(0)
2023年6月15日
Flutter 集录指南 App
摘要: https://github.com/toly1994328/FlutterUnit
阅读全文
posted @ 2023-06-15 19:59 白衣雨果
阅读(16)
评论(0)
推荐(0)
2022年9月26日
Arouter 无法找到 匹配路径(no match path)
摘要: 检查module是否采用了kotlin混合编程,如果是需要加上 apply plugin: 'kotlin-kapt' defaultConfig { minSdkVersion Integer.parseInt(MIN_SDK_VERSION) targetSdkVersion Integer.p
阅读全文
posted @ 2022-09-26 15:24 白衣雨果
阅读(278)
评论(0)
推荐(0)
2022年9月24日
android webview展示网页空白
摘要: 1、res->xml目录下增加network_security_config.xml <?xml version="1.0" encoding="utf-8"?><network-security-config> <base-config cleartextTrafficPermitted="tru
阅读全文
posted @ 2022-09-24 17:00 白衣雨果
阅读(315)
评论(0)
推荐(0)
2021年11月15日
Android studio 编译时出现Process 'command ' finished with non-zero exit value 1
摘要: 问题分析 编译时报错,一般都是Process ‘command ‘C:\Users…\AppData\Local\Android\Sdk\build-tools\27.0.3\aapt.exe’’ finished with non-zero exit value 1 这个多半是资源文件有问题,是新
阅读全文
posted @ 2021-11-15 19:54 白衣雨果
阅读(2061)
评论(0)
推荐(0)
2020年5月22日
idea调试模式下启动Springboot特别慢的原因 Method breakpoints may dramatically slow down debuggin
摘要: https://blog.csdn.net/yexiaomodemo/article/details/93003060 https://www.cnblogs.com/toutou/p/debugging.html
阅读全文
posted @ 2020-05-22 14:48 白衣雨果
阅读(528)
评论(0)
推荐(0)
2019年12月9日
Android判断view在屏幕可见
摘要: /** * 判断当前view是否在屏幕可见 */public static boolean getLocalVisibleRect(Context context, View view, int offsetY) { Point p = new Point(); ((Activity) contex
阅读全文
posted @ 2019-12-09 15:26 白衣雨果
阅读(9330)
评论(0)
推荐(0)
2019年12月5日
Android 倒计时CountDownTimer
摘要: https://www.jianshu.com/p/b91ac97930db https://github.com/aesion/SnapUpCountDownTimerView
阅读全文
posted @ 2019-12-05 14:40 白衣雨果
阅读(421)
评论(0)
推荐(0)
2019年11月21日
Android关闭通知栏后toast无法提示的解决方案
摘要: https://github.com/getActivity/ToastUtils PS:release版本注意加上混淆规则
阅读全文
posted @ 2019-11-21 16:31 白衣雨果
阅读(514)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
10
下一页