python
庄小法
这个作者很懒,什么都没留下…
展开
-
django框架引入bootstrap本地文件时报错:Refused to apply style from……because its MIME type (‘text/html‘) is not a
django框架引入bootstrap本地文件时报错:Refused to apply style from ……because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.原创 2022-11-07 14:15:22 · 1855 阅读 · 0 评论 -
初探pyqt5+QtDesigner编写exe
工具:Visual Studio Code版本:python37pyqt5-5.15.4pyqt5-tools-5.15.4.3.2扩展设置ui转化成py文件问题一:找不到designer.exe看了好多网上的designer配置,没有找到designer.exe实际路径是在:C:\Users\Zing\AppData\Local\Programs\Python\Python37\Lib\site-package...原创 2021-10-14 01:34:48 · 196 阅读 · 0 评论 -
python代码加签封装
# -*- coding=utf-8 -*-import hashlibimport jsonimport timeimport requestsdef get_sign(token=None, data={}): """ 获取签名方法 :param token: token :param timestamp: 时间戳 :param data: 请求参数 :return: 加密后sign,替换请求头sign """ timestamp = str(int(time.ti.原创 2021-09-27 20:21:57 · 295 阅读 · 1 评论