啥也没写
发布时间:2026-01-14 15:06:12
可以先返回一段cookie,然后再返回真实内容 access_by_lua_block { ---ngx.header[":status"] = 103 --http2.0 ngx.status = 103 ngx.header["Set-Cookie"] = "__cf=akin" ngx.flus.........【阅读全文】
发布时间:2025-12-29 10:30:43
安装wget https: // github .com/qdrant/qdrant/releases/download/v1.16.3/qdrant-x86_64-unknown-linux-musl.tar.gztar -zxvf qdrant-x86_64-unknown-linux-musl.tar.gz运行:./qdrant面板: http :// localhost:6333/dashboard添加向量点击(此处)折叠或打开from qdrant_.........【阅读全文】
发布时间:2025-10-16 14:07:27
#生成密码文件cd /home/testopenssl genrsa -out key.pemopenssl rsa -in key.pem -out key.pub -puboutecho -n "akin520" > pwdfile.txtopenssl pkeyutl -in ./pwdfile.txt -out ./pwdfile.enc -pubin -inkey ./key.pub -encrypt# 创建网络#docker network create tc_net 需要指定子网docker network creat.........【阅读全文】
发布时间:2025-09-17 10:31:17
location = /lua { content_by_lua ' ngx.say(package.path); ngx.say(package.cpath); ngx.say(_VERSION); ';&nb.........【阅读全文】