摘要:
1.代码跳转 【1】 //以modal 方式跳转 [self presentModalViewController:nil animated:YES]; //以 modal跳转的返回方法 [self dismissModalViewControllerAnimated:YES]; 【2】 //以pu 阅读全文
摘要:
阅读全文
摘要:
1.创建用户 2.克隆项目到本地 3.可能遇到的问题 【1】这是一个无效的URL路径或unable to access 'https://': SSL certificate problem: self signed certificate in c,这是由于不信任证书导致的 解决方法:在终端输入: 阅读全文