摘要:
查看二进制文件,用od或hexdump命令。 $ od -tx1 -tc -Ax binFile 000000 61 62 63 64 65 31 32 33 34 35 61 62 63 64 65 31 a b c d e 1 2 3 4 5 a b c d e 1 000010 32 33 3 阅读全文
摘要:
ctrl +Octrl + I(i) When you move your cursor to a particular position in a file, Vim remembers this and lets you move around between where you are whe 阅读全文
摘要:
今天使用LayoutInflate.inflate()方法加载一个布局,当参数root 为null 时,出现下列提示 Avoid passing null as the view root (needed to resolve layout parameters on the inflated la 阅读全文