mac 支持 /home 文件夹,无需特殊处理
client 调整,将中文去除掉
This commit is contained in:
@@ -21,7 +21,6 @@ public class ClientService {
|
||||
|
||||
public static void main(String[] args) throws IOException, InterruptedException {
|
||||
File file = new File("/home/venue/client/venue.conf");
|
||||
// File file = new File("/Users/limqhz/home/venue/client/venue.conf");
|
||||
FileReader fileReader = new FileReader(file);
|
||||
BufferedReader bufferedReader = new BufferedReader(fileReader);
|
||||
String line = bufferedReader.readLine();
|
||||
|
||||
Reference in New Issue
Block a user