教材学习内容总结 1. 时间与日期 1.1 时间的度量 GMT -> UT -> TAI -> UTC 英文 缩写 Greenwich Mean Time GMT Universal Time UT International Atomic Time TAI Coordinated Universal Time UTC Unix时间以1970年1月1日00:00:00为起算点 1.2 年历标准 ISO 8601标准 时间日期表示方法标准,用以统一时间日期的数据交换格式 1.3 时区 UT
Java is never just a language.There are lots of programming languages out there, and few of them make much of a splash.Java is a whole platform, with a huge library, containing lots of reusable code, and an execution environment that provides service
今天使用Eclipse时,突然卡死了,然后我强制关闭了Eclipse,再重新打开的时候就报错了,错误如下: Workspace in use or cannot be created, choose a different one. 错误原因:出现这种情况一般是workspace的配置文件中出现了.lock文件(workspace/.metadata/.lock),锁定了workspace.把.lock文件删除即可. 如果该文件不能删除,可能是因为javaw.exe进程未结束,结束该进程及ecl