mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
修改 pr by close的问题
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -28,7 +28,8 @@ import java.util.HashMap;
|
||||
|
||||
/**
|
||||
* 基于Zxing的二维码工具类
|
||||
*
|
||||
* 参见二维码网站:
|
||||
* <p>https://cli.im/text</p>
|
||||
* @author looly
|
||||
* @since 4.0.2
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user