该文被密码保护。 阅读全文
posted @ 2021-07-28 11:03 关美丽 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 存储字段 eg: <script type="text/javascript"> $('#option_btn').change(function () { project_id = $('#option_btn').val(); var project_ids = $('#option_btn') 阅读全文
posted @ 2021-06-05 08:42 关美丽 阅读(60) 评论(0) 推荐(0) 编辑
摘要: <div class="tablebox" style="padding: 1px"> <table id="table" style="table-layout:fixed;"></table></div> <script type="text/javascript"> //表格超出宽度鼠标悬停显 阅读全文
posted @ 2021-06-05 08:36 关美丽 阅读(150) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/rickiyeat/article/details/56483577 阅读全文
posted @ 2021-05-24 15:36 关美丽 阅读(31) 评论(0) 推荐(0) 编辑
摘要: t2 = threading.Thread(target=self.sql_save, args=(business_type, order_id, path_list, repir_id, user_id))t4 = threading.Thread(target=self.data_sql, a 阅读全文
posted @ 2021-04-13 12:15 关美丽 阅读(58) 评论(0) 推荐(0) 编辑
摘要: {# 定时刷新维保信息页面 #}setInterval(function () { $.post("/failureProcess/manual_page/", { 'offset': offset,//从数据库第几条记录开始 'limit': limit,//找多少条 'project_id': 阅读全文
posted @ 2021-03-29 13:40 关美丽 阅读(1212) 评论(0) 推荐(0) 编辑
摘要: # 小程序二维码import urllib.requestimport urllib.parseimport jsonimport uuid# 获取TOKENdef getToken(): appid = 'wx7ff20c012aba1cee' appsecret = '33afc5b6958cd 阅读全文
posted @ 2021-03-29 13:32 关美丽 阅读(604) 评论(0) 推荐(0) 编辑
摘要: def save_img(file): string = str(uuid.uuid4()) if not os.path.exists(settings.MEDIA_PRODUCT + '/' + string): os.makedirs(settings.MEDIA_PRODUCT + '/' 阅读全文
posted @ 2021-02-02 16:42 关美丽 阅读(507) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-16 14:22 关美丽 阅读(0) 评论(0) 推荐(0) 编辑
摘要: # 支付 # 被调用 class AliPay(object): """ 支付宝支付接口(PC端支付接口) """ def __init__(self): self.config = settings if not self.config.ALI_APPID: raise Exception('Yo 阅读全文
posted @ 2020-07-28 17:57 关美丽 阅读(481) 评论(0) 推荐(0) 编辑