链接: https://vjudge.net/problem/POJ 2891 题意: Elina is reading a book written by Rujia Liu, which introduces a strange way to express non negative integ ...
分类:
其他好文 时间:
2019-11-04 00:09:48
阅读次数:
138
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font ...
分类:
其他好文 时间:
2019-10-27 10:18:05
阅读次数:
91
CEE 6640 Fall 2019HW3: Conditional LogitDue: 10/11/2019Note: For submission please prepare a zip file containing your written report and your Rcode. N ...
分类:
其他好文 时间:
2019-10-16 20:00:45
阅读次数:
100
OpenSSH ?? Written by Zak Zhu [TOC] 参考 + 马哥Linux视频 + 李墨凌/Linux学习日志(十五)(https://blog.csdn.net/teng_ling/article/details/51420748) + ssh安全手册(http://www. ...
分类:
其他好文 时间:
2019-10-02 11:09:22
阅读次数:
137
VIM使用手册 ?? Written by Zak Zhu [TOC] 参考 + 鸟哥私房菜( "http://cn.linux.vbird.org" ) + 马哥linux视频 How to move cursor in the vim editor | 动作 | 注释 | | | | | H | ...
分类:
系统相关 时间:
2019-10-02 10:45:42
阅读次数:
162
vimrc配置文件 ?? Written by Zak Zhu [TOC] 参考 鸟哥私房菜(http://cn.linux.vbird.org) 阮一峰/Vim 配置入门(http://www.ruanyifeng.com/blog/2018/09/vimrc.html) Vim document ...
分类:
系统相关 时间:
2019-10-02 10:34:23
阅读次数:
160
Shell之命令执行的判断依据 ?? Written by Zak Zhu 学习python风格, 优雅规范书写shell代码 [TOC] 参考 鸟哥私房菜 命令执行的判断依据 + cmd1 ; cmd2 先执行cmd1且不判断对错, 再执行cmd2 + cmd1 && cmd2 && 逻辑与运算符 ...
分类:
系统相关 时间:
2019-10-01 16:24:36
阅读次数:
110
Shell之Glob和RE的区别 ?? Written by Zak Zhu 学习python风格, 优雅规范书写shell代码 [TOC] 参考 + 疯狂的程序员11/linux通配符和正则表达式(https://blog.csdn.net/swjtuwyp/article/details/518 ...
分类:
系统相关 时间:
2019-10-01 16:00:48
阅读次数:
170
Shell之脚本检查与调试 ?? Written by Zak Zhu 学习python风格, 优雅规范书写shell代码 [TOC] 参考 鸟哥私房菜 脚本语法检查 脚本运行调试 注意: shell脚本的debug不是dry run模式, 而是真正的运行脚本 !! ![1][] [1]: ...
分类:
系统相关 时间:
2019-10-01 09:13:33
阅读次数:
92
Shell之数值运算 ?? Written by Zak Zhu 学习python风格, 优雅规范书写shell代码 [TOC] 参考 + shell整型变量自增 (加1) 的几种方法() + C语言中文网/Shell数值运算方法() Shell变量的数据类型默认是字符串型, 因此Shell在进行数 ...
分类:
系统相关 时间:
2019-10-01 00:04:55
阅读次数:
100