xxd,能够查看linux下文件的二进制表示。man一下xxd。能够得到下面信息 NAME xxd - make a hexdump or do the reverse.SYNOPSIS xxd -h[elp] xxd [options] [infile [outfile]] xxd -r[ever ...
                            
                            
                                分类:
系统相关   时间:
2019-04-22 00:13:01   
                                阅读次数:
251
                             
                         
                    
                        
                            
                            
                                    题目: Given two binary trees and imagine that when you put one of them to cover the other, some nodes of the two trees are overlapped while the others a ...
                            
                            
                                分类:
编程语言   时间:
2019-04-22 00:12:46   
                                阅读次数:
161
                             
                         
                    
                        
                            
                            
                                    5G网速那么快,基站辐射会很大吗? 鲜枣课堂 2019-04-20 21:19收藏55评论6社交通讯 2019-04-20 21:19收藏55评论6社交通讯 题图来自东方IC,本文来自微信公众号:鲜枣课堂(ID:xzclasscom),作者:小枣君,原标题为《关于基站和手机辐射,这篇文章彻底讲明白了 ...
                            
                            
                                分类:
其他好文   时间:
2019-04-22 00:12:19   
                                阅读次数:
182
                             
                         
                    
                        
                            
                            
                                查找当前目录下的hello.txt文件 查找所有目录下的hello.txt文件 查找当前目录下以h开头的文件 ...
                            
                            
                                分类:
其他好文   时间:
2019-04-22 00:12:02   
                                阅读次数:
135
                             
                         
                    
                        
                            
                            
                                1 public BiNode createBiTree() 2 { 3 Scanner input = new Scanner(System.in); 4 int k = input.nextInt(); 5 if(k == -1) 6 return null; 7 8 BiNode node =... ...
                            
                            
                                分类:
编程语言   时间:
2019-04-22 00:11:43   
                                阅读次数:
139