51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

软件教程

vim 命令总结

vim 命令总结

厉飞雨 阅读(22) 评论(0) 赞(2)

vim 命令总结 #### 1-.删除: "x": 删除光标所在的字符 "dw": 删除光标位置到下一个单词开头之前内容 "de": 删除光标位置到上一个单词结尾之后内容 "d$": 删除光标位置到该行的结尾的内容 大 D 也可以 "...

‘Execute shell’ marked build as failure

‘Execute shell’ marked build as failure

厉飞雨 阅读(28) 评论(0) 赞(5)

'Execute shell' marked build as failure {#articleContentId} =========================================================== ###### 解决方案: 修改configure 执行shell命令中,添加:#!/bin/bash ![](ht...

xshell 跳转

xshell 跳转

厉飞雨 阅读(22) 评论(0) 赞(4)

[xshell](https://51tbox.com/ "View all posts in xshell") 跳转 xshell创建会话,从跳板机中直接跳转到指定的服务器 原文链接:https://blog.csdn.net/qq_33180069/article/details/113241519 ### 步骤: 1 ![](http://st...

xshell导出配置(xshell 备份)

xshell导出配置(xshell 备份)

厉飞雨 阅读(22) 评论(0) 赞(4)

xshell7 导出配置: 需要设置主机密码 注意,如果想保证这个密码同步, 在导入的机器上的主密码也要一致 。 ![](http://static.51tbox.com/static/2024-08-29/col/941f159c450d2c02836eec8423997e85/f9244b1b7b094360a2495372b0a1de9b.png.jpg) 然后...

常见的shell

常见的shell

厉飞雨 阅读(29) 评论(0) 赞(2)

/bin/sh   【已经被/bin/bash所取代】   /bin/bash  【Linux默认的shell】   /bin/ksh   【kornshell可交互式的从终端键盘或从一个文件中执行命令】   /bin/tcsh   【整合C shell,提供更多的功能】   /bi...

xshell 快速输入命令

xshell 快速输入命令

厉飞雨 阅读(22) 评论(0) 赞(3)

xshell 快速输入命令 ### (1) 查看 -》 快速命令 ![](http://static.51tbox.com/static/2024-08-29/col/9565e53d64f2015368cd5adf2d6c33a0/850f2772d2bd42f5b2db8b8c3532d17a.png.jpg) ### (2)双击空白 ![](http://stat...

vim 批量替换

vim 批量替换

厉飞雨 阅读(21) 评论(0) 赞(4)

vim 批量 替换某个字符 :%s### ![](http://static.51tbox.com/static/2024-08-29/col/aaafe95f0a63a3f1651f8db2206778e8/21266131ce2d48c6b0dd3b39eae22ca7.png.jpg)