Home
Sign Up
Sign In
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member
Sign In
V2EX
›
BBCCBB
›
全部回复第 120 页 / 共 120 页
回复总数
2383
1
...
111
112
113
114
115
116
117
118
119
120
❮
❯
2017 年 8 月 16 日
回复了
gimp
创建的主题
›
Python
›
请问 Windows7 下如何使用 Python 杀死进程
os.system('kill -ID <pid>'), 这样???
2017 年 8 月 14 日
回复了
hsiunien
创建的主题
›
程序员
›
哪位高人能帮我优化一段 Java 代码,强迫症犯了。
String rec = ....
studentsList = null;
if (rec != null) {
Student[] students = convert(rec);
if (students.length != 0) {
studentsList = Arrays.asList(students);
}
}
if(studentsList == null)
studentsList = Collections.EMPTY_LIST();
2017 年 8 月 14 日
回复了
hsiunien
创建的主题
›
程序员
›
哪位高人能帮我优化一段 Java 代码,强迫症犯了。
@
mtus
此 ArrayList 非彼 ArrayList, 这是 Arrays 的一个内部类,是不可变的
1
...
111
112
113
114
115
116
117
118
119
120
❮
❯
About
·
Help
·
Advertise
·
Blog
·
API
·
FAQ
·
Solana
·
1000 Online
Highest 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms ·
UTC 22:50
·
PVG 06:50
·
LAX 15:50
·
JFK 18:50
♥ Do have faith in what you're doing.
❯