Line
-
Python 笔记
Python 简介 Python 由 Guido van Rossum(荷兰
-
Hadoop+Python测试wordcount
1、将测试数据上传到HDFS目录下,这里放到根目录下:/test.txt2、在master节点中某个目录下:创建mapper、reducer以及run.sh mapper.py i…
-
linux按行读取 (while read line与for-loop)
转自: linux按行读取 (while read line与for-loop) 在linux下一般用while read line与for循环按行读取文件。现有如下test.tx…
-
Rust实战系列-基本语法
本文是《Rust in action》学习总结系列的第二部分,更多内容请看已发布文章: 一、Rust实战系列-Rust介绍 “ 主要介绍 Rust 的语法、基本类型和数据结构,通过…
-
PAT Advanced 1036 Boys vs Girls(25)
题目描述: This time you are asked to tell the difference between the lowest grade of all the m…
-
ORACLE 异常处理
核心代码 SET SERVEROUTPUT ON BEGIN — 逻辑代码 … EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE…
-
python 中实现 把short.fa中的序列比对到ref.fa
文章来源:https://www.jianshu.com/p/2475c3240a67 简化的短序列匹配程序 (map.py) 把short.fa中的序列比对到ref.fa…
-
buuctf | [极客大挑战 2019]HardSQL
时间:August 8 2022 经过测试发现 闭合用单引号 过滤了空格等字符和sql关键词,用%20、%0a、/**/来绕过都不行 fuzzing一下,看有哪些关键词和字符被过滤…
-
快速查找 awk 常用命令
awk 列打印 功能 助词词 命令 意义 替换 substitute sed -i ‘s/dog/cat/g’ file 将 file 中的 dog 替换为…
-
vim配置(Linux)
” Setting some decent VIM settings for programming ” This source file comes from git-for-w…