摘要:
关机指令 sync #将内存的数据转移到磁盘中 shutdown #关机指令 shutdown -h 10 #计算机将在10分钟后关机 shutdown -h now #计算机立刻关机 shutdown -h 20:25 #计算机在20:25关机 shutdown -r now #计算机立刻重启 r 阅读全文
摘要:
目录结构: db.propertiess driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost:3306/mybatis?useSSL=true&useUnicode=true&characterEncoding=UTF-8 username 阅读全文