摘要: 1. 2. 3. 解决步骤 1.使用一个apple id A(邮箱)登录developer portal之后,邀请B帐号加入开发者团队。邀请邮件发送到B帐号的邮箱2.然后直接进邮箱,点击邀请邮件中的连接,点击accept3.然后再以A帐号(之前未注销登录)进入developer portal,发现B 阅读全文
posted @ 2018-06-22 13:16 懂事长qingzZ 阅读(2624) 评论(0) 推荐(0) 编辑
摘要: webView与js的交互流程吗,iOS端暴露函数 ,js直接调用 【链接】WKWebView-如何通过JS调用OC方法 https://www.jianshu.com/p/68f799d6679e视频网盘 链接: https://pan.baidu.com/s/1J02aKvHMb3KUUniwo 阅读全文
posted @ 2018-06-22 13:13 懂事长qingzZ 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 命令行提示工具 第一步: Homebrew - 安装与使用 https://blog.csdn.net/sir_coding/article/details/77509602 Homebrew安装问题 https://segmentfault.com/q/1010000007258225 第二部: 阅读全文
posted @ 2018-06-22 13:08 懂事长qingzZ 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 方法1 :直接创建 alloc init - (void)createNSThread111{ /* 参数1: (nonnull id) 目标对象 self 参数2:(nonnull SEL) 方法选择器 ,调用的方法 参数3:(nullable id) 前面调用方法需要传递的参数 nil * // 阅读全文
posted @ 2018-06-22 11:49 懂事长qingzZ 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 今天用xcode9,打包ipa总是意外退出。 正处在测试阶段,所以打的也是测试包 ,路径是:Product -> Archive -> Export -> Save for Ad Hoc Deployment,导出为测试IPA包 发布到蒲公英官网,但是卡在 这一步,点击Next进行下一步xcode就 阅读全文
posted @ 2018-06-22 11:45 懂事长qingzZ 阅读(1018) 评论(0) 推荐(0) 编辑
摘要: 1.Charles下载地址 : 百度一下 2.使用方法 : http://blog.devtang.com/2015/11/14/charles-introduction/ 3.charles破解: Registered Name:https://zhile.ioLicense Key: 48891 阅读全文
posted @ 2018-06-22 11:11 懂事长qingzZ 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 史蒂芬的博客 (各种软件) http://www.sdifen.com/ 产品原型设计工具 -- 1.墨刀 2.Axure RP 检测接口工具 1.Charles 2. postman607-内网检测接口 截取短信 redisdesktopmanager swif模型工具 - -- JSONExpo 阅读全文
posted @ 2018-06-22 11:09 懂事长qingzZ 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 终端有这个提示,这个按照命令 输入你的 git账号和邮箱就可以, 不然一直出这个提示 Your name and email address were configured automatically based on your username and hostname. Please check 阅读全文
posted @ 2018-06-22 11:04 懂事长qingzZ 阅读(451) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h" #import <pthread.h> //1.需要包含这个头文件 @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [s 阅读全文
posted @ 2018-06-22 10:37 懂事长qingzZ 阅读(173) 评论(0) 推荐(0) 编辑