ChenFanlin's recent timeline updates
ChenFanlin
ONLINE

ChenFanlin

V2EX member #312114, joined on 2018-04-27 09:49:44 +08:00
9 G 47 S 95 B
ChenFanlin's recent replies
"杀掉应用" 是真的 force-stop 吗?
不确定李跳跳如何实现的, 但 "重新授予一次无障碍权限" 这一个问题可以参考 gkd, 通过 adb 授予 android.permission.WRITE_SECURE_SETTINGS 权限, 自己打开无障碍服务;
Dec 11, 2024
Replied to a topic by Renco Java 请教一下关于 Java 泛型的问题。
简单写了个小 demo 试了下,好像也没报错?
```
public class Test {
public static void main(String[] args) {
Helper<String, Integer> helper = new Helper<>();
Key key = helper.getByKey("", "", Key.class);
System.out.println(key);
}

private static class Key {
}

private static class Helper<K, V> {
public <T> T getByKey(String cacheKey, K key, Class<T> tClass) {
return null;
}
}
}
```
Oct 17, 2024
Replied to a topic by jeesk Kotlin kotlin 没有受检异常真太难顶了。吐槽
https://plugins.jetbrains.com/plugin/12673-csense--kotlin-checked-exceptions
可以使用这个扩展把 checked-exceptions 的检查加回来
Jan 10, 2024
Replied to a topic by immango 程序员 支付宝小程序可以在 Google 浏览器打开吗
如果这个小程序底层是用 WebView 渲染的,可以在 Root 之后的 Android 设备上装个 `WebViewPP` 的 xposed 插件,然后强开 inspect 能力。
不过仅限于渲染层,如果有些逻辑在逻辑层,那应该就没办法了。
Apr 6, 2023
Replied to a topic by shalingye 问与答 如何让手机快速充电,同时连接电脑
"无线投屏设置 IP 麻烦" 无线 adb 呢?
Feb 17, 2023
Replied to a topic by fl2d 问与答 现在 win 上性能最好的 Ubuntu 虚拟机是啥?
试了下楼上说的 wslg, 发现 AMD 的 wsl 驱动不支持 6600xt.. 😥
root 后, 大圣净化
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2507 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 06:48 · PVG 14:48 · LAX 23:48 · JFK 02:48
♥ Do have faith in what you're doing.