首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

MobaXterm、WindTerm、xshell、finalshell、soureCRT快捷指令工具cxtool-3.2.5

后端 5.57MB 30 需要积分: 1
立即下载

资源介绍:

MobaXterm、WindTerm、xshell、finalshell、soureCRT的快捷指令工具 详细说明见:https://blog.csdn.net/bandaoyu/article/details/139336859
# *********************************************************************************************************************************** # English # If you want to support Chinese please save this txt use ANSI code # name:button name # cmd:command # flowBy: # 1. Enter: After finishing typing the command, press the Enter key. # 2. Space: After finishing typing the command, press the Space key. # 3. Tab : After finishing typing the command, press the Tab key. # 4. None :do none #inputMethod: # 1. Paste: Enter commands using copy and paste method. # 2. Type: Use keystrokes to input commands (useful in scenarios where copy-paste is disabled, such as password fields with paste functionality # disabled). However, special characters {, }, +, ^, %, ~, (, ) need to be escaped by enclosing them in curly braces {}. For example, "((i++))" # should be escaped to "{(}{(}i{+}{+}{)}{)}" and "awk '{print $NF,$2}'" should be escaped to "awk '{{}print $NF,$2{}}'". To avoid errors, try to # minimize the use of these special characters. # needConfirm:No # 1.Yes: The command requires confirmation. Some dangerous commands can be avoided from accidental execution by adding a confirmation step. # 2.No: The command does not require confirmation. # More information: https://blog.csdn.net/bandaoyu/article/details/139336859 # Chinese must use ANSIcode # 如果你想支持中文,请使用 ANSI 编码保存这个文本文件 # name:按钮名称 # cmd:快捷指令内容 # flowBy: # 1. Enter 在输入完命令后,按下回车键; # 2. Space 在输入完命令后,按下空格键。 # 3. Tab 在输入完命令后,按下tab键。 # 4. None 在输入完命令后,不跟任何操作,默认 # inputMethod: # 1. Paste 使用复制粘贴的方式输入指令 # 2. Type 使用按键键入的方式输入指令(用在禁止复制粘贴的场合,如禁用了粘贴功能的密码框),但是要注意 特殊符号{, }, +, ^, %, ~, (, ) 需要被转义,使用{}把他们包起来转义,例如"((i++))" 转义成 "{(}{(}i{+}{+}{)}{)}", awk '{print $NF,$2}'转义成 awk '{{}print $NF,$2{}}' # 容易出错尽量不使用 # needConfirm: # 1.Yes 命令需要确认,一些危险的指令可以用过加确认避免误触发 # 2.No 命令不需要确认 #更多详情:https://blog.csdn.net/bandaoyu/article/details/139336859 # *********************************************************************************************************************************** [tab] tabName:linux [command] name:显示IP cmd:ip addr show | awk '/inet.*brd/{print $NF,$2}' flowBy:Enter inputMethod:Paste needConfirm:Yes [command] name:文件夹大小 cmd:du -h --max-depth=1 flowBy:Enter inputMethod:Paste needConfirm:No [command] name:tree home cmd:tree -L 3 /home flowBy:Enter inputMethod:Paste needConfirm:No [command] name:网络设备 cmd:nmcli d flowBy:Enter inputMethod:Paste needConfirm:No [command] name:显示磁盘 cmd:lsblk flowBy:Enter inputMethod:Paste needConfirm:No [command] name:分区ID cmd:blkid flowBy:Enter inputMethod:Paste needConfirm:No [command] name:设备流量 cmd:sar -n DEV 2 flowBy:Enter inputMethod:Paste needConfirm:No [command] name:netstat -nlp cmd:netstat -nlp flowBy:Enter inputMethod:Paste needConfirm:No [command] name:lsblk -o cmd:lsblk -o NAME,MAJ:MIN,RM,SIZE,RO,TYPE,UUID flowBy:Enter inputMethod:Paste needConfirm:No [command] name:大页内存 cmd:cat /proc/meminfo |grep -i hug flowBy:Enter inputMethod:Paste needConfirm:No [command] name:arp -n cmd:arp -n flowBy:Enter inputMethod:Paste [command]12 name:lscpu cmd:lscpu flowBy:Enter inputMethod:Paste needConfirm:No [tab] tabName:daos [command] name:pool list cmd:storage dmg pool list -v flowBy:Enter inputMethod:Paste needConfirm:No [command] name:health-state cmd:storage dmg pool health-state flowBy:Enter inputMethod:Paste needConfirm:No [command] name:sys query cmd:storage dmg sys query -v flowBy:Enter inputMethod:Paste needConfirm:No [command] name:pool dump cmd:storage dmg pool dump flowBy:Space inputMethod:Paste needConfirm:No [command] name:Get Pod cmd:kubectl get pod -n product-storage -o wide flowBy:Enter inputMethod:Paste needConfirm:No [command] name:Go in Pod cmd:pods=($(kubectl get pod -n product-storage -o wide|grep $(hostname)|awk '{print $1}')) &&i=0; for item in ${pods[@]};do printf "%d %s\n" $i $item;((i++));done &&read -p "You want go in which pod?:" pod_index&&eval podname=\${pods[${pod_index}]}&&printf "You selected %d %s\n" $pod_index ${podname} && kubectl exec -it ${podname} -n product-storage bash flowBy:Enter inputMethod:Paste needConfirm:No [command] name:页面密码 cmd:Admin+2024 flowBy:None inputMethod:Type needConfirm:No [command] name:pool query cmd:storage dmg pool query flowBy:Space inputMethod:Paste needConfirm:No [command] name:2层按钮9 cmd:echo "2层按钮9" flowBy:Enter inputMethod:Paste needConfirm:No [command] name:2层按钮10 cmd:echo "2层按钮9" flowBy:Enter inputMethod:Paste needConfirm:No [command] name:2层按钮11 cmd:echo "2层按钮11" flowBy:Enter inputMethod:Paste needConfirm:No [command] name:2层按钮12 cmd:echo "2层按钮12" flowBy:Enter inputMethod:Paste needConfirm:No [command] name:待定义 cmd:i am label0322 flowBy:Enter inputMethod:Paste needConfirm:No [command] name:待定义 cmd:i am label0433 flowBy:Enter inputMethod:Paste needConfirm:No [command] name:待定义 cmd:1644 flowBy:Enter inputMethod:Paste needConfirm:No [command] name:回车键 cmd: flowBy:Enter inputMethod:Paste needConfirm:No [tab] tabName:账号密码 [command] name:admin cmd:admin flowBy:Enter inputMethod:Type needConfirm:No [command] name:3层按钮2 cmd: flowBy:Enter inputMethod:Paste needConfirm:No [command] name:3层按钮3 cmd: flowBy:Enter inputMethod:Paste needConfirm:No [command] name:3层按钮4 cmd:storage dmg pool dump flowBy:Space inputMethod:Paste needConfirm:No [tab] tabName:标签4 [command] name:4层按钮1 cmd: flowBy:Enter inputMethod:Paste needConfirm:No [command] name:4层按钮2 cmd: flowBy:Enter inputMethod:Paste needConfirm:No [command] name:4层按钮3 cmd: flowBy:Enter inputMethod:Paste needConfirm:No [command] name:4层按钮4 cmd:storage dmg pool dump flowBy:Space inputMethod:Paste needConfirm:No [tab] tabName:标签5 [command] name:4层按钮1 cmd: flowBy:Enter inputMethod:Paste needConfirm:No [command] name:4层按钮2 cmd: flowBy:Enter inputMethod:Paste needConfirm:No [command] name:4层按钮3 cmd: flowBy:Enter inputMethod:Paste needConfirm:No [command] name:4层按钮4 cmd:storage dmg pool dump flowBy:Space inputMethod:Paste needConfirm:No [custom] #窗口放到比例 FormScale:1 #以A态或B态启动程序 ABFace:A

