上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页
摘要: 本文由 简悦 SimpRead 转码, 原文地址 stackoverflow.com Ciro Santilli Путлер Капут 六四事 Can anybody give a clear explanation of how variable assignment really works 阅读全文
posted @ 2022-07-24 10:28 MOVIT 阅读(103) 评论(0) 推荐(0)
摘要: markmap website # Perl markmap document ## STDIN/OUT ### STDOUT - print:不会自动换行 - printf:格式化打印 - say:需要perl版本支持,会自动换行,类似于print函数 ### STDIN - chomp($var 阅读全文
posted @ 2022-04-21 22:04 MOVIT 阅读(44) 评论(0) 推荐(0)
摘要: Perl best practice 字符串引用 变量内插 “this is the $var” qq(this is the $var) 字符串直接量 ‘this is the string’ q(this is the string) 变量内插包含单/双引号 “this double quote 阅读全文
posted @ 2022-02-19 20:44 MOVIT 阅读(51) 评论(0) 推荐(0)
摘要: crontab 参考网址 在线定时计算 为normal user设置定时任务要使用root权限,切到root; crontab -u normal_user -e,可能出现如下图报错,打开 .bashrc_profile,设置export EDITOR=vim 编辑任务出现如下图报错,删除/var/ 阅读全文
posted @ 2022-01-27 21:25 MOVIT 阅读(79) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-01-23 19:01 MOVIT 阅读(0) 评论(0) 推荐(0)
摘要: GNUPLOT QA 怎样交互式执行 terminal命令行输入gnuplot命令,进入交互模式 怎样用单行命令执行 gnuplot -e ‘cmd1;cmd2’,因为直接在term中绘图是需要-e option; gnuplot -p -e ‘cmd1;cmd2’ 弹出绘图窗口需要加-p opti 阅读全文
posted @ 2022-01-23 15:47 MOVIT 阅读(104) 评论(0) 推荐(0)
摘要: learn by examples 阅读全文
posted @ 2022-01-20 22:46 MOVIT 阅读(28) 评论(0) 推荐(0)
摘要: gnuplot柱状堆叠图 reference url 1 reference url 2 reference url 3 set term dumb set style data histogram set style histogram rowstacked set yrange [0:200] 阅读全文
posted @ 2022-01-17 22:43 MOVIT 阅读(216) 评论(0) 推荐(0)
摘要: gnuplot运行方式 terminal terminal下输入gnuplot,进入command line interact 单行命令模式 gnuplot -p -e ‘command1;command2; plot function’ 脚本模式 gnuplot -p /path_to_scrip 阅读全文
posted @ 2022-01-17 22:12 MOVIT 阅读(132) 评论(0) 推荐(0)
摘要: github url address gnu awk online ebook perl one-liner cookbook 阅读全文
posted @ 2022-01-15 20:27 MOVIT 阅读(25) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页