摘要: “App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app 阅读全文
posted @ 2017-01-18 09:13 wangwei_Carry 阅读(177) 评论(0) 推荐(0) 编辑
摘要: my github site: https://github.com/secondLieutenantCoder?tab=repositories my blog site : http://www.cnblogs.com/code-Officer/ my job resume site : htt 阅读全文
posted @ 2017-01-17 17:02 wangwei_Carry 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 1: $ ping github.com control + c 停止 ping 结果: github.com ping statistics 495 packets transmitted, 375 packets received, 24.2% packet lossround-trip min 阅读全文
posted @ 2017-01-17 08:57 wangwei_Carry 阅读(1364) 评论(0) 推荐(0) 编辑
摘要: Undefined symbols for architecture x86_64: 出现类似 Undefined symbols for architecture x86_64 错误,一般是缺少包的引用, 请尝试xcode-->项目-->Build phases-->Link Binaray Wi 阅读全文
posted @ 2017-01-16 14:21 wangwei_Carry 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 1,向README文件中添加图片,用于展示程序效果或辅助说明! 两步: 首先,向github 上传所需的图片; 然后,打开README文件,写入图片的格式为: ![image](https://github.com/secondLieutenantCoder/TableAndCollection/b 阅读全文
posted @ 2017-01-11 16:03 wangwei_Carry 阅读(1896) 评论(0) 推荐(0) 编辑
摘要: 1: fasdfsdfsdfsdfssdfeated by jianquan on 2016/11/23.// Copyright © 2016年 JoySeeDog. All rights reserved.//#import "JQBTHomeTableViewCell.h"#import "M 阅读全文
posted @ 2017-01-09 14:04 wangwei_Carry 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 这个报错有些长: Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: 阅读全文
posted @ 2017-01-07 08:59 wangwei_Carry 阅读(574) 评论(0) 推荐(0) 编辑
摘要: 1: navigationController 的返回按钮自定义 SecondViewController *secondVC = [SecondViewController new]; //更改UINavigationController的返回按钮 UIBarButtonItem *backBut 阅读全文
posted @ 2017-01-06 09:32 wangwei_Carry 阅读(1696) 评论(0) 推荐(0) 编辑
摘要: 1 Xcode 报错:This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain a 阅读全文
posted @ 2017-01-06 09:07 wangwei_Carry 阅读(2881) 评论(0) 推荐(0) 编辑
摘要: 1, 为数组中的每一个button添加点击事件; [_buttonArray makeObjectsPerformSelector:@selector(addTarget:self action:(orderKind:) forControlEvents:UIControlEventTouchUpI 阅读全文
posted @ 2017-01-05 08:41 wangwei_Carry 阅读(261) 评论(0) 推荐(0) 编辑