
Mac、Windows
文章平均质量分 78
苹果电脑和Windows一些使用方法总结
Holothurian
千里之行跬步起、江海之成小流积。有志始知蓬莱近、无为总觉咫尺远。
展开
-
pod install 报错的坑
Could not find 'ffi' (>= 1.15.0) among 87 total gem(s) (Gem::MissingSpecError)Checked in 'GEM_PATH=/Users/xxx/.gem/ruby/2.6.0:/Library/Ruby/Gems/2.6.0:/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/gems/2.6.0', execute `gem env` fo原创 2023-04-28 23:10:47 · 3187 阅读 · 0 评论 -
Mac操作文件报错Read-only file system
造成这个问题的原因大多数是因为非正常关机后导致文件系统受损引起的原创 2020-10-22 15:26:14 · 2499 阅读 · 0 评论 -
Mac下QQ缓存账号目录
查看当前电脑使用过QQ登陆的账号1、打开Finder2、使用前往文件夹快捷键 Command + Shift + G3、输入指定地址并前往~/Library/Containers/com.tencent.qq/Data/Documents原创 2020-08-20 14:34:11 · 1722 阅读 · 0 评论 -
zsh: command not found: rvm问题
在Mac环境下安装rvmLast login: Fri Aug 7 15:27:26 on ttys000Holothurian-iMac ~ % ruby -vruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin19]Holothurian-iMac ~ % rvm -vzsh: command not found: rvmHolothurian-iMac ~ % git clone https://git.原创 2020-08-07 17:00:22 · 4719 阅读 · 0 评论 -
彻底删除Cocoapods
装了新版的Cocoapods 1.9.3、然鹅、出现了诸多故障、不能使用。再经过一系列的挽救之后、还是不能用。可能之前删除的不干净导致的。使用gem list --local | grep cocoapods 查看下当前cocoapods及附带子件。然后一个一个的解决Holothurian-iMac ~ % gem list --local | grep cocoapodscocoapods-deintegrate (1.0.4)cocoapods-downloader (1.4.0)coc原创 2020-08-07 16:43:08 · 956 阅读 · 0 评论 -
玩玩iOS14 Beta系统
iOS14系统出来一个星期了、今天心血来潮想玩玩。公司两台测试机、表示不慌。1、首先电脑端从苹果官方渠道下载Beta描述文件,点击Install Profile下载,下边列出的设备表示支持iOS14的设备:同iOS13一样。https://developer.apple.com/download/#ios-restore-images-iphone-new2、手机和电脑端连接同一个Wifi、通过Finder 的AirDrop也就是隔空投送、扔到自己手机上、手机接受。3、手机:设置--通用原创 2020-07-02 17:59:44 · 1342 阅读 · 0 评论 -
Windows如何快速调用终端
Windows键(Command键) + r 调起运行输入 cmd、回车后即可见终端。输入ipconfig回车、即可查到我想要的本机ip了。原创 2019-12-02 10:58:57 · 1057 阅读 · 0 评论 -
Mac备份的手机数据位置
~/Library/Application Support/MobileSync/Backup原创 2019-11-28 16:49:50 · 2717 阅读 · 0 评论 -
iPhone固件下载地址
爱思助手https://www.i4.cn/firmware_iPhone_iPhone%20XS%20Max_____.html原创 2018-12-03 09:54:05 · 4943 阅读 · 0 评论 -
RuntimeError - [!] Xcodeproj doesn't know about the following attributes {"inputFileListPaths"=>[],
更新过Xcode10之后、使用cocoapods、报了以下一大串错误、掉坑良久、最终通过更新xcodeproj解决。――― MARKDOWN TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――### Command```/usr/local/bin/pod install```### Repo...原创 2018-12-03 09:44:09 · 2881 阅读 · 0 评论 -
常用搜索引擎使用技巧
1 指定站内搜索使用site指定在某网站内搜索如只在知乎中搜索 要搜索的名称 + site:zhihu.com2 精确匹配使用双引号来指定精确匹配单词或短语如精确搜索 “优快云”3 模糊搜索使用星号(*)代替一个单词进行模糊搜索例如”a * saved is a * earned”会搜到如下结果:A penny saved is a penny earned...转载 2018-04-03 07:53:33 · 2284 阅读 · 0 评论 -
You don't have write permissions for the /usr/bin directory.
安装macOS High Sierra 版本10.13.3后安装cocoapods卡住:HOLOTHURIAN:~ sharktop$ sudo gem uninstall cocoapodsRemove executables: pod, sandbox-podin addition to the gem? [Yn] yERROR: While executing gem ... (Gem:...原创 2018-03-06 22:27:16 · 14071 阅读 · 0 评论 -
2011款iMac的AirDrop使用方法。
AirDrop的共享机制原创 2017-11-01 20:06:50 · 12949 阅读 · 1 评论 -
Mac显示隐藏不可见的文件
显示:defaults write com.apple.finder AppleShowAllFiles -bool true隐藏:defaults write com.apple.finder AppleShowAllFiles -bool false原创 2017-11-07 14:02:36 · 2287 阅读 · 0 评论 -
如何恢复Mac的OS X系统?
在开机过程按住快捷键:Option + R,不放心的话直接Command + Option + R;原创 2017-06-30 18:35:38 · 2594 阅读 · 0 评论