最新 最热

cut命令

cut命令用来显示行中的指定部分,其从文件的每一行剪切字节、字符和字段并将这些字节、字符和字段写至标准输出,如果不指定File参数,cut命令将读取标准输入,该命令常用的两项功能,一是用来显示文件的内容,它依次读取由参数fi...

2020-08-27
1

Shell 文本处理命令

对文件内容进行去重如果文件内容有很多重复的,需要进行去重。sort也是支持的,可以通过-u参数使用

2020-08-26
1

Linux文本处理命令详解

cat /etc/issue /etc/fstab:将这两个文件内容显示出来并连接在一起

2020-08-26
1

这篇4+分的文章分析干净利落不老套

Immune-related gene signature for predicting the prognosis of head and neck squamous cell carcinoma用于预测头颈部鳞状细胞癌预后的免疫相关基因标志物

2020-07-13
1

「R」数据操作(八):dplyr 的 do, do, do

关于dplyr的基本操作我已经写过很多笔记了,不再赘述,这篇文章重点介绍 dplyr 的一个函数 do() 的用法。

2020-07-06
1

【Gym 100971G】Repair

Alex is repairing his country house. He has a rectangular metal sheet of size a × b. He has to cut two rectangular sheets of sizes (a_1) × b_1 and (a_2) × ...

2020-06-02
1

Linux 下使用cut命令,实现更好切分数据

比如这个日志,可能会出现折行,另外假设04-19 18:26:55.605 22750 22883 W这些列的信息属于干扰信息

2020-04-26
1

12. 泊松图像编辑

我们之前已经学到了从cut-and-paste到多频带融合等图像的合成和融合技术。它们各自都有一些缺点。

2020-04-17
2

图机器学习 2.2-2.4 Properties of Networks, Random Graph

图机器学习 2.1 Properties of Networks, Random Graph

2020-04-07
1

Seaborn入门(三): 实现Violinplots

seaborn.violinplot基本参数为: violinplot(x=None, y=None, hue=None, data=None, order=None, hue_order=None, bw='scott', cut=2, scale='area', scale_hue=True, gridsize=...

2020-04-01
1