2022年3月16日

pip "Directory not empty" while pip installing or updating a package in python3 问题解决

摘要: 解决此问题的方法最直接的方法就是直接强制重新安装包 pip install -r requirements.txt --ignore-installed 参考资料 https://blog.51cto.com/wutengfei/2161960 阅读全文

posted @ 2022-03-16 20:52 荣锋亮 阅读(81) 评论(0) 推荐(0)

nginx 使用mime.types 解决mac safari excel xls 下载格式为xls.xlw 问题

摘要: 这个问题属于mac safari的问题,解决方法很简单,就是自定义mime.types 对于xls 解析为application/octet-stream 就可以了 参考配置 mime.types types { text/html html htm shtml; text/css css; tex 阅读全文

posted @ 2022-03-16 00:34 荣锋亮 阅读(1260) 评论(0) 推荐(0)

导航