020.2.1 system
程序员文章站
2022-04-28 09:42:28
内容:System的常用方法1、currentTimeMillis()方法(与1970年相差多少毫秒),2、Properties getProperties();获取系统属性3、Set StringPropertyNames()系统信息对象调用,拿到一个键值集合4、file.sepa ......
内容:System的常用方法
1、currentTimeMillis()方法(与1970年相差多少毫秒),
2、Properties getProperties();获取系统属性
3、Set<String> StringPropertyNames()系统信息对象调用,拿到一个键值集合
4、file.separator 文件分隔符(在UNIX系统中是‘/’)
path.separator 路径分隔符(在UNIX系统中是‘:’)
line.separator 行分隔符(在UNIX系统中是‘/n’)
5、
private static final String FILE_SEPARATOR = System.getProperty("file.separator");
private static final String LINE_SEPARATOR = System.getProperty("line.separator");
System.out.println("c:"+FILE_SEPARATOR+"abc"+FILE_SEPARATOR+"1.txt");
System.out.println("hello"+LINE_SEPARATOR+"world");
上一篇: 做程序员的这五年
下一篇: Linux中的常见命令
推荐阅读
-
Oracle忘记sys/system/scott用户的密码怎么办
-
Oracle错误ORA-01950对表空间"system"无权限解决
-
There is insufficient system memory to run this query 错误
-
Oracle V$SYSTEM
-
SQL Server2008安装报错,解决方案(创建 system.diagnostics 的配置节处理程序时出错)
-
Oracle OWI 等待事件视图(v$session_wait/v$session_event/v$system_ev
-
C# ASP.NET发送电子邮件System.Net.Mail
-
Oracle数据备份过程中遇BUG_ORA-27054 NFS file system
-
system idle process是什么进程 使用PHP socke 向指定页面提交数据
-
MySQL 系统变量(system variables)