2021年8月18日

Android 字体间距大,顶部和底部有空白

摘要: Android-TextView的includeFontPadding到底行不行 https://github.com/suragch/AndroidFontMetrics https://zhuanlan.zhihu.com/p/130854062 阅读全文

posted @ 2021-08-18 19:29 ZhYQ_note 阅读(173) 评论(0) 推荐(0) 编辑

mac shell curl 批量上传文件

摘要: find ./apk -type f -name '*.apk' -print0 | xargs -0 -p -I "{}" sh curl --form file=@"{}" http://website/upload.php sh curl --form file=@./apk/xx.apk h 阅读全文

posted @ 2021-08-18 19:03 ZhYQ_note 阅读(217) 评论(0) 推荐(0) 编辑

导航