博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 4 5 6 7 8

2022年5月12日

摘要: brew install autojump [[ -s `brew --prefix`/etc/autojump.sh ]] && . `brew --prefix`/etc/autojump.sh swiftenv https://github.com/kylef/swiftenv brew in 阅读全文

posted @ 2022-05-12 19:59 pencilCool 阅读(15) 评论(0) 推荐(0) 编辑

摘要: 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 阅读(12) 评论(0) 推荐(0) 编辑

2022年5月10日

摘要: Grammarly DeepL 翻译器 https://hemingwayapp.com/ 阅读全文

posted @ 2022-05-10 19:21 pencilCool 阅读(22) 评论(0) 推荐(0) 编辑

2022年4月27日

摘要: 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 阅读(31) 评论(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 阅读(10) 评论(0) 推荐(0) 编辑

2022年4月17日

摘要: http://www.rockhoppertech.com/blog/dsp-resources/ DSP Resources WIP warning. I’m not finished with this. It evolves. OK, so you read my Audio Unit How 阅读全文

posted @ 2022-04-17 21:35 pencilCool 阅读(97) 评论(0) 推荐(0) 编辑

摘要: iOS add child vc https://www.swiftbysundell.com/basics/child-view-controllers/ kill usb sudo killall -STOP -c usbd 国际化导出: xcodebuild -exportLocalizati 阅读全文

posted @ 2022-04-17 21:25 pencilCool 阅读(106) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8