查詢檔案人數

2021-10-08 01:48:44 字數 754 閱讀 5325

某高校學生會創辦了3個興趣小組(以下稱a組,b組,c組)。每個小組的學生名單分別在【a.txt】,【b.txt】,【c.txt】中。每個檔案中儲存的是學生的學號。

由於工作需要,我們現在想知道:

既參加了a組,又參加了b組,但是沒有參加c組的同學一共有多少人?

public

static

void

main

(string[

] args)

system.out.

println

(num);}

private

static

void

read

(set

set, string file)

catch

(ioexception e)

if(line == null)

break

; string[

] split = line.

split

(",");

// 按逗號隔開

for(string string : split)}}

catch

(filenotfoundexception e1)

finally

catch

(ioexception e)

}}

這道題應用了 hashset 進行查詢檔案, bufferedreader 讀取檔案,最後進行計算列印輸出。

Linux find 查詢檔案

在日誌資料夾下判斷是否有web伺服器的日誌資料夾,寫了個指令碼 bin bash cd wls annuity acc for sys in cat wiiserver name list.txt do find logs sys name sys xargs echo en n 123.txt f...

Linux查詢檔案

which locate whereis find which命令 用途 查詢可執行檔案並顯示所在的位置,適用於系統命令,shell命令無法查詢 which lsb release 檢視命令的絕對路徑,即這個可執行檔案的位置 usr bin lsb release which cd 查詢不到路徑,c...

Linux 查詢檔案

whereis 程式名稱 查詢軟體的安裝路徑 b 只查詢二進位制檔案 m 只查詢幫助檔案 s 只查詢源 u 排除指定型別檔案 f 只顯示檔名 b 目錄 在指定目錄下查詢二進位制檔案 m 目錄 在指定目錄下查詢幫助檔案 s 目錄 在指定目錄下查詢源 locate 檔名稱 在檔案索引資料庫中搜尋檔案 d...