letsky's recent timeline updates
letsky

letsky

V2EX member #381899, joined on 2019-02-02 23:21:05 +08:00
letsky's recent replies
May 24, 2023
Replied to a topic by dangyuluo 硬件 LG Ultrafine 5K 如何接入 Switch?
@dangyuluo 采集卡输出的话玩喷喷有点不太跟手,休闲游戏延迟我觉得可以接受,接 hdmi 倒是没什么延迟
May 24, 2023
Replied to a topic by dangyuluo 硬件 LG Ultrafine 5K 如何接入 Switch?
刚买了个海备思的采集卡+底座的转接,typec 供电诱骗出 tv 模式,可当采集卡也可以 hdmi 环出
试试 Spring 的这个类,https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/ResolvableType.html

```java
private HashMap<Integer, List<String>> myMap;

public void example() {
ResolvableType t = ResolvableType.forField(getClass().getDeclaredField("myMap"));
t.getSuperType(); // AbstractMap<Integer, List<String>>
t.asMap(); // Map<Integer, List<String>>
t.getGeneric(0).resolve(); // Integer
t.getGeneric(1).resolve(); // List
t.getGeneric(1); // List<String>
t.resolveGeneric(1, 0); // String
}
```
Sep 11, 2019
Replied to a topic by zhuzhezhe 生活 我还活着
已支持,加油!
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2576 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 34ms · UTC 07:00 · PVG 15:00 · LAX 00:00 · JFK 03:00
♥ Do have faith in what you're doing.