www.cnblogs.com/ruiyqinrui

开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞

python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发.

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 2 3 4 5 6 ··· 288 下一页

2024年8月16日

该文被密码保护。 阅读全文
posted @ 2024-08-16 09:10 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

摘要: apiVersion: apps/v1 kind: Deployment metadata: name: my-deployment spec: replicas: 2 selector: matchLabels: app: my-app template: metadata: labels: ap 阅读全文
posted @ 2024-08-16 08:49 秦瑞It行程实录 阅读(2) 评论(0) 推荐(0) 编辑

2024年8月13日

摘要: import os import time errx2 = "@所有人,发日报、带工牌、换鞋子。" countInit = 0 max_r = 5 while countInit < max_r: countInit = countInit + 1 print(countInit) try: #co 阅读全文
posted @ 2024-08-13 08:46 秦瑞It行程实录 阅读(2) 评论(0) 推荐(0) 编辑

2024年8月10日

摘要: 使用WIN7 CMD 时出现了“The system cannot write to the specified device” (1)输入chcp 可以查看cmd的编码(2)常见编码编号:65001 :utf-820936 : GB2312936 : GBK437 :美国英语(3)修改cmd的编码 阅读全文
posted @ 2024-08-10 17:20 秦瑞It行程实录 阅读(9) 评论(0) 推荐(0) 编辑

摘要: import os errx2 = "测试\n" os.system("curl \'https://qyapi.weixin.qq.cbin/webhook/send?key=d16ee504-29a0-486c-8a75-168d4de155ca\' -H \'Content-Type: app 阅读全文
posted @ 2024-08-10 11:42 秦瑞It行程实录 阅读(2) 评论(0) 推荐(0) 编辑

摘要: rem 使用者应根据自身平台编码自行转换 防止乱码 例如 win使用gbk编码@echo offchcp 65001rem jar平级目录set AppName=medicare-down.jar set pathx=%CD%set pathxx=%pathx%\Java\jdk1.8.0_101\ 阅读全文
posted @ 2024-08-10 11:24 秦瑞It行程实录 阅读(2) 评论(0) 推荐(0) 编辑

2024年8月9日

摘要: 一般网站缓存方案 第一步:我们认为所有站点的静态资源均可以被缓存: 类型:文件后缀 规则:gif,png,svg,woff,webp,bmp,jpg,jpeg,ico,css,js,html,htm 时间:30天 权重:10 第二步:我们认为所有站点的媒体资源均可以被缓存: 类型:文件后缀 规则:m 阅读全文
posted @ 2024-08-09 17:37 秦瑞It行程实录 阅读(1) 评论(0) 推荐(0) 编辑

2024年8月7日

摘要: 您好,之前的报错信息是建议调大一下程序访问数据库的资源池配置信息。 您反馈的最新信息【discard long time none received connection】这通常是连接池管理器的正常行为,用于维护连接的活跃性和资源的有效利用。当一个连接在池中空闲时间超过预设的阈值后,连接池会断开并重 阅读全文
posted @ 2024-08-07 17:03 秦瑞It行程实录 阅读(3) 评论(0) 推荐(0) 编辑

2024年8月2日

摘要: <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the 阅读全文
posted @ 2024-08-02 17:43 秦瑞It行程实录 阅读(4) 评论(0) 推荐(0) 编辑

2024年7月31日

摘要: #!/bin/bash # 获取要监控的本地服务器IP地址 IP=`ifconfig | grep inet | grep -vE 'inet6|127.0.0.1' | awk '{print $2}'` echo "IP地址:"$IP # 获取cpu总核数 cpu_num=`grep -c "m 阅读全文
posted @ 2024-07-31 17:47 秦瑞It行程实录 阅读(3) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 288 下一页
www.cnblogs.com/ruiyqinrui