摘要:
对于一个由w位组成的数据类型,如果要移动k>=w位会得到什么结果? public class Main { public static void main(String[] args) { int a1 = 0x12345678; a1=a1<<32; System.out.println("0x1 阅读全文
摘要:
查看命令帮助(windows中为xxx /?) command --help(-h) man command info command 查看linux内置命令的帮助 help command help export help for ls -al | more翻屏(空格翻屏q退出)(windows中 阅读全文