摘要: http://blog.csdn.net/xwren362922604/article/details/17190061 阅读全文
posted @ 2016-08-04 14:34 小白姐 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 1、导入sdk,在程序中导入相应的系统库,请参见友盟的第三方分享文档。这里主要说明当一切都弄好了的时候,一运行报coredata命名错误, 解决步骤如下: 一定要让Twitter中包含它 , 2.步骤如下 阅读全文
posted @ 2016-06-28 11:52 小白姐 阅读(1008) 评论(0) 推荐(0) 编辑
摘要: 第一个列子: <!DOCTYPE html><html><body> <p>JavaScript 能够直接写入 HTML 输出流中:</p> <script>document.write("<h1>This is a heading</h1>");document.write("<p>This is 阅读全文
posted @ 2016-06-16 15:38 小白姐 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1.GitHub下Nordic Semiconductor的链接地址:https://github.com/NordicSemiconductor/ 2、Mac终端使用git下载nRF iOS项目: git clone https://github.com/NordicSemiconductor/I 阅读全文
posted @ 2016-03-30 11:12 小白姐 阅读(2841) 评论(0) 推荐(0) 编辑
摘要: View Code 阅读全文
posted @ 2016-03-19 16:10 小白姐 阅读(123) 评论(0) 推荐(0) 编辑
摘要: https://github.com/SVProgressHUD/SVProgressHUD 阅读全文
posted @ 2016-02-22 15:03 小白姐 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 第一步 第二步,添加代码 1 //写入文件 2 -(void)writeOxy_RAWdata:(NSString *)dataStr; 3 { 4 NSDate * senddate=[NSDate date]; 5 NSDateFormatter *dateformatter=[[NSDateF 阅读全文
posted @ 2016-02-22 14:58 小白姐 阅读(541) 评论(0) 推荐(0) 编辑
摘要: 1.如果你的整个应用程序设置的是竖屏,如下: 如果你要应用的某个界面变为横屏,侧需要在该界面控制器中添加如下代码(前提是界面是present进去的,不是push进去的,消失要用dismiss) 1 - (BOOL)shouldAutorotate{ 2 return NO; 3 } 4 - (UII 阅读全文
posted @ 2016-02-20 18:03 小白姐 阅读(367) 评论(0) 推荐(0) 编辑
摘要: https://github.com/namebryant/FFmpeg-Compilation 阅读全文
posted @ 2016-02-19 17:41 小白姐 阅读(193) 评论(0) 推荐(0) 编辑