摘要: 1、安装 yum install tinyproxy -y 2、修改配置文件 修改代理ip和端口 vim /etc/tinyproxy/tinyproxy.conf 3、服务管理 systemctl start tinyproxy systemctl stop tinyproxy systemctl 阅读全文
posted @ 2023-01-11 14:36 梧桐潇雨 阅读(242) 评论(0) 推荐(0)
摘要: 问题: yum install *** No package *** available. Error: Nothing to do 解决方法: yum install -y epel-release 阅读全文
posted @ 2023-01-11 14:30 梧桐潇雨 阅读(1863) 评论(0) 推荐(0)
摘要: 具体错误提示: Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it regularly: https://github.com/bro 阅读全文
posted @ 2023-01-04 17:48 梧桐潇雨 阅读(761) 评论(0) 推荐(0)
摘要: 1、查找 192.168.126.50 [all:vars]ansible_ssh_user=rootansible_ssh_pass=12354678/12 n:下一个,N:上一个 2、替换 替换当前行第一个: [service] 192.168.126.50 [all:vars] ansible 阅读全文
posted @ 2022-12-27 16:55 梧桐潇雨 阅读(17) 评论(0) 推荐(0)
摘要: server { listen 8099; server_name lianghj.top; #charset koi8-r; #access_log logs/host.access.log main; location /api{ proxy_pass https://lianghj.top:8 阅读全文
posted @ 2022-12-22 13:23 梧桐潇雨 阅读(51) 评论(0) 推荐(0)
摘要: 错误提示: An error occurred: Error while processing samples:Mismatch between expected number of columns:17 and columns in CSV file:23, check your jmeter.s 阅读全文
posted @ 2022-12-05 15:09 梧桐潇雨 阅读(296) 评论(0) 推荐(0)
摘要: 1、创建: create tablespace PANDORA_ADMIN datafile 'PANDORA_ADMIN_TABLESPACE.dbf' size 500M autoextend on next 5M maxsize unlimited; create user PANDORA_A 阅读全文
posted @ 2022-11-14 14:10 梧桐潇雨 阅读(18) 评论(0) 推荐(0)
摘要: [root@localhost ansible-pandora]# mysql -u root -p Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql. 阅读全文
posted @ 2022-11-08 14:01 梧桐潇雨 阅读(491) 评论(0) 推荐(0)
摘要: <dependency> <groupId>SVSClient</groupId> <artifactId>SVSClient</artifactId> <version>2.8</version> <scope>system</scope> <systemPath>${project.basedi 阅读全文
posted @ 2022-11-01 14:50 梧桐潇雨 阅读(119) 评论(0) 推荐(0)
摘要: 1、Beanshell不支持泛型 原java请求: import cn.***.*** public class App { private static RestTemplate restTemplate; static { restTemplate = new RestTemplate(); } 阅读全文
posted @ 2022-10-25 15:23 梧桐潇雨 阅读(88) 评论(0) 推荐(0)