07 2020 档案

php防sql注入
摘要:原始没有防sql注入操作: public function sql_export(Request $request){ $username = $request -> get("username"); $password = $request -> get("password"); $data = 阅读全文

posted @ 2020-07-21 16:37 EchoBao 阅读(277) 评论(0) 推荐(0)

nginx配置根据url的参数值进行转发
摘要:server { listen 8081; location / { set $tag ""; set $cs "/index/test/test"; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Host $http_ 阅读全文

posted @ 2020-07-01 15:19 EchoBao 阅读(11521) 评论(0) 推荐(0)