Savage F. Morgan

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年5月26日

摘要: You could use:Calendar c =Calendar.getInstance();int seconds = c.get(Calendar.SECOND);There are plenty of constants in Calendar for everything you nee... 阅读全文
posted @ 2014-05-26 14:41 罗斯摩根 阅读(953) 评论(0) 推荐(0) 编辑

2014年5月21日

摘要: I found out a kind of solution:Duplicate your iPhone-Storyboard and rename it MainStoryboard_iPad.storyboardClose Xcode and then open this file any te... 阅读全文
posted @ 2014-05-21 10:37 罗斯摩根 阅读(220) 评论(0) 推荐(0) 编辑

2014年5月20日

摘要: 译者: Jestery发表时间:2010-04-24浏览量:21082评论数:0挑错数:0了解并解决代码签名问题 (为保持跟开发环境以及APPLE开发者社区网站结构对应,一些名词未作翻译) 绝大多数iPhone Developer/Distribution 的代码签名生成错误是因为证书和Prov... 阅读全文
posted @ 2014-05-20 17:06 罗斯摩根 阅读(1081) 评论(0) 推荐(0) 编辑

摘要: 子龙山人Learning,Sharing,Improving!(译)iOS Code Signing: 解惑免责申明(必读!):本博客提供的所有教程的翻译原稿均来自于互联网,仅供学习交流之用,切勿进行商业传播。同时,转载时不要移除本申明。如产生任何纠纷,均与本博客所有人、发表该翻译稿之人无任何关系。... 阅读全文
posted @ 2014-05-20 16:14 罗斯摩根 阅读(181) 评论(0) 推荐(0) 编辑

2014年5月19日

摘要: iOS的应用程序的生命周期,还有程序是运行在前台还是后台,应用程序各个状态的变换,这些对于开发者来说都是很重要的。 iOS系统的资源是有限的,应用程序在前台和在后台的状态是不一样的。在后台时,程序会受到系统的很多限制,这样可以提高电池的使用和用户体验。//开发app,我们要遵循apple公司的一些指... 阅读全文
posted @ 2014-05-19 16:13 罗斯摩根 阅读(328) 评论(0) 推荐(0) 编辑

2014年5月12日

摘要: 一、关键概念:Generic Attribute Profile (GATT)通过BLE连接,读写属性类小数据的Profile通用规范。现在所有的BLE应用Profile都是基于GATT的。Attribute Protocol (ATT)GATT是基于ATT Protocol的。ATT针对BLE设备... 阅读全文
posted @ 2014-05-12 01:21 罗斯摩根 阅读(68360) 评论(0) 推荐(3) 编辑

2014年5月11日

摘要: I think the official documentation gives you the answer to this one (albeit in a fairly nonspecific way):This method is the dynamic equivalent of the ... 阅读全文
posted @ 2014-05-11 17:08 罗斯摩根 阅读(199) 评论(0) 推荐(0) 编辑

2014年5月10日

摘要: package com.example.fragmenttest;import android.annotation.SuppressLint;import android.app.Activity;import android.app.Fragment;import android.app.Fra... 阅读全文
posted @ 2014-05-10 22:33 罗斯摩根 阅读(1593) 评论(0) 推荐(0) 编辑

2014年5月9日

摘要: 一、首先导入jar包如果android-support-v4.jar包在libs目录下,先将它移除。然后点选中项目右键 --->properties-->javabuildpath-->Libraries-->Add External JARs。选择你sdk目录下的\extras\android\c... 阅读全文
posted @ 2014-05-09 14:37 罗斯摩根 阅读(10551) 评论(0) 推荐(0) 编辑

2014年5月8日

摘要: ShareThis - By Vikas VermaBluetooth low energy (BLE) is a feature of Bluetooth 4.0 wireless radio technology, aimed at new, principally low-power and ... 阅读全文
posted @ 2014-05-08 19:35 罗斯摩根 阅读(583) 评论(0) 推荐(0) 编辑