修改 pr by close的问题

This commit is contained in:
duandazhi
2021-07-14 17:40:09 +08:00
parent 75d5268249
commit 65103f3916
6 changed files with 26 additions and 10 deletions

View File

@@ -26,6 +26,10 @@ import java.util.List;
* FTP客户端封装<br>
* 此客户端基于Apache-Commons-Net
*
* 常见搭建ftp的工具有
* 1、filezila server ;根目录一般都是空
* 2、linux vsftpd ; 使用的 系统用户的目录,这里往往都是不是根目录,如:/home/ftpuser/ftp
*
* @author looly
* @since 4.1.8
*/

View File

@@ -28,7 +28,8 @@ import java.util.HashMap;
/**
* 基于Zxing的二维码工具类
*
* 参见二维码网站:
* <p>https://cli.im/text</p>
* @author looly
* @since 4.0.2
*/