Object C,遍歷目錄

2021-12-29 16:27:16 字數 1901 閱讀 5424

最近武漢連續下雨很多天,降溫了2次,溫度一下子由28度到14度,再到8度,手太冷了。

加上最近發生了一些比較棘手的家庭瑣事,最近沒心情繼續學習object-c。

後來,我想明白了,心情不好的時候,還是應該堅持學習。

鬱鬱寡歡,於事無補,該幹嘛幹嘛去~

不開心的事情,總會過去的。等過去之後,該做的事情總是要繼續做的。

因為不開心,浪費不少大好時間,才是雪上加霜的。

計畫2015和2023年,初步掌握ios開發。

乙個人可以獨自開發ios應用,看得懂、能夠維護別人已經寫好的app。

android也是必須同時深入學習的。

我現在的初步感覺是,android上手容易,但是因為開源可以有更多內容需要學習。

而object-c和ios開發,上手男很多,但是要學習的內容會少很多。

mac,這麼小的mac,開發打字效率好低啊,讓人著急額~最近搞得多了,稍微快了一些。

//// main.m

// filepath

//// created by fansunion on 15/11/29.

// copyright (c) 2023年 demo. all rights reserved.

//#import

//enumeratoratpath 遍歷目錄,如果目錄下有目錄,遞迴遍歷

//contentsofdirectoryatpath 只遍歷目錄

//比較尷尬的是,「當前工作目錄」下,只有1個檔案,有點奇怪

//所以最後手動,遍歷「/users/fansunion」/下的檔案,只能簡單地看看這個目錄下的檔案(目錄)列表

int main(int argc, const char * ar**)

//另外一種列舉目錄的方法

dirarray= [fm contentsofdirectoryatpath:currentpath error:null];

nslog(@"%@",dirarray);

for(temppath in dirarray)

dirarray =[fm contentsofdirectoryatpath:@"/users/fansunion" error:null];

nslog(@"%@",dirarray);

}return 0;

}程式輸出

2015-11-29 13:02:49.528 filepath[2750:159478] the path is /users/fansunion/library/developer/xcode/deriveddata/filepath-dfjiajapcipfrbcbfjmxijqhscws/build/products/debug!

2015-11-29 13:02:49.534 filepath[2750:159478] filepath

2015-11-29 13:02:49.534 filepath[2750:159478] (

filepath

)2015-11-29 13:02:49.534 filepath[2750:159478] filepath

2015-11-29 13:02:49.535 filepath[2750:159478] (

".bash_history",

".cfusertextencoding",

".ds_store",

".ssh",

".subversion",

".trash",

desktop,

documents,

downloads,

library,

movies,

music,

pictures,

public

)program ended with exit code: 0

cmd for 遍歷目錄 python 遍歷目錄樹

假定你希望對某個資料夾中的所有檔案改名,包括該資料夾中所有子資料夾中 的所有檔案。也就是說,你希望遍歷目錄樹,處理遇到的每個檔案。寫程式完成這 件事,可能需要一些技巧。好在,python 提供了乙個函式,替你處理這個過程。請看 c delicious 資料夾及其內容,如圖所示。這裡有乙個例子程式,針...

php 禁止遍歷目錄,php無限遍歷目錄

以上就介紹了php無限遍歷目錄,包括了方面的內容,希望對php教程有興趣的朋友有所幫助。用的函式有 isset 判斷某個變數是否定義chdir 將當前目錄改變為指定的目錄。opendir 開啟目錄。readdir 讀取目錄。getcwd 獲取當前目錄。還用到了for if get傳值 大概就這些東東...

shell遍歷目錄

bin bash list alldir if gt 0 then list alldir 1 else list alldir fi root gbackup1 zhaoyj chmod x bianli.sh root gbackup1 zhaoyj bianli.sh home sysadmi...