摘要: iOS Programming Localization 本地化 Internationalization is making sure your native cultural information is not hard-coded into your application. 国际化确保你的本土信息不是硬编码进你的应用。 By cultural information, we mea... 阅读全文
posted @ 2015-05-27 11:22 巴山夜雨1989 阅读(1013) 评论(0) 推荐(0)
摘要: iOS Programming State Restoration状态存储 If iOS ever needs more memory and your application is in the background, Apple might kill it to return memory to the system. 如果iOS 需要更多的memory,你的应用在后台,apple 可能杀死... 阅读全文
posted @ 2015-05-26 17:55 巴山夜雨1989 阅读(862) 评论(0) 推荐(0)
摘要: 如何安装sql server2005 windows 8 1 从网上下载到本地文件 ,这里使用的是cs_sql_2005_dev_all_dvd 安装版。 2. 点击下图所表示进行安装 3. 第一屏幕会出现这些,因为本机是64位,所以选择64 4 点击 安装->服务器组件·工具 联机丛书和示例 这会带你到这个屏幕 5 接受 许可,点击 下一步 6. 7... 阅读全文
posted @ 2015-05-25 21:33 巴山夜雨1989 阅读(632) 评论(0) 推荐(0)
摘要: iOS Programming UISplitViewController The iPad, on the other hand, has plenty of screen space to present both views using a built-in class called UISplitViewController. iPad 有足够的屏幕空间来展现两个view用buil... 阅读全文
posted @ 2015-05-25 13:47 巴山夜雨1989 阅读(458) 评论(0) 推荐(0)
摘要: iOS Programming UIWebView 1 Instances of UIWebView render web content. UIWebView可以显示web content。 In fact, the Safari application on your device uses a UIWebView to render its web content. 事实上,S... 阅读全文
posted @ 2015-05-25 11:45 巴山夜雨1989 阅读(286) 评论(0) 推荐(0)
摘要: iOS Programming Web Services and UIWebView The work is divided into two parts. The first is connecting to and collecting data from a web service and using that data to create model objects. The sec... 阅读全文
posted @ 2015-05-21 21:40 巴山夜雨1989 阅读(351) 评论(0) 推荐(0)
摘要: iOS Programming Dynamic Type 2 You will need to update two parts of this view controller for Dynamic Type: the rows of your table view will grow or shrink in response to the user changing th... 阅读全文
posted @ 2015-05-21 14:10 巴山夜雨1989 阅读(281) 评论(0) 推荐(0)
摘要: iOS Programming Dynamic Type 1 Dynamic Type is a technology introduced in iOS 7 that helps realize this goal by providing specifically designed text styles that are optimized for legibility. Dynam... 阅读全文
posted @ 2015-05-21 00:16 巴山夜雨1989 阅读(396) 评论(0) 推荐(0)
摘要: iOS Programming Subclassing UITableViewCell 1.Creating BNRItemCell UITableViewCell is a UIView subclass. UITableViewCell是UIView的子类。 When subclassing UIView (or any of its subclasses), you often ov... 阅读全文
posted @ 2015-05-20 17:57 巴山夜雨1989 阅读(296) 评论(0) 推荐(0)
摘要: iOS Programming Auto Layout: Programmatic Constraints 1. However, if your views are created in code, then you will need to constrain them programmatically. 如果你的view是由代码创建的,那么你需要用编程限制... 阅读全文
posted @ 2015-05-18 11:02 巴山夜雨1989 阅读(538) 评论(1) 推荐(0)