该文被密码保护。 阅读全文
posted @ 2022-11-23 20:03
秦瑞It行程实录
阅读(0)
评论(0)
推荐(0)
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
|
摘要:
在SpringBoot项目中,我们可以通过如下配置来设置header的大小: server.max-http-header-size=102400 但如果此参数设置不好,便会引来OOM等相关问题,特别是并发的时候。 max-http-header-size使用场景 该参数用来设置http请求头的大小 阅读全文
posted @ 2022-11-21 15:11
秦瑞It行程实录
阅读(1340)
评论(0)
推荐(0)
摘要:
python+expect实现脚本自动登录远程服务器 起因 最近在折腾Ubuntu系统,有时候需要连接远程服务器,使用 ssh 命令连接较为复杂,需要记住每台机器的 ip 和 密码,当然 Ubuntu(linux) 下也有类似于 xshell 一样的管理工具,例如:finalShell,但是在命令行 阅读全文
posted @ 2022-11-21 08:55
秦瑞It行程实录
阅读(72)
评论(0)
推荐(0)
摘要:
安装 OpenSSH 项目 2021/09/28 2 个参与者 反馈 适用于 Windows Server 2019、Windows 10、Windows Server 2022 OpenSSH 是一款用于远程登录的连接工具,它使用 SSH 协议。 它会加密客户端与服务器之间的所有流量,从而遏止窃听 阅读全文
posted @ 2022-11-18 17:21
秦瑞It行程实录
阅读(175)
评论(0)
推荐(0)
摘要:
window bat cmd 获取cpu 利用率(使用率)跟 性能计数器一致,方式收集 1. typeperf (1秒一输出) typeperf "processor(_total)\% processor time" 若是只要执行一次,末尾添加 -sc 1,如下: typeperf "proces 阅读全文
posted @ 2022-11-18 11:04
秦瑞It行程实录
阅读(194)
评论(0)
推荐(0)
摘要:
tasklist | findstr /s /i e.*tasklist | findstr /s /i "python" 阅读全文
posted @ 2022-11-18 09:11
秦瑞It行程实录
阅读(195)
评论(0)
推荐(0)
摘要:
一、内存、磁盘、CPU 1、总物理内存(KB):wmic os get TotalVisibleMemorySize 2、空闲物理内存(KB):wmic os get FreePhysicalMemory 3、总虚拟内存(KB):wmic os get SizeStoredInPagingFiles 阅读全文
posted @ 2022-11-18 09:06
秦瑞It行程实录
阅读(122)
评论(0)
推荐(0)
摘要:
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #@auhor by ruiy # # # #pip install paramiko -i https://pypi.tuna.tsinghua.edu.cn/sim 阅读全文
posted @ 2022-11-17 15:57
秦瑞It行程实录
阅读(73)
评论(0)
推荐(0)
摘要:
#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # #pip install pyautogui -i https://pypi.tuna.tsinghua.edu.cn/simple/ #pip instal 阅读全文
posted @ 2022-11-16 15:51
秦瑞It行程实录
阅读(128)
评论(0)
推荐(0)
|