开店星小程序上架教程和后台Request failed with status code 500[undefined]问题处理
刚刚安装好开店星网站后台之后都会出现这个code 500[undefined]的错误,需要改一下代码。改好了之后就可以正常使用了。如果大家不懂得这样处理的可以私聊我,帮忙处理…
SELECT * FROM information_schema.SCHEMATA WHERE schema_name test_data;
发现: chaset是utf8mb4,collation是utf8mb4_generic_ci
可笑的是我导入sql脚本,要把脚本中所有的utf8mb4改为utf8,将utf8mb4_generic_ci为utf8_unico…
python3安装
版本 Python-3.9.17
./configure --prefix/usr/local/python3
make && make install随后用ln -s短链接python3和pip3
airflow安装
版本2.7.1
export AIRFLOW_HOME~/airflow编写一个sh文件
AIRFLOW_VERSION2.7.1# Extract the version of Python you…