摘要:
将毫秒值(currentTimeMillis)转换为(年-月-日 时-分-秒)的形式,只需一行代码 //首先获取当前的毫秒值 long currentTimeMillis = System.currentTimeMillis(); /** * 转换为年月日时分秒的形式,得到的currentTime就 阅读全文
摘要:
使用FinalShell连接已经搭好的虚拟机(centos 7) 一、前提环境 1.本机Mac/Windows上已经下载好FinalShell 2.VMWare上已经搭建好服务器(承载centos 7操作系统) 二、操作 1.查看centos 7的IP,记住这个IP(前提打开网络) 2. 打开Fin 阅读全文
摘要:
Docker安装Oracle数据库 一、准备工作 如果没有安装docker:请参考:https://www.cnblogs.com/zhaostudy/p/16364138.html 1.安装docker-ce (有docker老版本也可以直接使用) 安装依赖的软件包 yum install -y 阅读全文