背景 2026年4月1日,Claude Code 在 2.1.90 版本新增了 /powerup 的命令,这是一个带有动画演示的互动课程,教人如何使用 Claude Code。 无论使用的是否是 Claude Code,作为公认的业内第一梯队 Agent,他们出品的“power up(能力升级)”是不可错过的优秀学习机会。接下来我们花 10 分钟,快速学习这...
Google Play 商店在 2021 年第 3、4 季度正式加强对应用 targetSdkVersion 的限制,要求应用必须以 API 级别 30 (Android 11) 或更高版本为目标运行环境。 作为第一个强制要求分区存储的 API 级别,Android 11无疑是近几年适配工作较为复杂的版本,各个 APP 的适配进度也被寄予期盼。APP 在 2...
When we use adb push $file /mnt/sdcard on Android 11 devices, we will encounter adb: error: stat failed when trying to push to /mnt/sdcard/: Permission denied error message. This a...
Two months ago, Google released the In-App Review API, allowing users to complete ratings and reviews without jumping out of the application. I added this feature to the open sourc...
This article will introduce how Git is used in daily collaboration scenarios. Before reading, please make sure that you have a basic understanding of Git and master the common comm...
In the previous article, I mentioned that when doing fuzzy matching, Levenshtein distance was selected as the reference value. At the time, I directly used the Python library to im...
前言 某天收到业务方反馈,一张 GIF 活动图在网页端无法播放,在 APP 侧是正常的。 业务方表示上一次配置是正常的,并给出了两次配置的图片链接。 虽然提供的信息不算多,不过已经足够定位和解决问题了。 图片 原始图片这里就不放了,看完文章可以找任意 GIF 图片练手。 分析 从链接来看,两张图链接的后缀都是以 jpg 结尾的,但 GIF 的判断并不由其后缀...
When I reviewed the notes, I found that this article was not uploaded to the blog. Although the code implementation is outdated, the idea has been used all the time, so today I sim...
Google updated the Draw Path implementation on the Android Pie system, so compatibility issues arise when creating custom graphics using Xfermode. Example The detailed code can be...
Android’s screen fragmentation problem has a long history. Generally, we use the same physical size on different devices. Such a solution does not completely restore the design dra...
Android emulator and Docker on Windows can’t be used at the same time. I want to use Raspberry Pi to set up a development environment. I just watched the live broadcast recently, s...
I made an automated tool recently and found that it was horrible to get the current coordinates of the mouse when developing. It’s a waste of time to use the Photoshop ruler for vi...
There are many ways to hide files in images on the web, which can also be done in Python, which avoids the blocking method of matching links or text. Most of the rumors circulating...