11 2017 档案

摘要:原文地址http://docs.jinkan.org/docs/flask/patterns/fileuploads.html <form> 标签被标记有 enctype=multipart/form-data ,并且在里面包含一个 <input type=file> 标签。 阅读全文
posted @ 2017-11-17 17:10 Dylan_Wu 阅读(3089) 评论(0) 推荐(0)
摘要:error: Setup script exited with error: command 'gcc' failed with exit status 1 解决方法: 原因是版本不兼容,centos默认装了个2.3的。以下指令好使 yum install openldapyum install o 阅读全文
posted @ 2017-11-02 14:19 Dylan_Wu 阅读(2000) 评论(0) 推荐(0)