资源文件列表:

cxtool快捷指令-3.2.5.zip 大约有52个文件
  1. cxtool快捷指令-3.2.5/
  2. cxtool快捷指令-3.2.5/Bookmarks/
  3. cxtool快捷指令-3.2.5/Bookmarks/categoryNames.txt 98B
  4. cxtool快捷指令-3.2.5/Bookmarks/favorites.txt 132B
  5. cxtool快捷指令-3.2.5/cxtool-3.2.5.exe 1.73MB
  6. cxtool快捷指令-3.2.5/cxtool24x-3.2.5.exe 1.73MB
  7. cxtool快捷指令-3.2.5/图标/
  8. cxtool快捷指令-3.2.5/图标/cxtool-3.2.1.exe 1.18MB
  9. cxtool快捷指令-3.2.5/图标/cxtool.ico 4.19KB
  10. cxtool快捷指令-3.2.5/图标/蓝色-2-32x32.ico 4.19KB
  11. cxtool快捷指令-3.2.5/图标/蓝色32x32.ico 4.19KB
  12. cxtool快捷指令-3.2.5/工程/
  13. cxtool快捷指令-3.2.5/工程/BfaceForm.frm 19.32KB
  14. cxtool快捷指令-3.2.5/工程/BfaceForm.frx 537.87KB
  15. cxtool快捷指令-3.2.5/工程/Bookmarks/
  16. cxtool快捷指令-3.2.5/工程/Bookmarks/categoryNames.txt 98B
  17. cxtool快捷指令-3.2.5/工程/Bookmarks/categoryNames.txt.tmp
  18. cxtool快捷指令-3.2.5/工程/Bookmarks/favorites.txt 168B
  19. cxtool快捷指令-3.2.5/工程/Bookmarks.frm 22.94KB
  20. cxtool快捷指令-3.2.5/工程/Bookmarks.frx 4.2KB
  21. cxtool快捷指令-3.2.5/工程/MSSCCPRJ.SCC 479B
  22. cxtool快捷指令-3.2.5/工程/calculator.frm 27.91KB
  23. cxtool快捷指令-3.2.5/工程/calculator.frx 4.21KB
  24. cxtool快捷指令-3.2.5/工程/cmdCfgForm.frm 2.72KB
  25. cxtool快捷指令-3.2.5/工程/cmdCfgForm.frx 4.2KB
  26. cxtool快捷指令-3.2.5/工程/cxtool-3.2.5.exe 1.73MB
  27. cxtool快捷指令-3.2.5/工程/cxtool.frm 29.8KB
  28. cxtool快捷指令-3.2.5/工程/cxtool.frx 537.86KB
  29. cxtool快捷指令-3.2.5/工程/cxtool.vbp 1.43KB
  30. cxtool快捷指令-3.2.5/工程/cxtool.vbw 476B
  31. cxtool快捷指令-3.2.5/工程/cxtool24x-3.2.5.exe 1.73MB
  32. cxtool快捷指令-3.2.5/工程/globalModule.bas 16.75KB
  33. cxtool快捷指令-3.2.5/工程/noteForm.frm 2.11KB
  34. cxtool快捷指令-3.2.5/工程/noteForm.frx 4.2KB
  35. cxtool快捷指令-3.2.5/工程/noteForm2.frm 2.43KB
  36. cxtool快捷指令-3.2.5/工程/noteForm2.frx 4.2KB
  37. cxtool快捷指令-3.2.5/工程/上下班打卡提醒/
  38. cxtool快捷指令-3.2.5/工程/上下班打卡提醒/Form1.frm 4.26KB
  39. cxtool快捷指令-3.2.5/工程/上下班打卡提醒/上下班打卡.exe 20KB
  40. cxtool快捷指令-3.2.5/工程/上下班打卡提醒/上班图片.jpg 1.55MB
  41. cxtool快捷指令-3.2.5/工程/上下班打卡提醒/下班图片.jpg 3.37MB
  42. cxtool快捷指令-3.2.5/工程/上下班打卡提醒/工程1.vbp 632B
  43. cxtool快捷指令-3.2.5/工程/上下班打卡提醒/工程1.vbw 51B
  44. cxtool快捷指令-3.2.5/工程/上下班打卡提醒/用法.txt 255B
  45. cxtool快捷指令-3.2.5/工程/提示板.txt 943B
  46. cxtool快捷指令-3.2.5/工程/文本1.txt 1.49KB
  47. cxtool快捷指令-3.2.5/工程/文本2.txt 943B
  48. cxtool快捷指令-3.2.5/工程/配置文件.txt 6.96KB
  49. cxtool快捷指令-3.2.5/提示板.txt 945B
  50. cxtool快捷指令-3.2.5/文本1.txt 1.49KB
  51. cxtool快捷指令-3.2.5/文本2.txt 943B
  52. cxtool快捷指令-3.2.5/配置文件.txt 6.96KB
