c/cpp-useful-tools
cdecl
Cdecl (and c++decl) is a program for encoding and decoding C (or C++) type declarations.
size(on mac)
size -- print the size of the sections in an object file. size -x(print by hex) -l -m a.out
Cdecl (and c++decl) is a program for encoding and decoding C (or C++) type declarations.
size -- print the size of the sections in an object file. size -x(print by hex) -l -m a.out
1 | /* object */ /* function */ |
usb连接手机到电脑上 adb devices
取得root权限 adb root
重新挂载 adb remount
进行添加or删除 adb pull/push xxxx
shift + cmd + ]
ctrl + p
then @ or @:(which list current methods and vars in file)
ctrl + p
then #
ctrl or cmd + shift + \
shift + alt
then 操作光标看完帮助等后进行返回
打开选中项的帮助文档
delete to beginning of the line