03 2019 档案

摘要:最近从Windows转手到了Mac,Mac中第一次使用Android Studio也和在Windows中一样出现了unable to access android sdk add-on list的问题。当然了解决方法也是Windows中的相同:打开bin\idea.properties这个文件,末尾 阅读全文
posted @ 2019-03-05 20:49 do+better 阅读(3108) 评论(0) 推荐(0)
摘要:今天搞了半天的p.12开发证书,发现一些坑,分享一下. 一,打开xcode随便新建一个程序 二,设置你的Bundle identifier为一个可用的字符串,例如com.gongsiname.appname.test 三,选择你的Team, 此处需要一个APPID,如果你是免费用户,真机调试时只能选 阅读全文
posted @ 2019-03-05 16:28 do+better 阅读(11702) 评论(0) 推荐(1)
摘要:Error fetching https://gems.ruby-china.org/: bad response Not Found 404 (https://gems.ruby-china.org/specs.4.8.gz) https://gems.ruby-china.org/ 访问不了 域 阅读全文
posted @ 2019-03-05 12:13 do+better 阅读(651) 评论(0) 推荐(0)
摘要:2019年2月27日: 修复bug: 查找资料: 解决方式:添加分类,对系统方法替换,做非空校验 #import "UNUserNotificationCenter+Hack.h" #import <objc/runtime.h> @implementation UNUserNotification 阅读全文
posted @ 2019-03-04 10:03 do+better 阅读(1541) 评论(0) 推荐(0)
摘要:[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]]; **************************** 如果未允许开启摄像头,直接设置摄像头, 阅读全文
posted @ 2019-03-01 20:36 do+better 阅读(259) 评论(0) 推荐(0)