摘要: 1. 依赖包 numpy+mkl,scipy 2. mingw64安装,安装好需加环境变量(路径为安装目录下bin目录下),mingw32-make.exe更名为make.exe,测试:cmd输入make,提示make: *** No targets specified and no makefil 阅读全文
posted @ 2017-09-07 16:57 lijin817 阅读(161) 评论(0) 推荐(0)
摘要: 报错信息:2017/05/19 14:28:57 [error] 3318#0: *1 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.16 阅读全文
posted @ 2017-05-19 15:12 lijin817 阅读(389) 评论(0) 推荐(0)
摘要: http://jingyan.baidu.com/article/76a7e409ed694dfc3a6e1548.html 阅读全文
posted @ 2017-05-10 14:22 lijin817 阅读(87) 评论(0) 推荐(0)
摘要: 2017/05/03 flask-SQLAlchemy模块采用url形式连接sql数据库,使用os模块快速定位数据库位置。 os.path.abspath: 返回path规划化的绝对路径 os.path.dirname(__file__): 返回当前脚本所在路径(本示例项目数据库安装在项目根目录下) 阅读全文
posted @ 2017-05-03 15:43 lijin817 阅读(175) 评论(0) 推荐(0)