07 2018 档案

摘要:后台同事给的事.pem和.key文件,项目中要用cer证书,所以要转一下 pem证书转cer证书 命令: 1.openssl pkcs12 -export -out cacert.p12 -in cacert.pem -inkey cacert.key 先转p12 2.openssl pkcs12 阅读全文
posted @ 2018-07-26 17:51 frounk 阅读(3270) 评论(2) 推荐(0)
摘要:// 一句话,写在UITabBarController.m脚本中,tabBar是自动执行的方法 // 点击tabbarItem自动调用 -(void)tabBar:(UITabBar *)tabBar didSelectItem:(UITabBarItem *)item { NSInteger index = [self.tabBar.items indexOfObject:it... 阅读全文
posted @ 2018-07-25 19:57 frounk 阅读(237) 评论(0) 推荐(0)
摘要:修改了xcode的配置可暂时解决了编译报错的问题 xcode--file--Workspace Settings--Build System--legacy Build System 阅读全文
posted @ 2018-07-12 10:43 frounk 阅读(153) 评论(0) 推荐(0)