python,Django
arm_yw
这个作者很懒,什么都没留下…
展开
-
Python使用 zipfile模块解压包含多路径中文文件名的zip包(基于Windows下验证)
zip包中中文名解压是出现乱码的核心是文件名编码格式不正确。 官方释疑: There is no official file name encoding for ZIP files. If you have unicode file names, you must convert them to byte strings in your desired encoding before pas...原创 2019-10-29 21:16:37 · 979 阅读 · 0 评论 -
Django 浏览器打开警告Not Found: /favicon.ico
初学Django 执行python manage.py runserver 0.0.0.0:8000 urls.py中的 urlpatterns = [ url(r'^admin/', admin.site.urls), ] 浏览器打开http://127.0.0.1:8000/ 终端显示警告: [05/Sep/2017 12:24:59] "GET /hello H原创 2017-09-05 20:46:10 · 26629 阅读 · 4 评论