02 2021 档案

Linux服务器常用解压缩命令tar/zip
摘要:1.zip类型 将多个文件或目录压缩成 txt.zip文件: zip -r txt.zip 1.txt 2.txt dir3/ 解压到当前目录: unzip txt.zip 将txt.zip文件解压到指定目录: unzip -d tardir/ txt.zip 2.tar类型 压缩一个或多个文件或者 阅读全文

posted @ 2021-02-26 16:10 IT-风 阅读(2023) 评论(0) 推荐(0)

Java代码生成内嵌图片的二维码
摘要:1.首先引入maven依赖: 1 <dependency> 2 <groupId>com.google.zxing</groupId> 3 <artifactId>core</artifactId> 4 <optional>true</optional> 5 </dependency> 6 <dep 阅读全文

posted @ 2021-02-10 11:33 IT-风 阅读(981) 评论(0) 推荐(0)

导航