2014年10月7日

摘要: 从明天开始,白天在实验室完成工作,晚上来图书馆换个环境去学习算法数据结构等计算机基础性的技能。在LeetCode这个平台上做题。 现在感觉自己在算法和数据机构这方面实在是太薄弱了,需要慢慢的捡起来来,要不然明年开始找工作就太没有竞争力了!所以要坚持刷Leetcode上的题目,慢慢找到学习算法和... 阅读全文
posted @ 2014-10-07 20:17 SCaptain 阅读(118) 评论(0) 推荐(0) 编辑

2014年10月3日

摘要: 今天看WWDC的232_hd_advanced_user_interfaces_with_collection_views,里面花了一般的时间来讲如何合理的设计程序的datesource,将的很有道理,在这里先存下来,以供以后学习、实践使用关于这几个要点更深刻的理解,需要以后深入学习后再总结,现在还... 阅读全文
posted @ 2014-10-03 19:12 SCaptain 阅读(114) 评论(0) 推荐(0) 编辑

2014年9月30日

摘要: let manager = AFHTTPRequestOperationManager() let url = "http://api.openweathermap.org/data/2.5/weather" let params = ["lat":latitude, "lon":... 阅读全文
posted @ 2014-09-30 20:53 SCaptain 阅读(2037) 评论(0) 推荐(0) 编辑
摘要: 1、获取locationManagerlet locationManager: CLLocationManager = CLLocationManager()2、设置locationManager的精度locationManager.desiredAccuracy = kCLLocationAccu... 阅读全文
posted @ 2014-09-30 20:37 SCaptain 阅读(235) 评论(0) 推荐(0) 编辑

2014年9月26日

摘要: Layout SupportThis protocol is implemented by the UIViewController properties topLayoutGuide and bottomLayoutGuide to support using Auto Layout with a... 阅读全文
posted @ 2014-09-26 11:05 SCaptain 阅读(295) 评论(0) 推荐(0) 编辑

2014年9月19日

摘要: 跳转到第一章第一章用a的href,#+页面内id即可不错,我已经用到我的随笔里去了效果如下~ 阅读全文
posted @ 2014-09-19 20:52 SCaptain 阅读(2259) 评论(0) 推荐(0) 编辑
摘要: |View |Creating and Configuring View Objects |Creating and Managing a View Hierarchy |Adjusting the Size and Position of Views at Runtime |Defining a ... 阅读全文
posted @ 2014-09-19 16:47 SCaptain 阅读(533) 评论(0) 推荐(0) 编辑
摘要: View Controller PG(Programming Guide) 看过一遍View PG 正在看Drawing and Printing PGQuartz 2D PG更高级的custom View(这些内容需要将View的内容吃透了再去接触,要不然会一团糟)1.OpenGL ES Prog... 阅读全文
posted @ 2014-09-19 15:43 SCaptain 阅读(405) 评论(0) 推荐(0) 编辑

2014年9月16日

摘要: 是在万能的stackOverflow上找到的答案,留下了,原地址:http://stackoverflow.com/questions/6496441/creating-a-uiimage-from-a-uicolor-to-use-as-a-background-image-for-uibut... 阅读全文
posted @ 2014-09-16 16:41 SCaptain 阅读(1343) 评论(0) 推荐(0) 编辑
摘要: 网上的一些方法在我这行不通,比如:UIApplication.sharedApplication().statusBarStyle = UIStatusBarStyle.LightContent1、Set the UIViewControllerBasedStatusBarAppearance to... 阅读全文
posted @ 2014-09-16 16:02 SCaptain 阅读(2967) 评论(1) 推荐(0) 编辑

导航