摘要:
可以参考: http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel/lib/Spreadsheet/WriteExcel.pm #!/usr/bin/perl use strict; use Spreadsheet::WriteExcel; 阅读全文
摘要:
1 准备工作 首先, 我们打开 VIM, 输入一段文本, 用于今天的演示: this is a test 2 查找替换 按几下 ESC 进入 Normal 模式, 输入以下命令: :%s/ /\r/g 。 回车后得到的效果如下: this is a test 解说: 这条命令的作用是, 将文章中所有 阅读全文