摘要: http://t.zoukankan.com/carriezhangyan-p-9359708.html https://blog.csdn.net/weixin_28917223/article/details/113006958 http://nginx.org/en/docs/http/ngx 阅读全文
posted @ 2022-06-08 16:47 我在路上回头看 阅读(87) 评论(0) 推荐(0)
摘要: $args #请求中的参数值 $query_string #同 $args $arg_NAME #GET请求中NAME的值 $is_args #如果请求中有参数,值为"?",否则为空字符串 $uri #请求中的当前URI(不带请求参数,参数位于$args),可以不同于浏览器传递的$request_u 阅读全文
posted @ 2022-06-08 15:09 我在路上回头看 阅读(1232) 评论(0) 推荐(1)
摘要: from os import path print(path.relpath("/home/hpcadmin/lw/demo.py", start="/home/hpcadmin/lw")) # start可以指定路径 print(path.basename("/home/hpcadmin/lw/d 阅读全文
posted @ 2022-06-08 11:11 我在路上回头看 阅读(163) 评论(0) 推荐(0)