摘要: websphere liberty是IBM公司推出的web应用容器,类似于tomcat,以下是liberty的优点 1.1.配置简单; 1.2, 更改配置不需要重新启动服务,tomcat是需要的。 1.3, 多应用部署效率高,稳定性比Tomcat要好不少。 下载地址:https://develope 阅读全文
posted @ 2021-02-01 15:29 DaXianZ 阅读(450) 评论(0) 推荐(0)
摘要: private List<String> getFileList(String path){ //存放读取出文件的地址路径 List<String> fileLists = new ArrayList<>(); try { //获取path路径下的内容(文件和文件夹) FTPFile[] files 阅读全文
posted @ 2021-02-01 14:13 DaXianZ 阅读(821) 评论(0) 推荐(0)
摘要: ftp创建多层文件夹 阅读全文
posted @ 2021-02-01 11:39 DaXianZ 阅读(1906) 评论(0) 推荐(0)
摘要: ftpClient.retrieveFileStream(remoteFile) 阅读全文
posted @ 2020-12-02 17:46 DaXianZ 阅读(2577) 评论(0) 推荐(0)