码迷,mamicode.com
首页 > 2019年04月22日 > 全部分享
linux命令 xxd
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
LeetCode 617. Merge Two Binary Trees合并二叉树 (C++)
题目: 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网速那么快,基站辐射会很大吗?
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
find命令
查找当前目录下的hello.txt文件 查找所有目录下的hello.txt文件 查找当前目录下以h开头的文件 ...
分类:其他好文   时间:2019-04-22 00:12:02    阅读次数:135
前序遍历构造已知二叉树(Java)
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
753条   上一页 1 ... 42 43 44 45
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!