01 2024 档案
摘要:转载来源:https://blog.csdn.net/yfbdxz/article/details/114702144 用EventLog.writeEvent打的日志(或EventLogTags.java方法打的日志),可以用logcat -b events查看 frameworks/base/c
阅读全文
摘要:
在bash里有以下区别 $ str= " 1 2 3 x" $ echo "$str" | xxd 00000000: 2020 3120 3220 0a20 3320 780a 1 2 . 3 x. $ printf "%s\n" $str 1 2 3 x $ printf "%s\n" "$st
阅读全文
![[shell] echo vs printf](https://img2024.cnblogs.com/blog/694983/202401/694983-20240110151822683-1091013556.png)
摘要:
问题现象: vscode log输出: [11:55:04.764] Downloading VS Code server locally... [11:55:04.792] > > [11:55:06.810] Resolver error: Error: XHR failed at y.oner
阅读全文
![[vscode] 解决"建立连接:XHR failed"](https://img2024.cnblogs.com/blog/694983/202401/694983-20240105165947041-2021704177.png)