01 2022 档案

Cornerstone已损坏,无法打开。 您应该将它移到废纸篓。
摘要:按照以下步骤执行即可: 1、打开终端,一般在:启动台-其他-终端,或者直接用搜索 2、输入: sudo spctl --master-disable,按回车键 3、输入密码,按回车键 4、继续输入:sudo xattr -r -d com.apple.quarantine /Applications 阅读全文

posted @ 2022-01-27 17:44 高彰 阅读(489) 评论(0) 推荐(0) 编辑

Mac下更新Python3
摘要:mac自带的python版本是2.7以下,不能满足我开发的要求 terminal下通过如下命令安装 brew install python3 若没有权限,一定会报异常 Error: Permission denied @ dir_s_mkdir - /usr/local/Frameworks 解决办 阅读全文

posted @ 2022-01-26 18:32 高彰 阅读(542) 评论(0) 推荐(0) 编辑

Mac 错误提示:zsh: command not found: brew解决方法
摘要:Mac平台出现brew command not found问题解决方法 错误提示:zsh: command not found: brew 解决方法:mac 安装homebrew, 用以下命令安装,序列号选择中科大(1)的 /bin/zsh -c "$(curl -fsSL https://gite 阅读全文

posted @ 2022-01-26 18:31 高彰 阅读(2614) 评论(0) 推荐(0) 编辑

iOS 防止用户重复点击按钮多次请求
摘要:/** 点击了导航栏右边按钮点击事件 */ - (void)rightItemClicked { self.rightItem.enabled = NO; [self performSelector:@selector(changeButtonStatus) withObject:nil after 阅读全文

posted @ 2022-01-24 16:58 高彰 阅读(512) 评论(0) 推荐(0) 编辑

iOS 导航栏返回把样式带回前面怎么办
摘要://设置当前页面导航栏 - (void)viewWillAppear:(BOOL)animated { [super viewWillAppear:animated]; // 让导航栏背景透明 self.navigationController.navigationBar.tintColor = [ 阅读全文

posted @ 2022-01-11 11:13 高彰 阅读(51) 评论(0) 推荐(0) 编辑

iOS 中UIButton中文字换行
摘要:UIButton *button =[[UIButton alloc]initWithFrame:CGRectMake(100, 100, 200, 40)]; button.backgroundColor = [UIColor redColor]; [button setTitle:@"我是Che 阅读全文

posted @ 2022-01-04 14:52 高彰 阅读(510) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示