tinyuu

tinyuu

V2EX member #64189, joined on 2014-06-04 14:08:40 +08:00
3 G 8 S 6 B
Per tinyuu's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
tinyuu's recent replies
Jul 17, 2022
Replied to a topic by yodhcn 程序员 不限编程语言,你认为哪个 ORM 最好用?
java ebean
Mar 10, 2022
Replied to a topic by anxn Java 吐槽 为啥 Java 的一些库起名都这么奇怪?
《第一滴血》的第二部应该叫《第二滴血》
都是进城务工人员 何必呢。
期待 17 """ 多行文本 """
May 28, 2021
Replied to a topic by vevlins 程序员 lowcode 是不是在断后人的路?
楼主说的对啊
May 25, 2021
Replied to a topic by longway git 真有人觉得 Git 会提高生产力?
就用一分支吧,当 svn 用。 这玩意 有没有强制规范 团队正门方便 ,怎么效率怎么有。
参考钉钉、 飞书中的审批流程
thro1 再抛出去外面才能知道有异常啊
Integer a= 100;
Integer b= new Integer(100);
System.out.println(a == b);

Integer a= new Integer(100);
Integer b= new Integer(100);
System.out.println(a == b);

Integer a= 100;
Integer b= 100;
System.out.println(a == b);
May 6, 2021
Replied to a topic by JWilling Java jdk 版本兼容性问题
1. 向下兼容,兼容性非常好, 但是可能也许还是要稍微改一点的。
2. 推荐多个 jdk 不同项目用自己版本的, 不然编译完 生产环境的 jdk8 运行不了 15 的程序。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   843 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 22:39 · PVG 06:39 · LAX 15:39 · JFK 18:39
♥ Do have faith in what you're doing.