因為樓主有時候會面令各種資料的讀取,這裡就寫乙個比較複雜的文字資料讀取**.
比如像這種的資料,我們要讀取其中的數字,這個就很複雜了
scanner scan;
data = new filereader("d:/program files (x86)/tencent/tim/filerecv/ikpc100.txt");
scan = new scanner(data);
// file file=new file("d:/program files (x86)/tencent/tim/filerecv/ikpc100.txt");
scan.nextline();
string str1 = new string[100];
string str2 = new string[100];
for(int i =0;i<100;i++) else
// system.out.println(scan.next());
str1[i] = scan.next();
} system.out.println(str1[99]);
scan.next();
for(int i =0;i<100;i++)
system.out.println(str2[0]);
int count = 0;
int count1 = 0;
// 訪問最後一行的幾個數
string str3 = new string[4];
while(scan.hasnext()) else
}system.out.println("提取");
for(int i=0;i<100;i++) {
if(i==99) {
string strs = str1[i].substring(0,str1[i].length()-1);
str1[i] = strs;
system.out.println(str1[i]);
// for(int j=0;j這裡博主採用的因地制宜方法,先去了解資料的結構然後不同資料不同處理,主要思路先把資料流變成字串,然後分割字串,最後把字串轉換為相應的資料型別
Linux的特殊檔案許可權
一般檔案許可權讀 r 寫 w 執行 x 許可權比較簡單。一般材料上面都有介紹。這裡介紹一下一些特殊的檔案許可權 suid,sgid,stick bit。如果你檢查一下 usr bin passwd和 tmp 的檔案許可權你就會發現和普通的檔案許可權有少許不同,如下圖所示 這裡就涉及到suid和sti...
Linux的特殊檔案許可權
一般檔案許可權讀 r 寫 w 執行 x 許可權比較簡單。一般材料上面都有介紹。這裡介紹一下一些特殊的檔案許可權 suid,sgid,stick bit。如果你檢查一下 usr bin passwd和 tmp 的檔案許可權你就會發現和普通的檔案許可權有少許不同,如下圖所示 這裡就涉及到suid和sti...
Linux的特殊檔案許可權
一般檔案許可權讀 r 寫 w 執行 x 許可權比較簡單。一般材料上面都有介紹。這裡介紹一下一些特殊的檔案許可權 suid,sgid,stick bit。如果你檢查一下 usr bin passwd和 tmp 的檔案許可權你就會發現和普通的檔案許可權有少許不同,如下圖所示 這裡就涉及到suid和sti...