11 2023 档案

摘要:1.python环境 2.安装weditor pip install --index https://mirrors.ustc.edu.cn/pypi/web/simple/ weditor==0.6.4 3.安装urllib3 执行pip3 install urllib3即可,不安装运行wedit 阅读全文
posted @ 2023-11-27 17:28 o小兵o 阅读(2903) 评论(0) 推荐(0) 编辑
摘要:1、登录Grafana平台 2、添加数据源、数据源名称、类型、IP地址、端口号 3、添加成功 4、添加图形 5、编辑 6、选择数据源 7、选择查看服务器1分钟、5分钟、15分钟负载情况 或者可以指定IP或者job查看图像(配置IP和Job名称可以查看prometheus.yml) 8、保存 阅读全文
posted @ 2023-11-27 10:21 o小兵o 阅读(170) 评论(0) 推荐(0) 编辑
摘要:搜索一圈找到一个好用实惠的第三方验证码识别API推荐给大家《云码》 查看开发文档,首先需要注册账号,导入jar包 <!-- https://mvnrepository.com/artifact/net.dongliu/requests --> <dependency> <groupId>net.do 阅读全文
posted @ 2023-11-17 11:50 o小兵o 阅读(223) 评论(0) 推荐(0) 编辑
摘要:import org.openqa.selenium.*; import javax.imageio.ImageIO; import java.awt.image.BufferedImage; import java.io.File; import java.io.FileInputStream; 阅读全文
posted @ 2023-11-17 11:24 o小兵o 阅读(43) 评论(0) 推荐(0) 编辑
摘要:import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.util.Base64; public class ImageToBase64 { /** * 本地图片转Base 阅读全文
posted @ 2023-11-17 10:22 o小兵o 阅读(47) 评论(0) 推荐(0) 编辑
摘要:1、安装selenium报错 C:\Users\xiaobing>pip install selenium Looking in indexes: http://mirrors.aliyun.com/pypi/simple WARNING: The repository located at mir 阅读全文
posted @ 2023-11-13 11:46 o小兵o 阅读(820) 评论(0) 推荐(0) 编辑
摘要:一、Linux服务器CPU占用率达到100%且一直居高不下 二、排查思路总共分为五步 1、找到最耗CPU的进程pid,执行命令 top 2、找到最耗CPU的线程tid // 执行 top -Hp [pid] 定位应用进程对应的线程 tid // 按shift + p 组合键,按照CPU占用率排序 > 阅读全文
posted @ 2023-11-03 14:34 o小兵o 阅读(1834) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示