python
卡冈都亚
技术成就梦想
展开
-
Django admin 样式显示不正常
静态文件都正常加载,但样式显示不正常求解。python 3.7.5Django 3.0原创 2020-08-16 19:07:07 · 1445 阅读 · 0 评论 -
python获取年末,月末,季末的日期和距指定时间的天数
我们在python日常使用中经常会用到时间的各种计算,这个也是让人头疼的地方,下面的方法实现了 年末,月末,季末的日期和距指定时间的天数的计算,要的拿去。自己也做个笔记。后面直接用。def last_day(any_day): """ 获取获得一个月未,季末,年未的天数 的最后一天 :param any_day: 任意日期 :return: <class 'datetime.date'年,月,季末的日期,距年末,月末,季末的天数 """ next_mo原创 2020-05-22 15:29:37 · 2402 阅读 · 0 评论 -
400 Bad Request: The browser (or proxy) sent a request that this server could not understand.
问题:from flask_restful reqparse 自定义的help内容无法显示代码如下:from flask_restful import reqparseclass EquipmentStaticView(views.MethodView): def ret_init(self): return { "message": '',...原创 2020-02-28 22:42:54 · 12625 阅读 · 0 评论 -
cryptography怎么解决
[root@host108 paramiko]# pip install cryptography-2.8.tar.gzDEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won’t be maintained a...原创 2019-12-22 18:19:41 · 1496 阅读 · 0 评论