mtus's recent timeline updates
mtus

mtus

V2EX member #60228, joined on 2014-04-13 01:26:15 +08:00
mtus's recent replies
Jun 17, 2024
Replied to a topic by Jaiden 信息安全 阿里云有 root 权限的 AccessKey 泄露了
审计下 API 调用日志 https://actiontrail.console.aliyun.com/
Jan 27, 2023
Replied to a topic by wget macOS m1 mac 折腾虚拟机内 vpn 有感
@hackpro 选择 Windows 镜像时有个额外的收费项目, 然后整体合并计费.
Mar 31, 2019
Replied to a topic by LongLights Java Mybatis 是注解方式用得多还是 xml 用得多
还是 XML 方式更强大, 支持的扩展属性更多, 维护起来更方便.

不过, 推荐看看 [jOOQ]( http://www.jooq.org/), 用起来更舒服.
Jan 29, 2018
Replied to a topic by just1 问与答 有没有现成的 github 项目 release 监控?
Ifttt + 钉钉群机器人
Dec 14, 2017
Replied to a topic by yuedingwangji NGINX nginx 配置问题请教
在这里测试 location 规则: [Nginx Location Match Visible]( https://detailyang.github.io/nginx-location-match-visible/)
太远了赶不过去, 希望能够录播或直播
@BBCCBB
@padeoe
感谢指正, 这个 Arrays 确实是一个内部类, 是不可变的...我在测试时可能脑子进水了...
@padeoe 在 java 8 中, `Arrays.asList()` 是通过 `new ArrayList<>()` 实现的, 所以是可变的. 而 `Collections.EMPTY_LIST, Collections.emptyList(), Collections.singletonList()` 是不可变的.

```java
@SafeVarargs
@SuppressWarnings("varargs")
public static <T> List<T> asList(T... a) {
return new ArrayList<>(a);
}
```
Dec 17, 2016
Replied to a topic by b244183 程序员 目前有什么好用干净的 Win PE
@xfspace 天意 PE +1, WinPE + LinuxPE, 通吃各种情形
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3285 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 14:00 · PVG 22:00 · LAX 07:00 · JFK 10:00
♥ Do have faith in what you're doing.