09 2016 档案

80端口等各种端口
摘要:源自:百度百科(毕竟强大)http://baike.baidu.com/view/1239962.htm 3大类: 公认端口(Well Known Ports):从0到1023,它们紧密绑定(binding)于一些服务。通常这些端口的通讯明确表明了某种服务的协议,例如:80端口实际上总是HTTP通讯 阅读全文

posted @ 2016-09-29 15:07 高彰 阅读(1352) 评论(0) 推荐(0) 编辑

高级加密标准AES的工作模式(ECB、CBC、CFB、OFB)
摘要:高级加密标准(Advanced Encryption Standard: AES)是美国国家标准与技术研究院(NIST)在2001年建立了电子数据的加密规范。它是一种分组加密标准,每个加密块大小为128位,允许的密钥长度为128、192和256位。 ECB模式(电子密码本模式:Electronic 阅读全文

posted @ 2016-09-27 17:50 高彰 阅读(8278) 评论(0) 推荐(0) 编辑

网络协议(持续更新)
摘要:流媒体传输不会走HTTP协议,我们到时候用RTP协议,就是公开的流媒体协议做这个事情。 阅读全文

posted @ 2016-09-27 15:26 高彰 阅读(208) 评论(0) 推荐(0) 编辑

Could not resize “/private/var/folders/1t/2mbzys4n6k391qdkwf1zvl4m0000gp/T/TemporaryItems/(A Document Being Saved By Xcode 3)/dyld_shared_cache_arm64” (No space left on device)
摘要: 阅读全文

posted @ 2016-09-27 15:12 高彰 阅读(1720) 评论(0) 推荐(0) 编辑

AP模式(路由器的几种模式)
摘要:1.AP模式下,需要把迷你无线路由器接入到已经可以上网的路由器或者交换机上面,然后迷你无线路由器可以提供无线WiFi,一般的迷你无线路由器出厂时默认都是AP模式。(例如:360wifi) 也就是说,要使用AP模式,你的网络中必须有一台路由器与宽带运行商之间建立了连接,否则是无法使用AP模式的。 适用 阅读全文

posted @ 2016-09-27 14:57 高彰 阅读(19283) 评论(0) 推荐(0) 编辑

Xcode 8.0注释的问题
摘要:Xcode 8.0注释的问题 打开终端,不用选择目录,直接运行: sudo /usr/libexec/xpccachectl 然后必须重启电脑后生效 Xcode8更新,苹果自己添加了类似于VVDocument 标注的功能,并且快捷键是Command + Option + /,感觉像是苹果为了让开发者 阅读全文

posted @ 2016-09-26 09:34 高彰 阅读(2472) 评论(2) 推荐(0) 编辑

苹果机子(将不断更新)
摘要:https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/LaunchImages.html#//apple_ref/doc/uid/TP40006556-CH22-SW1(已封 阅读全文

posted @ 2016-09-24 10:19 高彰 阅读(144) 评论(0) 推荐(0) 编辑

App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure.Temporary exceptions can be configured via your app's Info.plist file.
摘要:App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app' 阅读全文

posted @ 2016-09-24 10:09 高彰 阅读(270) 评论(0) 推荐(0) 编辑

No matching provisioning profiles found:No provisioning profiles with a valid signing idea....没有找到匹配的配置概要文件:没有配置概要文件与一个有效的签名
摘要:没有配置概要文件与一个有效的签名身份(即证书和私钥对)匹配...包标识符”。 这种问题无外乎是打开旧项目运行,参考demo事例时遇到。 解决办法:1.bundle换一个,直接新建项目替换。 有时还会遇到新问题 解决⚠️警告 换成 问题依然在 点OK,继续检查 仔细观察发现 证书也不对,(i.e. c 阅读全文

posted @ 2016-09-23 18:15 高彰 阅读(178) 评论(0) 推荐(0) 编辑

TableView的快捷使用(5分钟demo)深入前往Json和Xml解析
摘要:开门见山,动手(5分钟而已即可入门) 1、新建项目 新建一个Single View Application,命名为TableViewDemo。 TableView放上控件打开单击打开Main.storyboard, (咱们就用生成项目时自带的视图控制器)在控件栏中找到UITableView控件,拖拽 阅读全文

posted @ 2016-09-22 16:14 高彰 阅读(546) 评论(0) 推荐(0) 编辑

SVProgressHUD使用
摘要:[SVProgressHUD showErrorWithStatus:@"加载推荐信息失败!"];//提示 [SVProgressHUD dismiss];//隐藏指示器 [self.tableView reloadData];//刷新表格 autolayout中的 阅读全文

posted @ 2016-09-21 18:42 高彰 阅读(515) 评论(0) 推荐(0) 编辑

iOS10+xcode8真机测试的问题
摘要:iOS10+xcode8真机测试的问题 今天把iPhone和xcode都更新到最新版本了,用真机调试的时候直接提示两个错误: 1.BDVRClientSample requires a provisioning profile. Select a provisioning profile for t 阅读全文

posted @ 2016-09-21 08:57 高彰 阅读(19765) 评论(13) 推荐(1) 编辑

xcode文件重命名
摘要:http://jingyan.baidu.com/article/fb48e8be35726f6e622e149f.html这里引用百度经验。 注意细节:1.选中文件内容(内容处任意单击即可),右上角编辑(edit),具体看经验。 2.文件名修改后,相应的引用该页面名的随之也修改。 阅读全文

posted @ 2016-09-18 11:48 高彰 阅读(2979) 评论(0) 推荐(0) 编辑

libz.1.2.5.dylib与libz.1.2.5.tbd
摘要:libz.1.2.5.dylib(Xcode 4.5) libz.dylib 更名为libz.1.2.5.tbd 官方文档 A file ending in the extension .dylib is a dynamic library: it's a library that's loaded 阅读全文

posted @ 2016-09-18 11:12 高彰 阅读(1415) 评论(0) 推荐(0) 编辑

Not a PNG filCommand
摘要:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/copypng emitted errors but did not return a nonzero exit code 阅读全文

posted @ 2016-09-18 10:41 高彰 阅读(165) 评论(0) 推荐(0) 编辑

常用技术网站
摘要:http://www.maczapp.com/charles抓包工具:Charles for Mac v3.9.1 http://www.cocoachina.com/ios/20160217/15328.html从零开始:你的第一个iOS App http://www.cnblogs.com/we 阅读全文

posted @ 2016-09-18 09:39 高彰 阅读(1455) 评论(0) 推荐(0) 编辑

电脑使用手机镜头
摘要:epoccam wireless virtual 阅读全文

posted @ 2016-09-14 09:28 高彰 阅读(186) 评论(0) 推荐(0) 编辑

cocoapods快捷安装
摘要:点击product没有找到cocoapods ,原因是因为没有安装alcatraz插件alcatraz插件管理工具,安装alcatraz后在插件中搜索安装cocoapods就可以在product中查看到了 安装alcatraz插件: 在终端上输入如下命令即可完成安装: curl -fsSL http 阅读全文

posted @ 2016-09-14 09:28 高彰 阅读(140) 评论(0) 推荐(0) 编辑

Xcode package manager快捷安装
摘要:1.插件管理工具下载地址:https://github.com/alcatraz/Alcatraz 2.安装方法 1)打开终端输入: defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID 得到当前 阅读全文

posted @ 2016-09-14 09:27 高彰 阅读(1468) 评论(0) 推荐(0) 编辑

uitableview有个属性值 separatorStyle 可用来去掉cell间的白线:
摘要:self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone; //总共有三个值,可以试下有空 self.tableView.separatorStyle =UITableViewCellSeparatorStyleSingleL 阅读全文

posted @ 2016-09-14 09:27 高彰 阅读(678) 评论(0) 推荐(0) 编辑

int类型 怎么放进字典里面
摘要:问题解决了NSString *Membership_Id1 = @"10016"; int Membership_Id11 = [Membership_Id1 intValue];//用NSNunmber 来转int 类型的 这样子Membership_Id 就可以放进字典里面` NSNumber 阅读全文

posted @ 2016-09-14 09:27 高彰 阅读(1344) 评论(0) 推荐(0) 编辑

xcode 顶部工具栏消失出现
摘要:选中顶部工具栏单击右键选中show toolbar。 阅读全文

posted @ 2016-09-14 09:27 高彰 阅读(940) 评论(0) 推荐(0) 编辑

强烈建议大家把 CBCentralManager.h 里面的代理方法全部看一遍(就是翻译一遍,别偷懒)。@file CBCentralManager.h
摘要:/*先注释再编写 * @file CBCentralManager.h * @framework CoreBluetooth * * @discussion Entry point to the central role. * * @copyright 2011 Apple, Inc. All ri 阅读全文

posted @ 2016-09-09 15:12 高彰 阅读(6241) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示