Ping's Memory
生活的点点滴滴都在这里
2012年5月8日星期二
environment - Java current machine name and logged in user? - Stack Overflow
environment - Java current machine name and logged in user? - Stack Overflow
To get the currently logged in user:
System
.
getProperty
(
"user.name"
);
To get the host name of the machine:
InetAddress
.
getLocalHost
().
getHostName
();
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
没有评论:
发表评论