08 2019 档案

摘要:一、安装CentOS 6.5 用光盘成功引导系统,会出现下面的界面 界面说明: Install or upgrade an existing system 安装或升级现有的系统 install system with basic video driver 安装过程中采用 基本的显卡驱动 Rescue 阅读全文
posted @ 2019-08-28 21:36 漫步sch 阅读(1055) 评论(0) 推荐(0)
摘要:var myDate = new Date(); myDate.getYear(); //获取当前年份(2位) myDate.getFullYear(); //获取完整的年份(4位,1970-????) myDate.getMonth(); //获取当前月份(0-11,0代表1月) myDate.g 阅读全文
posted @ 2019-08-28 21:21 漫步sch 阅读(1088) 评论(0) 推荐(0)