摘要:
一、问题描述及解决方案 配置了uswgi.ini文件之后启动项目,项目启动没有报错,但是访问的时候一直是:Internet server error,看启动日志提示: *** no app loaded. going in full dynamic mode *** no python applic 阅读全文
摘要:
一、问题描述 python程序中执行SQL语句时报错如下:columns = [col_desc[0] for col_desc in cursor.description]TypeError: 'NoneType' object is not iterable 二、解决方案 根据报错提示找到pyt 阅读全文