05 2011 档案

摘要:1.OpenEars 语音识别 阅读全文
posted @ 2011-05-28 21:11 HA-LOU 阅读(194) 评论(0) 推荐(0)
摘要://找出一个数组NSFileManager*fileManager=[NSFileManagerdefaultManager];NSString*defaultPath=[[NSBundlemainBundle]resourcePath];NSError*error;NSArray*directoryContents=[fileManagercontentsOfDirectoryAtPath:defaultPatherror:&error]//匹配字符串,反回结果,SELF==表示数组中每一个元素NSString*match=@"imagexyz-999.png"; 阅读全文
posted @ 2011-05-28 21:10 HA-LOU 阅读(693) 评论(0) 推荐(0)
摘要:When working withNSURLobjects, often times there are a number of values passed along with the URL. For example, a query string is often included as a means to embed HTML form data. This tip shows how to parse and print the values of a URL.The code below begins by defining a URL and is followed by lo 阅读全文
posted @ 2011-05-24 09:24 HA-LOU 阅读(1808) 评论(0) 推荐(0)