diandian---"{"name":"DJKH","open":1,"imgUrl":"apps.apple.com/cn/app/id65...
yule---"{"name":"yule","open":0,"imgUrl0":"","imgUrl1":"","isUpdate":"0"...
heng---"{"name":"suixin","open":0,"imgUrl0":"anzhuo","imgUrl1":"www.ios....
1.创建 公钥 ssh-keygen -t rsa -C ‘xxx@163.com’ 注:邮箱随机填写,这是你push的时候会显示 a.会有选择...
iOS:info.plist文件中加入 <key>NSAppTransportSecurity</key> <dict> <...
内存管理 什么情况使用weak关键字,相比assign有什么不同?[https://juejin.cn/post/687560777533908...
1.@property=实例变量(ivar)+存取方法(getter和setter); 2.自动合成 参考链接[https://juejin.c...
1.只会生成setter和getter方法声明; 2.protocol中是希望遵守我协议的对象能实现该属性; 3.category需要使用关联对...
背景 国际化(internationalization)是设计和制造容易适应不同区域要求的产品的一种方式。它要求从产品中抽离所有地域语言,国家/...