摘要:
背景介绍 Linux的备份压缩 最早的Linux备份介质是磁带,使用的命令是 tar 可以打包后的磁带文件进行压缩储存,压缩的命令是gzip 和 bzip2 经常使用的扩展名是 .tar.gz .tar.bz2 .tgz 一、打包 打包命令 tar 常用参数 c 打包 x 解包 f 指定操作类型为文 阅读全文
摘要:
万能的帮助命令: man 帮助 man是manual的缩写, man帮助用法演示: # man ls # 按Q键退出 man也是一条命令,分为9章,可以使用man命令获得man的帮助 用法演示: # 数字代表第几个篇章 # man 7 man # 如果是第1篇,1是可以省略掉的 # man 1 ls 阅读全文
摘要:
org.h2.jdbc.jdbcsqlexception: database is already closed (to disable automatic closing at vm shutdown, add ";db_close_on_exit=false" to the db url) [9 阅读全文