摘要:
eclipse color theme 配色方案下载地址 eclipse color theme 配色方案下载地址: https://eclipse-color-themes.web.app/ 用了eclipse color theme插件,想找一些好看的配色方案,发现之前的网站已经进不去了。 比如 阅读全文
摘要:
Linux sed命令 sed 命令可依照脚本的指令来处理、编辑文本文件。 主要用来自动编辑一个或多个文件、简化对文件的反复操作、编写转换程序等。 参考 Linux三剑客 Linux sed命令完全攻略http://c.biancheng.net/view/4028.html 菜鸟教程 Linux 阅读全文
摘要:
linux tar 解压缩相关 tar压缩示例 tar –cvf file.tar dir/files # 将dir里files文件打包 tar -zcvf tarame.tar.gz dir/files # 将dir/files压缩 # z 用gzip压缩, # c 另外压缩为新文件, # v 输 阅读全文