posted @ 2022-05-12 19:59 pencilCool 阅读(16) 评论(0) 推荐(0) 编辑
摘要:
brew install autojump [[ -s `brew --prefix`/etc/autojump.sh ]] && . `brew --prefix`/etc/autojump.sh swiftenv https://github.com/kylef/swiftenv brew in 阅读全文
摘要:
Objective-c block syntax How Do I Declare A Block in Objective-C? As a local variable: returnType (^blockName)(parameterTypes) = ^returnType(parameter 阅读全文
posted @ 2022-05-12 09:33 pencilCool 阅读(15) 评论(0) 推荐(0) 编辑
摘要:
Grammarly DeepL 翻译器 https://hemingwayapp.com/ 阅读全文
posted @ 2022-05-10 19:21 pencilCool 阅读(23) 评论(0) 推荐(0) 编辑
摘要:
Android shortcut: https://developer.android.com/studio/intro/keyboard-shortcuts maven 国内mirror buildscript { repositories { maven { url 'https://maven 阅读全文
posted @ 2022-04-27 09:04 pencilCool 阅读(33) 评论(0) 推荐(0) 编辑
摘要:
React react hooks lint forbiden // eslint-disable-next-line react-hooks/exhaustive-deps 工具 prettier 格式化 操作 修复https://stackoverflow.com/questions/52586 阅读全文
posted @ 2022-04-27 09:03 pencilCool 阅读(11) 评论(0) 推荐(0) 编辑