摘要:
撤销 在命令模式下按下小写字母 u 反撤销 在命令模式下按下 control + r 阅读全文
posted @ 2023-01-24 15:36 steve.z 阅读(302) 评论(0) 推荐(0)
|
摘要:
撤销 在命令模式下按下小写字母 u 反撤销 在命令模式下按下 control + r 阅读全文
posted @ 2023-01-24 15:36 steve.z 阅读(302) 评论(0) 推荐(0)
摘要:
#include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <semaphore.h> #include <pthread.h> #define N 5 void sys_err(const char *msg) { } / 阅读全文
posted @ 2023-01-24 10:09 steve.z 阅读(155) 评论(0) 推荐(0)
摘要:
问题: 当打开screenflow 时提示 you don't have permission to open the application 解决: 在控制台执行如下命令 sudo xattr -dr com.apple.quarantine /Applications/ScreenFlow.ap 阅读全文
posted @ 2023-01-24 08:20 steve.z 阅读(169) 评论(0) 推荐(0) |
||