08 2015 档案

该文被密码保护。
posted @ 2015-08-31 19:33 Emyin 阅读(5) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2015-08-27 17:47 Emyin 阅读(5) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2015-08-27 14:12 Emyin 阅读(6) 评论(0) 推荐(0)
摘要:int a = 1 << 0; // 1 0001 int b = 1 << 1; // 2 0010 int c = 1 << 2; // 4 0100 int d = 1 << 3; // 8 1000 阅读全文
posted @ 2015-08-23 21:01 Emyin 阅读(96) 评论(0) 推荐(0)
摘要:此次app更新解决的问题 1.首页字体 2.订单取消的“取消按钮”,不能及时刷新数据 3.圈子控件 4.评价 5.积分 6.首页刷新 7.提交订单后只能点击“付款方式”或“再逛逛” 阅读全文
posted @ 2015-08-20 19:00 Emyin 阅读(103) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2015-08-16 18:38 Emyin 阅读(35) 评论(0) 推荐(0)
摘要:NSLog(@"%@",[AVSpeechSynthesisVoice speechVoices]); ( "[AVSpeechSynthesisVoice 0x165b55f0] Language: th-TH", "[AVSpeechSynthesisVoice 0x165b4d60] Language: pt-BR", "[AVSpeechSynth... 阅读全文
posted @ 2015-08-05 17:56 Emyin 阅读(184) 评论(0) 推荐(0)
摘要:AVSpeechSynthesizer *syn = [[AVSpeechSynthesizer alloc]init]; AVSpeechUtterance *utter = [[AVSpeechUtterance alloc]initWithString:@"hello"]; [syn speakUtterance:utter]; 阅读全文
posted @ 2015-08-01 16:40 Emyin 阅读(133) 评论(0) 推荐(0)
摘要:[self.navigationController setNavigationBarHidden:YES animated:NO]; hidesBottomBarWhenPushed 阅读全文
posted @ 2015-08-01 14:01 Emyin 阅读(118) 评论(0) 推荐(0)
摘要:输出helloWorld 阅读全文
posted @ 2015-08-01 12:03 Emyin 阅读(172) 评论(0) 推荐(0)