动态加载 JS 文件 var xhr = new XMLHttpRequest; xhr.open('get','//web.test.com/js/common/jq.js',true); xhr.onreadystatechange = function(){ if( xhr.readyState == 4 ){ if( xhr.status >=200 &
jumpserver连接websocket失败
location ^~ /vue { add_header Cache-Control "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0"; index index.html; alia
Git Clone 拉取代码提示以下错误 fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output
Mac系统安装
背景:代理链路 A --> B A 节点代理所有服务TCP、GRPC请求转到到 B 节点 A 服务器配置 upstream video_grpc { server 172.17.1.170:50051; } server { listen 50051 http2; server_name video.grpc.com; acce
python parallel-rm-rf.py <dir> <thread_count> · 参数说明 ··· dir 删除目录 ··· thread_count默认是4 parallel-rm-rf.py #!/usr/bin/python # -*- coding: utf-8 -*- # # copyright (c) 2015 Ben England,
supervisor 启动 uWSGI 错误描述 # supervisorctl status 查看任务状态 xxxAdmin FATAL Exited too quickly (process log may have details) supervisor 日志 [uWSGI] getting INI configuration from /data/project/ky_admin/
远程机配置文件 vim /etc/ansible/hosts 推送文件到远程机器 ansible all -m copy -a "src=./filterRds.sh dest=/data/xxx/filterRdsLink.sh" 运行远程文件或命令 ansible all -m shell -a 'bash /home/zhangjinliang/filterRdsLi
查看已打开文件(删除状态)lsofgrepdeletedCmsGoAgen574root2uREG253,102230580/usr/local/cloudmonitor/logs/panic.daemon.log(deleted)第一列程序名第二列PID查到之后重启或杀掉进程kill9574查看空间是否已释放dfh
修改查询时间即可selectfromsystem.query_logwhereevent_timebetween'2023020520:45:00'and'2023020521:05:00'andquery_idnotin(selectquery_idfromsystem.query_logwhereevent_timebetween'2023020520:45:00'and'2023020521
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号