判斷題新建一個數(shù)據(jù)庫需要先在沙盒的Documents路徑下拼接一個.db文件路徑。

您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題使用AVAudioPlayer不需要加入下列哪些框架?()

A.AudioToolbox.framework
B.AVFoundation.framework
C.MediaPlayer.framework
D.MediaToolbox.framework

2.多項選擇題關(guān)于NSThread,線程會以以下哪三種方式結(jié)束?()

A.stop
B.sleepUntilDate:(NSDate:)date
C.sleepForTimeInterval:(NSTimeInterval)ti
D.exit

3.多項選擇題使用UITableView需要簽署的協(xié)議為()。

A.UITableViewDelegate
B.UITableViewDataSource
C.UICollectionDelegate
D.以上都不對

4.多項選擇題下列不屬于NSLock解鎖方法的是?()

A.lockBeforeDate
B.lock
C.setName
D.unlock

5.多項選擇題專門用于控制NSOperationQueue所支持的最大并發(fā)線程數(shù)的getter和setter方法是()。

A.isSuspended
B.maxConcurrentOperationCount
C.setMaxConcurrentOperationCount
D.都不是