自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (5)
  • 收藏
  • 关注

原创 [!] Unable to satisfy the following requirements: - `AFNetworking (~> 2.6.1)` required by `Podfile`

错误描述控制台出现 如此错误:$ pod update Update all pods Updating local specs repositories Analyzing dependencies [!] Unable to satisfy the following requirements:- `AFNetworking (~> 2.6.1)` required by `Podfile`[!

2016-01-22 10:05:52 2687 2

原创 UISegmentedControl之简单应用

参考 UISegmentedControl很久之前用OC编写 //UISegmentedControl self.segmentControlView = [[UISegmentedControl alloc]initWithItems:@[@"我的",@"公共"]]; //tintColor改变UISegmentedControl默认的选中颜色 self.segment

2016-01-20 15:04:58 2727

原创 Swift- 自定义导航栏背景、标题和返回按钮属性

废话少说,直接 看代码: //navigationBar的默认背景颜色 // UINavigationBar.appearance().tintColor = UIColor(red: 0.2392, green: 0.7137, blue: 0.7451, alpha: 1) //navigationBar的默认背景颜色 // UINavi

2016-01-20 14:41:54 3407

原创 UITableView

tableview = UITableView(frame: CGRectMake(0, 0, self.view.bounds.size.width, self.view.bounds.size.height-49-64), style: UITableViewStyle.Plain) let bgview : UIImageView = UIImageView(image: UI

2016-01-15 17:32:47 351

转载 多种方案解决*** Assertion failure in -[UIApplication _runWithMainScene:transitionContext:completion:]

内容来源:http://blog.csdn.net/ios_dashen/article/details/48629351 以下是本来在使用Xcode7时遇到错误的一些解决方案,有网友提供的,也有自己总结的,希望能帮助大家。 错误之 *** Assertion failure in -[UIApplication _runWithMainScene:transitionConte

2016-01-12 15:42:32 940

Xcode(9.3.1 (9E501))配置iOS 11.4 开发包(15F79)

让Xcode(Version 9.3.1 (9E501))支持iOS11.4 Beta设备真机测试,解压之后直接把11.4 (15F79)文件夹拖到下面的文件夹中即可 支持包的位置位于: Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

2018-06-19

GroupTableDemo

主要在tableview in group的情况下关于header的展示问题,

2015-06-02

数据库系统基础教程

北工大复试用书 和书本差不多,很方便的

2013-03-01

servlet代码老师写的

关于servlet的,mvc!对于初学者有用!学生最好看一下最好

2009-12-22

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除