摘要: django项目在虚拟机上部署时后台用的xadmin 结果各种不支持,各种报错 因为对python3版本不友好不支持 想重装xadmin,网上各种解释没啥用,这里有个链接 可以帮助快速重装支持python3版本的xadmin pip install https://github.com/sshwsf 阅读全文
posted @ 2021-02-09 07:08 shmily墨鱼 阅读(58) 评论(0) 推荐(0) 编辑
摘要: ##请求request 利用HTTP协议向服务器传参有几种途径? 提取URL的特定部分,如/weather/beijing/2018,可以在服务器端的路由中用正则表达式截取; 查询字符串(query string),形如key1=value1&key2=value2; 请求体(body)中发送的数据 阅读全文
posted @ 2021-02-08 14:09 shmily墨鱼 阅读(101) 评论(0) 推荐(0) 编辑
摘要: #随便写个,引用下python的import this Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than com 阅读全文
posted @ 2021-02-07 22:08 shmily墨鱼 阅读(94) 评论(0) 推荐(0) 编辑