该文被密码保护。 阅读全文
posted @ 2021-08-11 16:56
秦瑞It行程实录
阅读(0)
评论(0)
推荐(0)
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
摘要:
location /common-service { proxy_pass http://172.19.183.152:8600/proxy/common-service; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $r 阅读全文
posted @ 2021-08-10 16:50
秦瑞It行程实录
阅读(54)
评论(0)
推荐(0)
摘要:
location /usercenter-service { more_clear_headers "Access-Control-Allow-Origin"; more_clear_headers "Access-Control-Allow-Methods"; more_clear_headers 阅读全文
posted @ 2021-08-10 16:08
秦瑞It行程实录
阅读(100)
评论(0)
推荐(0)
摘要:
在编译redis3.2.9时报错 :cc: ../deps/hiredis/libhiredis.a: No such file or directorycc: ../deps/lua/src/liblua. cc: error: ../deps/hiredis/libhiredis.a: No s 阅读全文
posted @ 2021-08-03 11:22
秦瑞It行程实录
阅读(141)
评论(0)
推荐(0)
摘要:
本次安装所有使用的包将在文末进行分享。 系统环境:CentOS7,FdfsV5.05 一、FastDFS依赖安装安装libevent1).解压压缩包: tar -zxvf libevent-2.0.22-stable.tar.gz 2)进入目录进行配置 cd libevent-2.0.22-stab 阅读全文
posted @ 2021-08-01 10:37
秦瑞It行程实录
阅读(40)
评论(0)
推荐(0)
摘要:
find / -path /data -prune -path /xyyshare -prune -o -type f -mtime 1 -size +2M -print -exec du -sh {} \; 阅读全文
posted @ 2021-07-30 16:13
秦瑞It行程实录
阅读(59)
评论(0)
推荐(0)
|