0评论
提交 加载更多评论
其他资源 EC0070022_O_editing.zip
EC0070022_O_editing.zip
EC0070022_O_editing.zip EC0070022_O_editing.zip EC0070022_O_editing.zip
python语言程序设计 案例源代码.zip
python语言程序设计 案例源代码.zip
Mat2Java.zip
Mat2Java.zip
一个前后端分离的基于模版的报告生成平台(后端代码)
本系统是从实际生产平台中抽离出来的报告渲染模块,作为了一款独立的报告生成系统。本系统是前后端分离的架构,这是后端服务代码。 特点 1. 轻量化 本系统只关注报告生成,可以对接任意的数据源,通过自定义的模版,生成对应的报告。 2. 可扩展 本系统采用了模块化的架构,面向接口的设计,易于快速扩展其他的数据源和渲染方式。 3. 易整合 易于整合到其他系统中,作为报告生成功能的模块。 4. 更智能 整合了大文本人工智能服务,可提供更智能化的报告生成能力。 项目地址: Github: https://github.com/52jing/wang-template-backend Gitee: https://gitee.com/i52jing/wang-template-backend 前端项目地址: Github: https://github.com/52jing/wang-template-admin Gitee: https://gitee.com/i52jing/wang-template-admin 系统截图详见代码仓库。 通过本项目可了解 Spring Web 应用的开发。
一个前后端分离的基于模版的报告生成平台(后端代码) 一个前后端分离的基于模版的报告生成平台(后端代码) 一个前后端分离的基于模版的报告生成平台(后端代码)
snipaste 2.9.2
好用截图软件
基于Android的学习监督系统的设计与实现
应用于大一大二大三课程设计,主要功能包括学习的资讯了解,备忘录,时间表,倒计时提醒,学习积分排名等
尚硅谷SpringCloud(Alibaba) 课堂练习源码
尚硅谷SpringCloud(Alibaba) 课堂练习源码
系统与服务器iso镜像大全
爆肝搜集,完全免费