File file = new File(this.getClass().getResource("").getPath());
System.out.println(file.getPath());
String path=file.getPath();
//path=path.substring(0,path.indexOf("WEB-INF"))+"upload\\Excel"+"\\"+"import.txt"; //服务器专用
path=path.substring(0,path.indexOf("target"))+"src\\main\\webapp\\upload\\Excel"+"\\"+"import.txt";
String info=(sqlserver.readFile(path));
info=info.replaceAll("\r|\n", "");
info=info.substring(0,info.length()-1);
String info1[]=info.split("-");
String ip=DesUtil.decrypt(info1[0]);
String databaseName=DesUtil.decrypt(info1[1]);
String usename=DesUtil.decrypt(info1[2]);
String password=DesUtil.decrypt(info1[3]);
Java获取文本对比不同内容 读取文本内容 java
转载本文章为转载内容,我们尊重原作者对文章享有的著作权。如有内容错误或侵权问题,欢迎原作者联系我们进行内容更正或删除文章。
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章