10 2021 档案

摘要:<?php error_reporting(0); highlight_file(__FILE__); $dir = 'sandbox/' . md5($_SERVER['REMOTE_ADDR']) . '/'; if(!file_exists($dir)){ mkdir($dir); } fun 阅读全文
posted @ 2021-10-13 21:36 depycode 阅读(146) 评论(0) 推荐(0) 编辑
摘要:使用 pip install mysqlclient 爆出 building 'MySQLdb._mysql' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Buil 阅读全文
posted @ 2021-10-06 22:36 depycode 阅读(439) 评论(0) 推荐(0) 编辑